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-02' -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-02 _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, 28) 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-02-01" AND ded.date <= "2025-02-28" 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 (1652892,1652916,1652974,1653021,1653041,1653083,1653108,1653156,1653176,1653226,1653246,1653272,1653293,1653313,1653333,1653356,1653379,1653420,1653432,1652837,1652772,1653444,1653459,1652534,1652747,1652694,1637795,1653535) 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': 'gm', 'pht_type': 3594, 'ratio': 0.000793011616941015, 'nb_photo': 2, 'list_port_cont': '20516366', 'assoc_port': '20515637:20516366', 'assoc_mat': '20515637:autre:3594:20516366'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030668877346645357, 'nb_photo': 598, 'list_port_cont': '20171220,20172635,20174100,20177046,20178248,20178725,20186492,20188611,20200244,20200488,20201405,20202956,20208868,20211307,20217276,20217522,20220561,20227552,20229875,20247286,20248897,20255106,20257456,20260608,20264568,20267683,20278573,20278692,20295635,20296885,20298341,20302305,20304745,20305895,20309606,20310145,20312966,20314133,20325802,20332517,20333665,20338605,20340538,20351379,20352802,20356291,20357087,20394874,20398607,20405150,20413201,20415894,20421562,20422092,20435372,20437308,20438478,20442813,20444089,20444616,20445542,20460835,20469157,20469716,20474518,20476955,20479424,20483995,20486815,20491217,20491654,20501388,20505491,20506547,20514573,20516634,20520532,20522730,20523637,20549120,20551762,20555026,20557229,20561273,20563367,20567388,20571030,20576578,20576623,20600002,20603445,20607761,20610244,20611058,20614947,20617643,20621370,20621665,20630994,20631057,20632192,20636690,20638532,20641439,20643569,20647815,20670162,20673808,20675332,20678698,20679031,20682382,20686373,2069129', 'assoc_port': '20168059:20177046,20169834:20171220,20171951:20172635,20172749:20174100,20177142:20178248,20177545:20178725,20183123:20186492,20186672:20188611,20199784:20200488,20199786:20200244,20200509:20201405,20201667:20202956,20206394:20208868,20210194:20211307,20215666:20217522,20215687:20217276,20219531:20220561,20224382:20227552,20228243:20229875,20245939:20247286,20247542:20248897,20253021:20255106,20254304:20257456,20258541:20260608,20262010:20264568,20266083:20267683,20277672:20278692,20277675:20278573,20293712:20295635,20296496:20296885,20298064:20298341,20300873:20302305,20303267:20305895,20303272:20304745,20308442:20310145,20308450:20309606,20312006:20312966,20313893:20314133,20324558:20325802,20330844:20332517,20331796:20333665,20337409:20338605,20338547:20340538,20350380:20351379,20352155:20352802,20354703:20357087,20355354:20356291,20393265:20394874,20397365:20398607,20404209:20405150,20411279:20413201,20414609:20415894,20420764:20421562,20421504:20422092,20431075:20444616,20433550:20435372,20436382:2043730', 'assoc_mat': '20168059:autre:3327:20177046,20169834:autre:3327:20171220,20171951:autre:3327:20172635,20172749:autre:3327:20174100,20177142:autre:3327:20178248,20177545:autre:3327:20178725,20183123:autre:3327:20186492,20186672:autre:3327:20188611,20199784:autre:3327:20200488,20199786:autre:3327:20200244,20200509:autre:3327:20201405,20201667:autre:3327:20202956,20206394:autre:3327:20208868,20210194:autre:3327:20211307,20215666:autre:3327:20217522,20215687:autre:3327:20217276,20219531:autre:3327:20220561,20224382:autre:3327:20227552,20228243:autre:3327:20229875,20245939:autre:3327:20247286,20247542:autre:3327:20248897,20253021:autre:3327:20255106,20254304:autre:3327:20257456,20258541:autre:3327:20260608,20262010:autre:3327:20264568,20266083:autre:3327:20267683,20277672:autre:3327:20278692,20277675:autre:3327:20278573,20293712:autre:3327:20295635,20296496:autre:3327:20296885,20298064:autre:3327:20298341,20300873:autre:3327:20302305,20303267:autre:3327:20305895,20303272:autre:3327:20304745,20308442:autre:3327:20310145,20308450:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004476835172421793, 'nb_photo': 25, 'list_port_cont': '21001651,21001944,21056001,21124769,21129935', 'assoc_port': '21001262:21001944,21001273:21001651,21002624:21129935,21053304:21056001,21124054:21124769', 'assoc_mat': '21001262:autre:3594:21001944,21001273:autre:3594:21001651,21002624:autre:3594:21129935,21053304:autre:3594:21056001,21124054:autre:3594:21124769'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.010567712130856322, 'nb_photo': 45, 'list_port_cont': '20301087,20477768,20524498,20652910,20691116,20742313,20880579,20882174', 'assoc_port': '20300842:20301087,20477525:20477768,20524360:20524498,20652563:20652910,20688365:20691116,20742145:20742313,20880569:20880579,20882063:20882174', 'assoc_mat': '20300842:autre_refus:3726:20301087,20477525:autre_refus:3726:20477768,20524360:autre_refus:3726:20524498,20652563:autre_refus:3726:20652910,20688365:autre_refus:3726:20691116,20742145:autre_refus:3726:20742313,20880569:autre_refus:3726:20880579,20882063:autre_refus:3726:20882174'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011357970524446532, 'nb_photo': 1197, 'list_port_cont': '20308810,20403591,20443897,20475777,20477207,20485566,20545338,20562624,20573728,20596991,20669683,20674274,20725735,20730994,20748788,20778750,20782324,20840407,20888269,20889481,20898016,20915792,20919426,20925772,20929927,20929966,20966444,21001559,21001666,21001892,21001926,21001971,21002282,21002751,21002890,21053591,21053671,21053735,21053789,21053823,21053963,21054036,21054189,21054563,21054627,21054659,21054672,21054748,21054794,21054921,21054954,21055384,21055948,21056086,21056184,21056562,21056633,21056708,21057714,21058566,21058647,21059520,21059698,21059814,21060151,21060211,21060347,21120413,21120466,21120530,21122681,21122984,21123601,21123743,21123765,21123853,21124339,21124448,21124570,21125844,21126072,21126111,21126127,21126242,21128170,21128235,21128680,21129143,21129266,21129824,21129856,21130373,21130511,21130646,21130698,21130743,21130751,21131019,21131085,21131163,21131241,21131301,21131378,21131427,21131538', 'assoc_port': '20308446:20308810,20403540:20403591,20443833:20443897,20475364:20475777,20475366:20477207,20485442:20485566,20544936:20545338,20562535:20562624,20573403:20573728,20596788:20596991,20669625:20669683,20674231:20674274,20725589:20725735,20730973:20730994,20748721:20748788,20778575:20778750,20782294:20782324,20838641:20840407,20888115:20888269,20888796:20889481,20897850:20898016,20915459:20915792,20919368:20919426,20925357:20925772,20929764:20929966,20929770:20929927,20966349:20966444,21001228:21001559,21001267:21128235,21001276:21001666,21001688:21129143,21001689:21002751,21001703:21002282,21001724:21001892,21001734:21001971,21001739:21001926,21002711:21129856,21002713:21129824,21002721:21002890,21053265:21128680,21053273:21053735,21053278:21053671,21053291:21053591,21053695:21053789,21053716:21054036,21053722:21053963,21053729:21054189,21053759:21053823,21054297:21054659,21054310:21054627,21054318:21054563,21054359:21054672,21054597:21054921,21054617:21054794,21054630:21054954,21054641:21054748,21055181:2105538', 'assoc_mat': '20308446:autre_refus:3726:20308810,20403540:autre_refus:3726:20403591,20443833:autre_refus:3726:20443897,20475364:autre_refus:3726:20475777,20475366:autre_refus:3726:20477207,20485442:autre_refus:3726:20485566,20544936:autre_refus:3726:20545338,20562535:autre_refus:3726:20562624,20573403:autre_refus:3726:20573728,20596788:autre_refus:3726:20596991,20669625:autre_refus:3726:20669683,20674231:autre_refus:3726:20674274,20725589:autre_refus:3726:20725735,20730973:autre_refus:3726:20730994,20748721:autre_refus:3726:20748788,20778575:autre_refus:3726:20778750,20782294:autre_refus:3726:20782324,20838641:autre_refus:3726:20840407,20888115:autre_refus:3726:20888269,20888796:autre_refus:3726:20889481,20897850:autre_refus:3726:20898016,20915459:autre_refus:3726:20915792,20919368:autre_refus:3726:20919426,20925357:autre_refus:3726:20925772,20929764:autre_refus:3726:20929966,20929770:autre_refus:3726:20929927,20966349:autre_refus:3726:20966444,21001228:autre_refus:3726:21001559,21001267:autre_refus:3726:21128235,21001276:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0023106359595214576, 'nb_photo': 18, 'list_port_cont': '20177039,20340545,20394878,20405147,20435381,20454019,20567383,20635073,20672855,20691288,20732743,20777768,20849571,20890135,21055617,21127406', 'assoc_port': '20168059:20177039,20338547:20340545,20393265:20394878,20404209:20405147,20433550:20435381,20451770:20454019,20566746:20567383,20632028:20635073,20672169:20672855,20688397:20691288,20732080:20732743,20776152:20777768,20848641:20849571,20888795:20890135,21054298:21055617,21125559:21127406', 'assoc_mat': '20168059:barquette_avec_film:3327:20177039,20338547:barquette_avec_film:3327:20340545,20393265:barquette_avec_film:3327:20394878,20404209:barquette_avec_film:3327:20405147,20433550:barquette_avec_film:3327:20435381,20451770:barquette_avec_film:3327:20454019,20566746:barquette_avec_film:3327:20567383,20632028:barquette_avec_film:3327:20635073,20672169:barquette_avec_film:3327:20672855,20688397:barquette_avec_film:3327:20691288,20732080:barquette_avec_film:3327:20732743,20776152:barquette_avec_film:3327:20777768,20848641:barquette_avec_film:3327:20849571,20888795:barquette_avec_film:3327:20890135,21054298:barquette_avec_film:3327:21055617,21125559:barquette_avec_film:3327:21127406'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008810772761386143, 'nb_photo': 12, 'list_port_cont': '20382444,20495678,20515114,20658801,20709047,20787012,20910991,20931941,21183093,21200238', 'assoc_port': '20296337:20382444,20431076:20495678,20505940:20515114,20630388:20658801,20685069:20709047,20781905:20787012,20886151:20910991,20924209:20931941,21001280:21200238,21123363:21183093', 'assoc_mat': '20296337:barquette_opaque:4205:20382444,20431076:barquette_opaque:4205:20495678,20505940:barquette_opaque:4205:20515114,20630388:barquette_opaque:4205:20658801,20685069:barquette_opaque:4205:20709047,20781905:barquette_opaque:4205:20787012,20886151:barquette_opaque:4205:20910991,20924209:barquette_opaque:4205:20931941,21001280:barquette_opaque:4205:21200238,21123363:barquette_opaque:4205:21183093'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001512737556211387, 'nb_photo': 351, 'list_port_cont': '20297166,20355861,20360463,20362953,20379885,20383271,20389346,20426350,20451292,20464650,20476666,20479590,20480107,20493747,20494527,20514594,20522627,20531320,20557669,20586564,20604145,20619398,20654750,20701969,20716027,20727301,20728261,20747398,20786038,20854612,20870348,20871191,20873494,20898836,20930517,20942026,20942859,20976508,21182379,21183256,21200451,21202857,21204559,21211665,21213388,21220167,21235762,21250806,21253551,21299034,21309297,21342358', 'assoc_port': '20171947:20297166,20228245:20355861,20251677:20360463,20262031:20362953,20291011:20379885,20297655:20383271,20308443:20389346,20354704:20426350,20398812:20451292,20410109:20464650,20421532:20493747,20441872:20476666,20451766:20480107,20470424:20494527,20479233:20479590,20505111:20514594,20510744:20522627,20519774:20531320,20549743:20557669,20573401:20586564,20602371:20604145,20610319:20619398,20634828:20654750,20692234:20701969,20703033:20716027,20718502:20727301,20720594:20728261,20732078:20747398,20780559:20786038,20832985:20870348,20833038:20873494,20836981:20854612,20845542:20871191,20882059:20930517,20888117:20898836,20919369:20942859,20927010:20942026,20966339:20976508,21001284:21200451,21001694:21211665,21001717:21213388,21053272:21202857,21053297:21204559,21055192:21220167,21056532:21235762,21059205:21342358,21059359:21250806,21059806:21253551,21120302:21299034,21122482:21182379,21123359:21183256,21124048:21309297', 'assoc_mat': '20171947:barquette_opaque:4203:20297166,20228245:barquette_opaque:4203:20355861,20251677:barquette_opaque:4203:20360463,20262031:barquette_opaque:4203:20362953,20291011:barquette_opaque:4203:20379885,20297655:barquette_opaque:4203:20383271,20308443:barquette_opaque:4203:20389346,20354704:barquette_opaque:4203:20426350,20398812:barquette_opaque:4203:20451292,20410109:barquette_opaque:4203:20464650,20421532:barquette_opaque:4203:20493747,20441872:barquette_opaque:4203:20476666,20451766:barquette_opaque:4203:20480107,20470424:barquette_opaque:4203:20494527,20479233:barquette_opaque:4203:20479590,20505111:barquette_opaque:4203:20514594,20510744:barquette_opaque:4203:20522627,20519774:barquette_opaque:4203:20531320,20549743:barquette_opaque:4203:20557669,20573401:barquette_opaque:4203:20586564,20602371:barquette_opaque:4203:20604145,20610319:barquette_opaque:4203:20619398,20634828:barquette_opaque:4203:20654750,20692234:barquette_opaque:4203:20701969,20703033:barquette_opaque:4203:20716027,20718502:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018928397774792382, 'nb_photo': 42, 'list_port_cont': '20478083,20478274,20599256,20631769,20681488,20718487,20878335,20880653,21054726,21123332,21125177,21126200,21130296,21130531,21132291,21132600,21132888,21135854,21161619,21165552,21192385,21200856,21205899,21206000,21207049,21207147,21208231,21208319,21208334,21208642,21208950', 'assoc_port': '20477524:20478274,20477528:20478083,20598618:20599256,20631043:20631769,20680377:20681488,20717940:20718487,20877876:20878335,20880567:20880653,21053254:21200856,21053700:21205899,21053707:21206000,21054289:21208231,21054303:21208334,21054306:21208319,21054354:21054726,21055163:21207147,21055171:21207049,21055564:21130296,21056526:21130531,21058269:21135854,21059247:21132888,21059258:21132600,21059261:21132291,21120267:21161619,21120300:21165552,21122402:21208950,21122462:21123332,21123999:21208642,21124007:21125177,21125562:21192385,21125607:21126200', 'assoc_mat': '20477524:barquette_opaque:4207:20478274,20477528:barquette_opaque:4207:20478083,20598618:barquette_opaque:4207:20599256,20631043:barquette_opaque:4207:20631769,20680377:barquette_opaque:4207:20681488,20717940:barquette_opaque:4207:20718487,20877876:barquette_opaque:4207:20878335,20880567:barquette_opaque:4207:20880653,21053254:barquette_opaque:4207:21200856,21053700:barquette_opaque:4207:21205899,21053707:barquette_opaque:4207:21206000,21054289:barquette_opaque:4207:21208231,21054303:barquette_opaque:4207:21208334,21054306:barquette_opaque:4207:21208319,21054354:barquette_opaque:4207:21054726,21055163:barquette_opaque:4207:21207147,21055171:barquette_opaque:4207:21207049,21055564:barquette_opaque:4207:21130296,21056526:barquette_opaque:4207:21130531,21058269:barquette_opaque:4207:21135854,21059247:barquette_opaque:4207:21132888,21059258:barquette_opaque:4207:21132600,21059261:barquette_opaque:4207:21132291,21120267:barquette_opaque:4207:21161619,21120300:barquette_opaque:4207:21165552,21122402:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013691269827681384, 'nb_photo': 54, 'list_port_cont': '20384279,20435578,20493883,20584423,20585253,20586638,20640614,20702482,20845486,20877668,20880306,20927283,20942657,21186029,21189981,21193263,21201220,21208606,21210420,21214212,21214416,21216814,21217334,21219457,21220338,21225471,21230033,21242078,21242538,21249128,21251722,21252863', 'assoc_port': '20262011:20435578,20300840:20384279,20469231:20493883,20562533:20584423,20566749:20585253,20576082:20586638,20631045:20640614,20675611:20702482,20832993:20845486,20838637:20880306,20854906:20877668,20916991:20927283,20929136:20942657,21001727:21214212,21001731:21214416,21002634:21216814,21002641:21217334,21053253:21201220,21054294:21208606,21054329:21210420,21054648:21219457,21055196:21220338,21055639:21225471,21055665:21230033,21058220:21242078,21058225:21242538,21059264:21249128,21059405:21251722,21059415:21252863,21123387:21186029,21124039:21189981,21125567:21193263', 'assoc_mat': '20262011:barquette_opaque:4461:20435578,20300840:barquette_opaque:4461:20384279,20469231:barquette_opaque:4461:20493883,20562533:barquette_opaque:4461:20584423,20566749:barquette_opaque:4461:20585253,20576082:barquette_opaque:4461:20586638,20631045:barquette_opaque:4461:20640614,20675611:barquette_opaque:4461:20702482,20832993:barquette_opaque:4461:20845486,20838637:barquette_opaque:4461:20880306,20854906:barquette_opaque:4461:20877668,20916991:barquette_opaque:4461:20927283,20929136:barquette_opaque:4461:20942657,21001727:barquette_opaque:4461:21214212,21001731:barquette_opaque:4461:21214416,21002634:barquette_opaque:4461:21216814,21002641:barquette_opaque:4461:21217334,21053253:barquette_opaque:4461:21201220,21054294:barquette_opaque:4461:21208606,21054329:barquette_opaque:4461:21210420,21054648:barquette_opaque:4461:21219457,21055196:barquette_opaque:4461:21220338,21055639:barquette_opaque:4461:21225471,21055665:barquette_opaque:4461:21230033,21058220:barquette_opaque:4461:21242078,21058225:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04834960571044641, 'nb_photo': 1131, 'list_port_cont': '20226911,20228128,20257565,20272210,20278007,20278111,20291816,20296521,20308337,20325360,20334123,20334311,20335612,20352705,20355410,20401436,20403606,20411739,20412828,20416195,20419454,20421815,20434617,20441337,20442738,20453698,20457591,20461377,20469067,20470525,20478186,20482520,20486365,20501269,20504926,20512278,20523244,20523489,20557172,20562349,20597225,20597518,20600834,20608107,20609414,20617514,20618702,20632659,20633460,20637006,20675303,20678156,20696833,20703486,20703659,20709270,20709356,20715903,20718451,20728065,20729165,20731262,20732369,20777127,20779701,20779744,20781863,20782727,20833970,20838548,20840032,20840890,20843647,20845997,20847770,20848502,20882242,20882450,20886118,20887400,20887958,20888070,20888481,20888603,20889845,20890186,20890480,20892014,20893001,20893115,20893435,20895494,20916156,20924083,20925477,20927072,20930009,20931228,20966475,20971058,20971304,20974041,20975447,21001543,21001623,21001760,21001950,21002025,21002415,21002903,21053838,21054128,21055805,2105712', 'assoc_port': '20224380:20226911,20226941:20228128,20254278:20272210,20257117:20257565,20277674:20278111,20277678:20278007,20291009:20291816,20296336:20296521,20307290:20308337,20324562:20325360,20330842:20334311,20331821:20334123,20334539:20335612,20351129:20352705,20354712:20355410,20398811:20401436,20403539:20403606,20407606:20412828,20410110:20411739,20414615:20416195,20418291:20419454,20421527:20421815,20433553:20434617,20436920:20441337,20441869:20442738,20451768:20453698,20455315:20457591,20460488:20461377,20469016:20469067,20470421:20470525,20477526:20478186,20479472:20482520,20485445:20486365,20500513:20501269,20504796:20504926,20510743:20512278,20522136:20523244,20522902:20523489,20555730:20557172,20561529:20562349,20596784:20597518,20596787:20597225,20600236:20600834,20607820:20608107,20608556:20609414,20616936:20617514,20617896:20618702,20631044:20632659,20632057:20633460,20636733:20637006,20675069:20675303,20677303:20678156,20690024:20696833,20699101:20709356,20699105:20709270,20699109:20703486,20703029:2070365', 'assoc_mat': '20224380:barquette_opaque:4200:20226911,20226941:barquette_opaque:4200:20228128,20254278:barquette_opaque:4200:20272210,20257117:barquette_opaque:4200:20257565,20277674:barquette_opaque:4200:20278111,20277678:barquette_opaque:4200:20278007,20291009:barquette_opaque:4200:20291816,20296336:barquette_opaque:4200:20296521,20307290:barquette_opaque:4200:20308337,20324562:barquette_opaque:4200:20325360,20330842:barquette_opaque:4200:20334311,20331821:barquette_opaque:4200:20334123,20334539:barquette_opaque:4200:20335612,20351129:barquette_opaque:4200:20352705,20354712:barquette_opaque:4200:20355410,20398811:barquette_opaque:4200:20401436,20403539:barquette_opaque:4200:20403606,20407606:barquette_opaque:4200:20412828,20410110:barquette_opaque:4200:20411739,20414615:barquette_opaque:4200:20416195,20418291:barquette_opaque:4200:20419454,20421527:barquette_opaque:4200:20421815,20433553:barquette_opaque:4200:20434617,20436920:barquette_opaque:4200:20441337,20441869:barquette_opaque:4200:20442738,20451768:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0008305729993668002, 'nb_photo': 19, 'list_port_cont': '20225586,20246766,20250396,20264738,20273842,20353498,20452934,20479353,20597355,20610621,20719740,20728092,20833731,20845568,20854528', 'assoc_port': '20224378:20225586,20245938:20246766,20249728:20250396,20263700:20264738,20270889:20273842,20353379:20353498,20451769:20452934,20479234:20479353,20596786:20597355,20610318:20610621,20718507:20719740,20727919:20728092,20832939:20854528,20832998:20845568,20833043:20833731', 'assoc_mat': '20224378:barquette_opaque:4207:20225586,20245938:barquette_opaque:4207:20246766,20249728:barquette_opaque:4207:20250396,20263700:barquette_opaque:4207:20264738,20270889:barquette_opaque:4207:20273842,20353379:barquette_opaque:4207:20353498,20451769:barquette_opaque:4207:20452934,20479234:barquette_opaque:4207:20479353,20596786:barquette_opaque:4207:20597355,20610318:barquette_opaque:4207:20610621,20718507:barquette_opaque:4207:20719740,20727919:barquette_opaque:4207:20728092,20832939:barquette_opaque:4207:20854528,20832998:barquette_opaque:4207:20845568,20833043:barquette_opaque:4207:20833731'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006478385207939519, 'nb_photo': 305, 'list_port_cont': '20896565,20898851,20907281,20919281,20919304,20930135,20966537,20974637,20975173,20976670,20995604,21054695,21125356,21129431,21129809,21162470,21163735,21164010,21164755,21165658,21166581,21166678,21166780,21166814,21166986,21167207,21176464,21176674,21180446,21180568,21180688,21181452,21181589,21182037,21182199,21182505,21183884,21185442,21186458,21186655,21188461,21188660,21189196,21189438,21189963,21190534,21190743,21190768,21191127,21191174,21191900,21191995,21192435,21193580,21193659,21194285,21194318,21194661,21194713,21194992,21195384,21195433,21195602,21198661,21198775,21198975,21201820,21202973,21204035,21204618,21204673,21205183,21205456,21205476,21205830,21206024,21206119,21206585,21207327,21207585,21207629,21207681,21207712,21207833,21207916,21207935,21208557,21208776,21208814,21209329,21209707,21210256,21210312,21210677,21211315,21211388,21211643,21211775,21214384,21214515,21214677,21214694,21214717,21216269,21216648,21216750,21216927,21217044,21217458,21217573,21217702,21217872,21217966,2121810', 'assoc_port': '20215674:21204618,20219535:21276384,20224378:21205183,20226939:21205456,20245938:21205830,20249728:21206585,20263700:21207629,20270889:21207712,20277684:21054695,20300842:21209707,20327793:21211643,20341995:21214515,20353379:21214717,20354711:21214694,20411272:21217458,20421518:21218102,20451769:21219099,20477525:21219901,20485444:21268371,20489623:21220151,20515633:21226576,20515637:21226898,20524360:21230631,20596786:21242267,20652563:21252232,20688365:21193659,20695689:21194713,20699102:21194318,20699104:21194285,20718513:21257257,20727919:21190534,20742145:21190743,20832939:21284816,20832998:21284312,20833006:21185442,20833037:21186655,20833043:21283833,20833053:21125356,20880569:20907281,20887002:20896565,20888118:20898851,20888384:20919304,20888386:20919281,20895535:20930135,20966318:20995604,20966320:20974637,20966323:20975173,20966345:20976670,20966356:20966537,21001230:21198661,21001233:21198775,21001235:21198975,21001285:21279822,21001691:21211388,21001702:21273396,21001705:21211775,21001730:2121438', 'assoc_mat': '20215674:barquette_opaque:4209:21204618,20219535:barquette_opaque:4209:21276384,20224378:barquette_opaque:4209:21205183,20226939:barquette_opaque:4209:21205456,20245938:barquette_opaque:4209:21205830,20249728:barquette_opaque:4209:21206585,20263700:barquette_opaque:4209:21207629,20270889:barquette_opaque:4209:21207712,20277684:barquette_opaque:4209:21054695,20300842:barquette_opaque:4209:21209707,20327793:barquette_opaque:4209:21211643,20341995:barquette_opaque:4209:21214515,20353379:barquette_opaque:4209:21214717,20354711:barquette_opaque:4209:21214694,20411272:barquette_opaque:4209:21217458,20421518:barquette_opaque:4209:21218102,20451769:barquette_opaque:4209:21219099,20477525:barquette_opaque:4209:21219901,20485444:barquette_opaque:4209:21268371,20489623:barquette_opaque:4209:21220151,20515633:barquette_opaque:4209:21226576,20515637:barquette_opaque:4209:21226898,20524360:barquette_opaque:4209:21230631,20596786:barquette_opaque:4209:21242267,20652563:barquette_opaque:4209:21252232,20688365:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.021648878722073394, 'nb_photo': 10931, 'list_port_cont': '20168758,20170137,20173849,20174169,20178350,20178607,20184715,20200319,20203916,20206255,20208997,20209438,20217458,20218310,20220331,20223980,20226044,20226609,20227877,20229220,20247091,20259497,20265001,20296643,20332616,20334238,20337936,20339415,20340039,20345661,20350792,20351368,20353912,20355388,20358755,20360242,20360366,20360566,20361355,20362593,20362690,20363963,20364126,20364267,20365494,20365932,20366170,20367239,20367347,20368517,20368798,20369336,20370625,20395258,20400644,20402668,20407483,20411475,20416146,20419526,20422599,20438625,20443000,20443792,20444097,20452066,20455622,20456580,20470691,20475614,20476093,20477117,20480478,20483631,20486970,20487356,20490966,20492577,20493861,20493982,20505010,20506276,20506573,20506732,20507230,20514955,20516427,20518556,20522748,20525025,20525530,20546210,20549108,20551498,20553598,20558635,20565364,20567445,20577421,20580166,20597676,20599627,20603570,20606906,20607782,20609645,20611806,20613659,20617821,20623112,20623220,20631365,20633764,2063607', 'assoc_port': '20168058:20265001,20168492:20168758,20169287:20170137,20171950:20173849,20172748:20174169,20177140:20178350,20177547:20178607,20183126:20184715,20199782:20200319,20200514:20206255,20201665:20203916,20206393:20209438,20206396:20208997,20215665:20218310,20215671:20217458,20219533:20220331,20220268:20226609,20220270:20223980,20224384:20226044,20226942:20227877,20228246:20229220,20245966:20247091,20249724:20360242,20249727:20360366,20253023:20360566,20257111:20259497,20258543:20362690,20263701:20370625,20266081:20364267,20270891:20369336,20277682:20296643,20293713:20368798,20295679:20368517,20296493:20367347,20297024:20367239,20297026:20366170,20297653:20365932,20298063:20365494,20300871:20364126,20303263:20363963,20303271:20362593,20308453:20361355,20313891:20358755,20324554:20350792,20324561:20334238,20330845:20332616,20336407:20337936,20337414:20339415,20338546:20340039,20341992:20345661,20350378:20351368,20353380:20353912,20354709:20355388,20393269:20395258,20398810:20400644,20401674:20402668,20404210:2041952', 'assoc_mat': '20168058:barquette_opaque:4211:20265001,20168492:barquette_opaque:4211:20168758,20169287:barquette_opaque:4211:20170137,20171950:barquette_opaque:4211:20173849,20172748:barquette_opaque:4211:20174169,20177140:barquette_opaque:4211:20178350,20177547:barquette_opaque:4211:20178607,20183126:barquette_opaque:4211:20184715,20199782:barquette_opaque:4211:20200319,20200514:barquette_opaque:4211:20206255,20201665:barquette_opaque:4211:20203916,20206393:barquette_opaque:4211:20209438,20206396:barquette_opaque:4211:20208997,20215665:barquette_opaque:4211:20218310,20215671:barquette_opaque:4211:20217458,20219533:barquette_opaque:4211:20220331,20220268:barquette_opaque:4211:20226609,20220270:barquette_opaque:4211:20223980,20224384:barquette_opaque:4211:20226044,20226942:barquette_opaque:4211:20227877,20228246:barquette_opaque:4211:20229220,20245966:barquette_opaque:4211:20247091,20249724:barquette_opaque:4211:20360242,20249727:barquette_opaque:4211:20360366,20253023:barquette_opaque:4211:20360566,20257111:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005392641134905872, 'nb_photo': 178, 'list_port_cont': '20171221,20171788,20172633,20177037,20178242,20186482,20188602,20201409,20202953,20217520,20247287,20248894,20255101,20257454,20260616,20264571,20278693,20295630,20296890,20298344,20304747,20312969,20314126,20325797,20333671,20338607,20351377,20355113,20398608,20405156,20408818,20415895,20421566,20435376,20438477,20442817,20444084,20445541,20449151,20454027,20469152,20469710,20474527,20476952,20481343,20491215,20505492,20514569,20522737,20523645,20549121,20555014,20557228,20561271,20576619,20600007,20603456,20607769,20610252,20611067,20614956,20617633,20631052,20632191,20636692,20638536,20653683,20671651,20675327,20679026,20682384,20685096,20686372,20691296,20694006,20703107,20710877,20715325,20718031,20719723,20722779,20727785,20730389,20779038,20779681,20780870,20781382,20782090,20782702,20831675,20834297,20839313,20840264,20840455,20841159,20842067,20845293,20846690,20847844,20849498,20849567,20850444,20855750,20877463,20880708,20881648,20884800,20886157,20892985,20920902,20927503,20930370,20966775,2097561', 'assoc_port': '20168059:20177037,20169831:20171788,20169834:20171221,20171951:20172633,20177142:20178242,20183123:20186482,20186672:20188602,20200509:20201409,20201667:20202953,20215666:20217520,20245939:20247287,20247542:20248894,20253021:20255101,20254304:20257454,20258541:20260616,20262010:20264571,20277672:20278693,20293712:20295630,20296496:20296890,20298064:20298344,20303272:20304747,20312006:20312969,20313893:20314126,20324558:20325797,20331796:20333671,20337409:20338607,20350380:20351377,20354707:20355113,20397365:20398608,20404209:20405156,20407607:20408818,20414609:20415895,20420764:20421566,20433550:20435376,20436921:20438477,20441870:20442817,20443835:20444084,20444393:20445541,20448174:20449151,20451770:20454027,20469014:20469152,20469233:20469710,20471728:20474527,20476723:20476952,20479474:20481343,20489628:20491215,20505113:20505492,20513207:20514569,20522138:20522737,20522899:20523645,20547841:20549121,20551965:20555014,20555731:20557228,20557618:20561271,20576078:20576619,20598617:20600007,20602369:2060345', 'assoc_mat': '20168059:bouchon:3327:20177037,20169831:bouchon:3327:20171788,20169834:bouchon:3327:20171221,20171951:bouchon:3327:20172633,20177142:bouchon:3327:20178242,20183123:bouchon:3327:20186482,20186672:bouchon:3327:20188602,20200509:bouchon:3327:20201409,20201667:bouchon:3327:20202953,20215666:bouchon:3327:20217520,20245939:bouchon:3327:20247287,20247542:bouchon:3327:20248894,20253021:bouchon:3327:20255101,20254304:bouchon:3327:20257454,20258541:bouchon:3327:20260616,20262010:bouchon:3327:20264571,20277672:bouchon:3327:20278693,20293712:bouchon:3327:20295630,20296496:bouchon:3327:20296890,20298064:bouchon:3327:20298344,20303272:bouchon:3327:20304747,20312006:bouchon:3327:20312969,20313893:bouchon:3327:20314126,20324558:bouchon:3327:20325797,20331796:bouchon:3327:20333671,20337409:bouchon:3327:20338607,20350380:bouchon:3327:20351377,20354707:bouchon:3327:20355113,20397365:bouchon:3327:20398608,20404209:bouchon:3327:20405156,20407607:bouchon:3327:20408818,20414609:bouchon:3327:20415895,20420764:bouchon:3327:20421566,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.010143697601675489, 'nb_photo': 317, 'list_port_cont': '20345892,20382454,20384590,20410424,20419442,20436301,20447915,20466595,20469145,20478282,20495672,20503194,20515115,20529704,20583885,20584269,20586219,20601095,20627249,20649208,20658797,20675825,20709048,20709638,20727233,20728053,20784165,20787020,20840133,20847626,20854349,20872673,20880502,20880635,20911000,20919482,20931939,20975684,21183087,21193358,21200244,21204907,21206176,21208544,21211935,21217200,21219645,21221501,21246161,21308266', 'assoc_port': '20204921:20345892,20266098:20436301,20296337:20382454,20303275:20384590,20326810:20410424,20338549:20419442,20392276:20447915,20414608:20466595,20431076:20495672,20445955:20478282,20469015:20469145,20485440:20503194,20505940:20515115,20517445:20529704,20553045:20583885,20561522:20584269,20570272:20586219,20600235:20601095,20612113:20627249,20630388:20658797,20640602:20649208,20672165:20675825,20685069:20709048,20699111:20709638,20718506:20727233,20720578:20728053,20776158:20784165,20781905:20787020,20832929:20840133,20833007:20847626,20836985:20854349,20841933:20880502,20848242:20872673,20880568:20880635,20886151:20911000,20888388:20919482,20924209:20931939,20966334:20975684,21001280:21200244,21001716:21211935,21002710:21217200,21053303:21204907,21053711:21206176,21054296:21208544,21055166:21219645,21055579:21221501,21058334:21246161,21123363:21183087,21124053:21308266,21125601:21193358', 'assoc_mat': '20204921:carton:4205:20345892,20266098:carton:4205:20436301,20296337:carton:4205:20382454,20303275:carton:4205:20384590,20326810:carton:4205:20410424,20338549:carton:4205:20419442,20392276:carton:4205:20447915,20414608:carton:4205:20466595,20431076:carton:4205:20495672,20445955:carton:4205:20478282,20469015:carton:4205:20469145,20485440:carton:4205:20503194,20505940:carton:4205:20515115,20517445:carton:4205:20529704,20553045:carton:4205:20583885,20561522:carton:4205:20584269,20570272:carton:4205:20586219,20600235:carton:4205:20601095,20612113:carton:4205:20627249,20630388:carton:4205:20658797,20640602:carton:4205:20649208,20672165:carton:4205:20675825,20685069:carton:4205:20709048,20699111:carton:4205:20709638,20718506:carton:4205:20727233,20720578:carton:4205:20728053,20776158:carton:4205:20784165,20781905:carton:4205:20787020,20832929:carton:4205:20840133,20833007:carton:4205:20847626,20836985:carton:4205:20854349,20841933:carton:4205:20880502,20848242:carton:4205:20872673,20880568:carton:4205:20880635,2088'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007045213284349989, 'nb_photo': 953, 'list_port_cont': '20297167,20355869,20360467,20362951,20379893,20383266,20389347,20426345,20451287,20464643,20476671,20479592,20480116,20493733,20494535,20514595,20522625,20531322,20557658,20586565,20604143,20619410,20654749,20701976,20716017,20727305,20728265,20747402,20786050,20854610,20870345,20871177,20873495,20898834,20930528,20942027,20942871,20976503,21182368,21183266,21200439,21202845,21204568,21211655,21213396,21220166,21235766,21250820,21253528,21299027,21309285,21342349', 'assoc_port': '20171947:20297167,20228245:20355869,20251677:20360467,20262031:20362951,20291011:20379893,20297655:20383266,20308443:20389347,20354704:20426345,20398812:20451287,20410109:20464643,20421532:20493733,20441872:20476671,20451766:20480116,20470424:20494535,20479233:20479592,20505111:20514595,20510744:20522625,20519774:20531322,20549743:20557658,20573401:20586565,20602371:20604143,20610319:20619410,20634828:20654749,20692234:20701976,20703033:20716017,20718502:20727305,20720594:20728265,20732078:20747402,20780559:20786050,20832985:20870345,20833038:20873495,20836981:20854610,20845542:20871177,20882059:20930528,20888117:20898834,20919369:20942871,20927010:20942027,20966339:20976503,21001284:21200439,21001694:21211655,21001717:21213396,21053272:21202845,21053297:21204568,21055192:21220166,21056532:21235766,21059205:21342349,21059359:21250820,21059806:21253528,21120302:21299027,21122482:21182368,21123359:21183266,21124048:21309285', 'assoc_mat': '20171947:carton:4203:20297167,20228245:carton:4203:20355869,20251677:carton:4203:20360467,20262031:carton:4203:20362951,20291011:carton:4203:20379893,20297655:carton:4203:20383266,20308443:carton:4203:20389347,20354704:carton:4203:20426345,20398812:carton:4203:20451287,20410109:carton:4203:20464643,20421532:carton:4203:20493733,20441872:carton:4203:20476671,20451766:carton:4203:20480116,20470424:carton:4203:20494535,20479233:carton:4203:20479592,20505111:carton:4203:20514595,20510744:carton:4203:20522625,20519774:carton:4203:20531322,20549743:carton:4203:20557658,20573401:carton:4203:20586565,20602371:carton:4203:20604143,20610319:carton:4203:20619410,20634828:carton:4203:20654749,20692234:carton:4203:20701976,20703033:carton:4203:20716017,20718502:carton:4203:20727305,20720594:carton:4203:20728265,20732078:carton:4203:20747402,20780559:carton:4203:20786050,20832985:carton:4203:20870345,20833038:carton:4203:20873495,20836981:carton:4203:20854610,20845542:carton:4203:20871177,20882059:carton:4203:20930528,2088'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9453861064970299, 'nb_photo': 3571, 'list_port_cont': '20168690,20173985,20252800,20442975,20456334,20472418,20478078,20478266,20506131,20550577,20553634,20599243,20603135,20607997,20630978,20631762,20671632,20673771,20681487,20692657,20718494,20779978,20833100,20834832,20838994,20840283,20878340,20880353,20880655,20882207,20886237,20888461,20888497,20888982,20889276,20892400,20892883,20895778,20916036,20917562,20919649,20924681,20925455,20925831,20926413,20927042,20929950,20966456,20966520,20967661,20967718,20968186,20968229,21001523,21001744,21001907,21001980,21002143,21002596,21002656,21002805,21053644,21053768,21054024,21054715,21054820,21055223,21056293,21056318,21056377,21059035,21060461,21061050,21120486,21120622,21123331,21123403,21123778,21124084,21124403,21124851,21125176,21125247,21126189,21126292,21127008,21127681,21128181,21128194,21128300,21128729,21128820,21129012,21129053,21129120,21129368,21129580,21129716,21129792,21129914,21129968,21130242,21130300,21130342,21130405,21130457,21130522,21130593,21130726,21130995,21131363,21131488,21131552,2113167', 'assoc_port': '20168493:20168690,20172747:20173985,20251679:20252800,20441871:20442975,20455313:20456334,20471727:20472418,20477524:20478266,20477528:20478078,20505938:20506131,20547838:20550577,20551963:20553634,20598618:20599243,20602370:20603135,20607822:20607997,20630386:20630978,20631043:20631762,20671424:20671632,20673657:20673771,20680377:20681487,20692247:20692657,20717940:20718494,20779601:20779978,20832405:20833100,20832932:20840283,20834196:20834832,20838639:20838994,20877876:20878340,20880237:20880353,20880567:20880655,20882062:20882207,20886147:20886237,20888382:20888497,20888387:20888461,20888766:20889276,20888780:20888982,20891551:20892883,20891558:20892400,20895538:20895778,20912928:20925455,20915461:20916036,20916992:20917562,20919370:20919649,20924210:20924681,20925354:20926413,20925359:20925831,20927005:20927042,20929767:20929950,20966321:20968229,20966331:20968186,20966337:20967718,20966344:20967661,20966351:20966520,20966357:20966456,21001226:21198527,21001232:21198701,21001261:21199194,21001268:2119974', 'assoc_mat': '20168493:carton:4207:20168690,20172747:carton:4207:20173985,20251679:carton:4207:20252800,20441871:carton:4207:20442975,20455313:carton:4207:20456334,20471727:carton:4207:20472418,20477524:carton:4207:20478266,20477528:carton:4207:20478078,20505938:carton:4207:20506131,20547838:carton:4207:20550577,20551963:carton:4207:20553634,20598618:carton:4207:20599243,20602370:carton:4207:20603135,20607822:carton:4207:20607997,20630386:carton:4207:20630978,20631043:carton:4207:20631762,20671424:carton:4207:20671632,20673657:carton:4207:20673771,20680377:carton:4207:20681487,20692247:carton:4207:20692657,20717940:carton:4207:20718494,20779601:carton:4207:20779978,20832405:carton:4207:20833100,20832932:carton:4207:20840283,20834196:carton:4207:20834832,20838639:carton:4207:20838994,20877876:carton:4207:20878340,20880237:carton:4207:20880353,20880567:carton:4207:20880655,20882062:carton:4207:20882207,20886147:carton:4207:20886237,20888382:carton:4207:20888497,20888387:carton:4207:20888461,20888766:carton:4207:20889276,2088'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01715770757731139, 'nb_photo': 6951, 'list_port_cont': '20371587,20377710,20384276,20388698,20410513,20412363,20424365,20435580,20438443,20465210,20466982,20493113,20493885,20507375,20510623,20512334,20512801,20514545,20552855,20557914,20584352,20584426,20585241,20586346,20586629,20618944,20626047,20627052,20640619,20643953,20671549,20673298,20690455,20691792,20698867,20702474,20727570,20747620,20750430,20752268,20784283,20786127,20787361,20830715,20845483,20847031,20848360,20877671,20880298,20895229,20908824,20910068,20916120,20919110,20920357,20925563,20927291,20929982,20935457,20938845,20941843,20942663,20949484,20976974,20977143,20995434,20995783,21003152,21160990,21163333,21164907,21165858,21166379,21176807,21177915,21178966,21180589,21181025,21181392,21183226,21183787,21184751,21186025,21189130,21189977,21190563,21190938,21191458,21191643,21192638,21193255,21195146,21195495,21198402,21199035,21199480,21200153,21200359,21200493,21201205,21201988,21202454,21203198,21204009,21204385,21204808,21205490,21205719,21205965,21206387,21206931,21207037,21207260,2120741', 'assoc_port': '20262011:20435580,20270432:20371587,20270890:20438443,20277680:20377710,20300840:20384276,20308445:20388698,20323457:20493113,20324556:20466982,20326809:20410513,20331795:20412363,20351126:20424365,20411273:20465210,20469231:20493885,20475362:20507375,20479476:20514545,20487793:20512334,20502149:20510623,20504795:20512801,20524358:20552855,20555729:20557914,20562533:20584426,20562536:20584352,20566749:20585241,20570275:20586346,20576082:20586629,20610315:20618944,20617899:20627052,20623011:20626047,20631045:20640619,20637040:20643953,20645280:20671549,20649581:20673298,20675611:20702474,20677297:20690455,20688364:20698867,20690028:20691792,20718544:20727570,20727289:20747620,20734875:20750430,20748609:20752268,20777278:20784283,20780598:20786127,20782291:20787361,20827591:20830715,20832993:20845483,20833003:20847031,20833051:20848360,20838637:20880298,20854906:20877671,20886148:20916120,20886150:20895229,20886996:20935457,20888383:20919110,20888391:20920357,20889872:20908824,20891559:20938845,20892353:2091006', 'assoc_mat': '20262011:carton:4461:20435580,20270432:carton:4461:20371587,20270890:carton:4461:20438443,20277680:carton:4461:20377710,20300840:carton:4461:20384276,20308445:carton:4461:20388698,20323457:carton:4461:20493113,20324556:carton:4461:20466982,20326809:carton:4461:20410513,20331795:carton:4461:20412363,20351126:carton:4461:20424365,20411273:carton:4461:20465210,20469231:carton:4461:20493885,20475362:carton:4461:20507375,20479476:carton:4461:20514545,20487793:carton:4461:20512334,20502149:carton:4461:20510623,20504795:carton:4461:20512801,20524358:carton:4461:20552855,20555729:carton:4461:20557914,20562533:carton:4461:20584426,20562536:carton:4461:20584352,20566749:carton:4461:20585241,20570275:carton:4461:20586346,20576082:carton:4461:20586629,20610315:carton:4461:20618944,20617899:carton:4461:20627052,20623011:carton:4461:20626047,20631045:carton:4461:20640619,20637040:carton:4461:20643953,20645280:carton:4461:20671549,20649581:carton:4461:20673298,20675611:carton:4461:20702474,20677297:carton:4461:20690455,2068'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.027874414452324196, 'nb_photo': 4228, 'list_port_cont': '20226902,20228120,20257573,20272211,20278019,20278110,20291810,20296519,20308338,20309971,20325353,20334135,20334310,20335608,20352695,20355405,20401438,20403597,20411751,20412838,20416191,20419458,20421816,20434614,20441338,20442744,20453699,20457589,20461387,20469068,20470519,20478179,20482526,20486357,20501261,20504922,20512287,20523242,20523483,20557186,20562360,20597226,20597530,20600841,20608105,20609421,20617515,20618705,20632671,20633455,20637005,20675307,20678145,20696835,20703481,20703648,20709267,20709357,20715917,20718454,20728074,20729163,20730003,20731264,20732362,20777116,20779691,20779747,20781859,20782723,20833760,20833965,20838560,20840034,20840897,20843642,20845991,20847767,20848503,20882244,20882453,20886113,20887399,20887962,20888075,20888467,20888599,20889846,20890179,20890469,20892013,20893005,20893117,20893430,20895503,20916153,20922802,20924078,20925471,20927062,20930019,20931230,20966483,20971063,20971302,20974048,20975453,21001542,21001624,21001772,21001946,21002029,21002414,2100290', 'assoc_port': '20224380:20226902,20226941:20228120,20254278:20272211,20257117:20257573,20277674:20278110,20277678:20278019,20291009:20291810,20296336:20296519,20307290:20308338,20308451:20309971,20324562:20325353,20330842:20334310,20331821:20334135,20334539:20335608,20351129:20352695,20354712:20355405,20398811:20401438,20403539:20403597,20407606:20412838,20410110:20411751,20414615:20416191,20418291:20419458,20421527:20421816,20433553:20434614,20436920:20441338,20441869:20442744,20451768:20453699,20455315:20457589,20460488:20461387,20469016:20469068,20470421:20470519,20477526:20478179,20479472:20482526,20485445:20486357,20500513:20501261,20504796:20504922,20510743:20512287,20522136:20523242,20522902:20523483,20555730:20557186,20561529:20562360,20596784:20597530,20596787:20597226,20600236:20600841,20607820:20608105,20608556:20609421,20616936:20617515,20617896:20618705,20631044:20632671,20632057:20633455,20636733:20637005,20675069:20675307,20677303:20678145,20690024:20696835,20699101:20709357,20699105:20709267,20699109:2070348', 'assoc_mat': '20224380:carton:4200:20226902,20226941:carton:4200:20228120,20254278:carton:4200:20272211,20257117:carton:4200:20257573,20277674:carton:4200:20278110,20277678:carton:4200:20278019,20291009:carton:4200:20291810,20296336:carton:4200:20296519,20307290:carton:4200:20308338,20308451:carton:4200:20309971,20324562:carton:4200:20325353,20330842:carton:4200:20334310,20331821:carton:4200:20334135,20334539:carton:4200:20335608,20351129:carton:4200:20352695,20354712:carton:4200:20355405,20398811:carton:4200:20401438,20403539:carton:4200:20403597,20407606:carton:4200:20412838,20410110:carton:4200:20411751,20414615:carton:4200:20416191,20418291:carton:4200:20419458,20421527:carton:4200:20421816,20433553:carton:4200:20434614,20436920:carton:4200:20441338,20441869:carton:4200:20442744,20451768:carton:4200:20453699,20455315:carton:4200:20457589,20460488:carton:4200:20461387,20469016:carton:4200:20469068,20470421:carton:4200:20470519,20477526:carton:4200:20478179,20479472:carton:4200:20482526,20485445:carton:4200:20486357,2050'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.011599767446844999, 'nb_photo': 54, 'list_port_cont': '20516358', 'assoc_port': '20515637:20516358', 'assoc_mat': '20515637:carton:3594:20516358'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9503894108707407, 'nb_photo': 1181, 'list_port_cont': '20172617,20218085,20220175,20225460,20225579,20227676,20246767,20250387,20257663,20264745,20273849,20277993,20326608,20328527,20343736,20353484,20355269,20355424,20355591,20410947,20412703,20421663,20452942,20454756,20456167,20479352,20480146,20486039,20491228,20514516,20516337,20516395,20562680,20597363,20610626,20678663,20682217,20696415,20709292,20709341,20719390,20719733,20728087,20779333,20779546,20833538,20833729,20834594,20845558,20847222,20854533', 'assoc_port': '20171946:20172617,20215674:20218085,20219535:20220175,20224378:20225579,20224381:20225460,20226939:20227676,20245938:20246767,20249728:20250387,20257109:20257663,20263700:20264745,20270889:20273849,20277684:20277993,20324553:20326608,20327793:20328527,20341995:20343736,20353379:20353484,20354708:20355424,20354711:20355269,20355355:20355591,20410111:20410947,20411272:20412703,20421518:20421663,20451769:20452942,20454229:20454756,20455316:20456167,20479234:20479352,20479473:20480146,20485444:20486039,20489623:20491228,20513203:20514516,20515633:20516395,20515635:20516337,20561523:20562680,20596786:20597363,20610318:20610626,20677302:20678663,20680363:20682217,20695689:20696415,20699102:20709292,20699104:20709341,20718507:20719733,20718513:20719390,20727919:20728087,20779070:20779546,20779073:20779333,20832939:20854533,20832998:20845558,20833006:20847222,20833037:20834594,20833043:20833729,20833053:20833538', 'assoc_mat': '20171946:carton:4207:20172617,20215674:carton:4207:20218085,20219535:carton:4207:20220175,20224378:carton:4207:20225579,20224381:carton:4207:20225460,20226939:carton:4207:20227676,20245938:carton:4207:20246767,20249728:carton:4207:20250387,20257109:carton:4207:20257663,20263700:carton:4207:20264745,20270889:carton:4207:20273849,20277684:carton:4207:20277993,20324553:carton:4207:20326608,20327793:carton:4207:20328527,20341995:carton:4207:20343736,20353379:carton:4207:20353484,20354708:carton:4207:20355424,20354711:carton:4207:20355269,20355355:carton:4207:20355591,20410111:carton:4207:20410947,20411272:carton:4207:20412703,20421518:carton:4207:20421663,20451769:carton:4207:20452942,20454229:carton:4207:20454756,20455316:carton:4207:20456167,20479234:carton:4207:20479352,20479473:carton:4207:20480146,20485444:carton:4207:20486039,20489623:carton:4207:20491228,20513203:carton:4207:20514516,20515633:carton:4207:20516395,20515635:carton:4207:20516337,20561523:carton:4207:20562680,20596786:carton:4207:20597363,2061'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.051942598732006746, 'nb_photo': 7554, 'list_port_cont': '20894595,20896008,20896572,20898843,20907050,20907097,20907288,20909057,20909081,20910030,20910560,20910935,20919279,20919308,20929658,20930137,20931581,20941761,20941816,20942618,20942699,20966536,20974626,20975161,20975556,20976374,20976550,20976663,20995610,21054702,21125357,21129438,21129812,21131705,21161022,21161145,21161193,21162466,21162733,21163556,21163749,21164009,21164763,21165144,21165661,21165805,21166483,21166584,21166675,21166767,21166809,21166987,21167202,21176125,21176239,21176467,21176675,21177091,21177372,21178407,21180236,21180340,21180435,21180574,21180686,21181449,21181592,21181818,21182030,21182074,21182189,21182497,21182576,21182968,21183528,21183883,21184719,21184872,21185093,21185455,21186466,21186663,21186864,21187698,21187855,21187905,21188468,21188655,21189202,21189436,21189971,21190298,21190540,21190734,21190767,21191124,21191184,21191672,21191791,21191857,21191905,21191996,21192194,21192334,21192429,21193576,21193654,21194121,21194284,21194325,21194662,21194715,21194985,2119525', 'assoc_port': '20171946:21198285,20215674:21204629,20219535:21276401,20224378:21205179,20226939:21205457,20245938:21205817,20249728:21206571,20257109:21207182,20263700:21207625,20270889:21207710,20277684:21054702,20300842:21209697,20324553:21211370,20327793:21211646,20341995:21214516,20353379:21214711,20354708:21214463,20354711:21214689,20355355:21214354,20410111:21217476,20411272:21217449,20421518:21218117,20451769:21219108,20454229:21219232,20455316:21218970,20477525:21219904,20479234:21219934,20479473:21269543,20485444:21268360,20489623:21220148,20513203:21224940,20515633:21226579,20515635:21226703,20515637:21226907,20524360:21230623,20561523:21236047,20596786:21242272,20610318:21245801,20652563:21252233,20677302:21255556,20680363:21192334,20688365:21193654,20695689:21194715,20699102:21194325,20699104:21194284,20718507:21256557,20718513:21257258,20727919:21190540,20742145:21190734,20779070:21289740,20779073:21166483,20832939:21284806,20832998:21284308,20833006:21185455,20833037:21186663,20833043:21283834,20833053:2112535', 'assoc_mat': '20171946:carton:4209:21198285,20215674:carton:4209:21204629,20219535:carton:4209:21276401,20224378:carton:4209:21205179,20226939:carton:4209:21205457,20245938:carton:4209:21205817,20249728:carton:4209:21206571,20257109:carton:4209:21207182,20263700:carton:4209:21207625,20270889:carton:4209:21207710,20277684:carton:4209:21054702,20300842:carton:4209:21209697,20324553:carton:4209:21211370,20327793:carton:4209:21211646,20341995:carton:4209:21214516,20353379:carton:4209:21214711,20354708:carton:4209:21214463,20354711:carton:4209:21214689,20355355:carton:4209:21214354,20410111:carton:4209:21217476,20411272:carton:4209:21217449,20421518:carton:4209:21218117,20451769:carton:4209:21219108,20454229:carton:4209:21219232,20455316:carton:4209:21218970,20477525:carton:4209:21219904,20479234:carton:4209:21219934,20479473:carton:4209:21269543,20485444:carton:4209:21268360,20489623:carton:4209:21220148,20513203:carton:4209:21224940,20515633:carton:4209:21226579,20515635:carton:4209:21226703,20515637:carton:4209:21226907,2052'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01810127167454378, 'nb_photo': 6, 'list_port_cont': '20550178', 'assoc_port': '20549748:20550178', 'assoc_mat': '20549748:carton:4200:20550178'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01160059906818923, 'nb_photo': 17279, 'list_port_cont': '20168757,20170139,20173853,20174167,20178351,20178610,20184723,20200322,20203926,20206244,20209003,20209443,20217450,20218304,20220328,20223982,20226049,20226614,20227869,20229219,20247106,20259499,20265005,20296645,20332613,20334226,20337932,20339418,20340045,20345660,20350782,20351370,20353927,20355383,20358756,20360241,20360374,20360567,20361365,20362596,20362696,20363957,20364120,20364274,20365492,20365937,20366169,20367250,20367348,20368521,20368795,20369338,20370623,20395266,20400643,20402655,20407498,20411476,20416139,20419514,20422606,20438623,20442987,20443778,20444104,20452067,20455627,20456581,20470692,20475611,20476088,20477125,20480484,20483628,20486973,20487354,20490970,20492578,20493858,20493990,20504999,20506283,20506563,20506724,20507218,20514946,20516413,20518561,20522747,20525020,20525514,20546205,20549097,20551510,20553596,20558631,20565367,20567439,20577419,20580161,20597675,20599626,20603563,20606907,20607778,20609652,20611799,20613657,20617822,20623115,20623222,20631368,20633761,2063607', 'assoc_port': '20168058:20265005,20168492:20168757,20169287:20170139,20171950:20173853,20172748:20174167,20177140:20178351,20177547:20178610,20183126:20184723,20199782:20200322,20200514:20206244,20201665:20203926,20206393:20209443,20206396:20209003,20215665:20218304,20215671:20217450,20219533:20220328,20220268:20226614,20220270:20223982,20224384:20226049,20226942:20227869,20228246:20229219,20245966:20247106,20249724:20360241,20249727:20360374,20253023:20360567,20257111:20259499,20258543:20362696,20263701:20370623,20266081:20364274,20270891:20369338,20277682:20296645,20293713:20368795,20295679:20368521,20296493:20367348,20297024:20367250,20297026:20366169,20297653:20365937,20298063:20365492,20300871:20364120,20303263:20363957,20303271:20362596,20308453:20361365,20313891:20358756,20324554:20350782,20324561:20334226,20330845:20332613,20336407:20337932,20337414:20339418,20338546:20340045,20341992:20345660,20350378:20351370,20353380:20353927,20354709:20355383,20393269:20395266,20398810:20400643,20401674:20402655,20404210:2041951', 'assoc_mat': '20168058:carton:4211:20265005,20168492:carton:4211:20168757,20169287:carton:4211:20170139,20171950:carton:4211:20173853,20172748:carton:4211:20174167,20177140:carton:4211:20178351,20177547:carton:4211:20178610,20183126:carton:4211:20184723,20199782:carton:4211:20200322,20200514:carton:4211:20206244,20201665:carton:4211:20203926,20206393:carton:4211:20209443,20206396:carton:4211:20209003,20215665:carton:4211:20218304,20215671:carton:4211:20217450,20219533:carton:4211:20220328,20220268:carton:4211:20226614,20220270:carton:4211:20223982,20224384:carton:4211:20226049,20226942:carton:4211:20227869,20228246:carton:4211:20229219,20245966:carton:4211:20247106,20249724:carton:4211:20360241,20249727:carton:4211:20360374,20253023:carton:4211:20360567,20257111:carton:4211:20259499,20258543:carton:4211:20362696,20263701:carton:4211:20370623,20266081:carton:4211:20364274,20270891:carton:4211:20369338,20277682:carton:4211:20296645,20293713:carton:4211:20368795,20295679:carton:4211:20368521,20296493:carton:4211:20367348,2029'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0035369731768591923, 'nb_photo': 127, 'list_port_cont': '20169761,20178240,20201404,20211304,20217528,20248895,20255102,20257449,20260612,20295628,20296882,20304737,20333663,20338597,20352801,20357084,20402649,20408821,20413209,20421565,20438470,20442812,20444090,20449158,20454025,20469162,20476957,20479428,20481344,20491656,20501395,20505488,20506566,20508485,20515510,20520537,20523639,20549115,20557236,20561269,20563365,20567384,20600000,20610255,20614955,20617638,20621669,20631053,20632193,20636694,20648072,20684729,20686371,20719717,20727793,20728140,20729373,20731642,20732742,20749117,20749380,20777379,20781390,20782091,20834302,20839315,20840449,20842070,20846685,20849574,20855759,20880387,20881652,20884793,20888204,20927791,20930367,20967453,20975614,21002741,21054381,21055620,21057838,21057935,21124625,21127951', 'assoc_port': '20169285:20169761,20177142:20178240,20200509:20201404,20210194:20211304,20215666:20217528,20247542:20248895,20253021:20255102,20254304:20257449,20258541:20260612,20293712:20295628,20296496:20296882,20303272:20304737,20331796:20333663,20337409:20338597,20352155:20352801,20354703:20357084,20401648:20402649,20407607:20408821,20411279:20413209,20420764:20421565,20436921:20438470,20441870:20442812,20443835:20444090,20448174:20449158,20451770:20454025,20469014:20469162,20476723:20476957,20479231:20479428,20479474:20481344,20489625:20491656,20500511:20501395,20505113:20505488,20506320:20506566,20507534:20508485,20513202:20515510,20519772:20520537,20522899:20523639,20547841:20549115,20555731:20557236,20557618:20561269,20561524:20563365,20566746:20567384,20598617:20600000,20609891:20610255,20612116:20614955,20616931:20617638,20620314:20621669,20630385:20631053,20631042:20632193,20634826:20636694,20647124:20648072,20683131:20684729,20685067:20686371,20718508:20719717,20726745:20727793,20727921:20728140,20728868:2072937', 'assoc_mat': '20169285:carton:3327:20169761,20177142:carton:3327:20178240,20200509:carton:3327:20201404,20210194:carton:3327:20211304,20215666:carton:3327:20217528,20247542:carton:3327:20248895,20253021:carton:3327:20255102,20254304:carton:3327:20257449,20258541:carton:3327:20260612,20293712:carton:3327:20295628,20296496:carton:3327:20296882,20303272:carton:3327:20304737,20331796:carton:3327:20333663,20337409:carton:3327:20338597,20352155:carton:3327:20352801,20354703:carton:3327:20357084,20401648:carton:3327:20402649,20407607:carton:3327:20408821,20411279:carton:3327:20413209,20420764:carton:3327:20421565,20436921:carton:3327:20438470,20441870:carton:3327:20442812,20443835:carton:3327:20444090,20448174:carton:3327:20449158,20451770:carton:3327:20454025,20469014:carton:3327:20469162,20476723:carton:3327:20476957,20479231:carton:3327:20479428,20479474:carton:3327:20481344,20489625:carton:3327:20491656,20500511:carton:3327:20501395,20505113:carton:3327:20505488,20506320:carton:3327:20506566,20507534:carton:3327:20508485,2051'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.012093575106950302, 'nb_photo': 58, 'list_port_cont': '21001652,21001938,21055996,21124765,21129931,21129981', 'assoc_port': '21001262:21001938,21001273:21001652,21002613:21129981,21002624:21129931,21053304:21055996,21124054:21124765', 'assoc_mat': '21001262:carton:3594:21001938,21001273:carton:3594:21001652,21002613:carton:3594:21129981,21002624:carton:3594:21129931,21053304:carton:3594:21055996,21124054:carton:3594:21124765'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003210317094384694, 'nb_photo': 15, 'list_port_cont': '20477769,20652900,20691111,20742318,20882179', 'assoc_port': '20477525:20477769,20652563:20652900,20688365:20691111,20742145:20742318,20882063:20882179', 'assoc_mat': '20477525:cartonnette:3726:20477769,20652563:cartonnette:3726:20652900,20688365:cartonnette:3726:20691111,20742145:cartonnette:3726:20742318,20882063:cartonnette:3726:20882179'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0020473331407211116, 'nb_photo': 193, 'list_port_cont': '20291108,20443898,20474477,20485560,20545336,20596989,20731001,20748786,20778746,20782320,20840411,20888264,20889482,20898024,20925764,20929923,20929964,20966442,21001555,21001658,21001900,21001930,21001972,21002756,21002889,21053589,21053734,21053825,21053965,21054197,21054570,21054622,21054660,21054673,21054751,21054919,21054950,21055389,21055943,21056084,21056635,21057719,21059697,21060152,21060208,21120461,21120533,21122687,21122980,21123741,21124458,21124574,21125838,21126064,21126110,21126123,21126237,21128172,21128229,21128684,21129138,21129263,21129826,21129863,21130506,21130738,21130859,21131077,21131302,21131383,21131537', 'assoc_port': '20291008:20291108,20443833:20443898,20474345:20474477,20485442:20485560,20544936:20545336,20596788:20596989,20730973:20731001,20748721:20748786,20778575:20778746,20782294:20782320,20838641:20840411,20888115:20888264,20888796:20889482,20897850:20898024,20925357:20925764,20929764:20929964,20929770:20929923,20966349:20966442,21001228:21001555,21001267:21128229,21001276:21001658,21001688:21129138,21001689:21002756,21001724:21001900,21001734:21001972,21001739:21001930,21002711:21129863,21002713:21129826,21002721:21002889,21053265:21128684,21053273:21053734,21053291:21053589,21053722:21053965,21053729:21054197,21053759:21053825,21054297:21054660,21054310:21054622,21054318:21054570,21054359:21054673,21054597:21054919,21054630:21054950,21054641:21054751,21055181:21055389,21055520:21057719,21055634:21056084,21055660:21055943,21056520:21056635,21058271:21130859,21058309:21131077,21058352:21130738,21059252:21131537,21059255:21131383,21059257:21131302,21059408:21060152,21059413:21059697,21059807:21060208,21120263:2112053', 'assoc_mat': '20291008:cartonnette:3726:20291108,20443833:cartonnette:3726:20443898,20474345:cartonnette:3726:20474477,20485442:cartonnette:3726:20485560,20544936:cartonnette:3726:20545336,20596788:cartonnette:3726:20596989,20730973:cartonnette:3726:20731001,20748721:cartonnette:3726:20748786,20778575:cartonnette:3726:20778746,20782294:cartonnette:3726:20782320,20838641:cartonnette:3726:20840411,20888115:cartonnette:3726:20888264,20888796:cartonnette:3726:20889482,20897850:cartonnette:3726:20898024,20925357:cartonnette:3726:20925764,20929764:cartonnette:3726:20929964,20929770:cartonnette:3726:20929923,20966349:cartonnette:3726:20966442,21001228:cartonnette:3726:21001555,21001267:cartonnette:3726:21128229,21001276:cartonnette:3726:21001658,21001688:cartonnette:3726:21129138,21001689:cartonnette:3726:21002756,21001724:cartonnette:3726:21001900,21001734:cartonnette:3726:21001972,21001739:cartonnette:3726:21001930,21002711:cartonnette:3726:21129863,21002713:cartonnette:3726:21129826,21002721:cartonnette:3726:21002889,21053265:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006031395458588674, 'nb_photo': 24, 'list_port_cont': '20301090,20477771,20524493,20652911,20691113,20880582,20882176', 'assoc_port': '20300842:20301090,20477525:20477771,20524360:20524493,20652563:20652911,20688365:20691113,20880569:20880582,20882063:20882176', 'assoc_mat': '20300842:Carton_brun:3726:20301090,20477525:Carton_brun:3726:20477771,20524360:Carton_brun:3726:20524493,20652563:Carton_brun:3726:20652911,20688365:Carton_brun:3726:20691113,20880569:Carton_brun:3726:20880582,20882063:Carton_brun:3726:20882176'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006749862184866763, 'nb_photo': 553, 'list_port_cont': '20291100,20403581,20443887,20474472,20475769,20477209,20485559,20562626,20573722,20596990,20669680,20674280,20725729,20730998,20778744,20782314,20840412,20888272,20889485,20898018,20915785,20925771,20929919,20929971,20966441,21001556,21001663,21001895,21001932,21001965,21002286,21002893,21053587,21053672,21053745,21053784,21053820,21053966,21054031,21054192,21054568,21054619,21054657,21054670,21054755,21054803,21054917,21054949,21055390,21055950,21056083,21056187,21056559,21056638,21056701,21056817,21057708,21058559,21059511,21059708,21060141,21060214,21060350,21120415,21120465,21122691,21122978,21123600,21123752,21123860,21124333,21124452,21124579,21125839,21126067,21126113,21126131,21126235,21128175,21128227,21128678,21129137,21129265,21129827,21129858,21130366,21130505,21130645,21130695,21130739,21130750,21130850,21131020,21131082,21131153,21131245,21131297,21131385,21131531', 'assoc_port': '20291008:20291100,20403540:20403581,20443833:20443887,20474345:20474472,20475364:20475769,20475366:20477209,20485442:20485559,20562535:20562626,20573403:20573722,20596788:20596990,20669625:20669680,20674231:20674280,20725589:20725729,20730973:20730998,20778575:20778744,20782294:20782314,20838641:20840412,20888115:20888272,20888796:20889485,20897850:20898018,20915459:20915785,20925357:20925771,20929764:20929971,20929770:20929919,20966349:20966441,21001228:21001556,21001267:21128227,21001276:21001663,21001688:21129137,21001703:21002286,21001724:21001895,21001734:21001965,21001739:21001932,21002711:21129858,21002713:21129827,21002721:21002893,21053265:21128678,21053273:21053745,21053278:21053672,21053291:21053587,21053695:21053784,21053716:21054031,21053722:21053966,21053729:21054192,21053759:21053820,21054297:21054657,21054310:21054619,21054318:21054568,21054359:21054670,21054597:21054917,21054617:21054803,21054630:21054949,21054641:21054755,21055181:21055390,21055507:21058559,21055520:21057708,21055578:2105655', 'assoc_mat': '20291008:Carton_brun:3726:20291100,20403540:Carton_brun:3726:20403581,20443833:Carton_brun:3726:20443887,20474345:Carton_brun:3726:20474472,20475364:Carton_brun:3726:20475769,20475366:Carton_brun:3726:20477209,20485442:Carton_brun:3726:20485559,20562535:Carton_brun:3726:20562626,20573403:Carton_brun:3726:20573722,20596788:Carton_brun:3726:20596990,20669625:Carton_brun:3726:20669680,20674231:Carton_brun:3726:20674280,20725589:Carton_brun:3726:20725729,20730973:Carton_brun:3726:20730998,20778575:Carton_brun:3726:20778744,20782294:Carton_brun:3726:20782314,20838641:Carton_brun:3726:20840412,20888115:Carton_brun:3726:20888272,20888796:Carton_brun:3726:20889485,20897850:Carton_brun:3726:20898018,20915459:Carton_brun:3726:20915785,20925357:Carton_brun:3726:20925771,20929764:Carton_brun:3726:20929971,20929770:Carton_brun:3726:20929919,20966349:Carton_brun:3726:20966441,21001228:Carton_brun:3726:21001556,21001267:Carton_brun:3726:21128227,21001276:Carton_brun:3726:21001663,21001688:Carton_brun:3726:21129137,21001703:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.007702339444786579, 'nb_photo': 26, 'list_port_cont': '20301089,20477767,20524487,20652905,20691121,20742322,20880581,20882184', 'assoc_port': '20300842:20301089,20477525:20477767,20524360:20524487,20652563:20652905,20688365:20691121,20742145:20742322,20880569:20880581,20882063:20882184', 'assoc_mat': '20300842:Carton_gris:3726:20301089,20477525:Carton_gris:3726:20477767,20524360:Carton_gris:3726:20524487,20652563:Carton_gris:3726:20652905,20688365:Carton_gris:3726:20691121,20742145:Carton_gris:3726:20742322,20880569:Carton_gris:3726:20880581,20882063:Carton_gris:3726:20882184'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004455957593767061, 'nb_photo': 293, 'list_port_cont': '20291097,20403589,20443889,20474468,20475774,20477202,20485567,20545337,20573731,20596985,20669685,20674275,20725731,20730995,20778743,20782313,20888275,20889476,20898014,20915791,20919433,20925767,20929917,20929972,21001554,21001661,21001897,21001962,21002284,21002755,21002882,21053588,21053739,21053787,21053826,21053964,21054033,21054194,21054565,21054628,21054658,21054668,21054759,21054795,21054926,21054948,21055391,21055941,21056090,21056192,21056560,21056634,21056824,21057718,21058563,21058646,21059515,21060209,21120412,21120470,21122682,21123598,21123747,21123858,21124459,21124572,21125842,21126066,21126122,21126231,21128167,21128232,21128683,21129142,21129262,21129860,21130375,21130512,21130639,21130691,21130754,21130863,21131074,21131161,21131244,21131300,21131421,21131541', 'assoc_port': '20291008:20291097,20403540:20403589,20443833:20443889,20474345:20474468,20475364:20475774,20475366:20477202,20485442:20485567,20544936:20545337,20573403:20573731,20596788:20596985,20669625:20669685,20674231:20674275,20725589:20725731,20730973:20730995,20778575:20778743,20782294:20782313,20888115:20888275,20888796:20889476,20897850:20898014,20915459:20915791,20919368:20919433,20925357:20925767,20929764:20929972,20929770:20929917,21001228:21001554,21001267:21128232,21001276:21001661,21001688:21129142,21001689:21002755,21001703:21002284,21001724:21001897,21001734:21001962,21002711:21129860,21002721:21002882,21053265:21128683,21053273:21053739,21053291:21053588,21053695:21053787,21053716:21054033,21053722:21053964,21053729:21054194,21053759:21053826,21054297:21054658,21054310:21054628,21054318:21054565,21054359:21054668,21054597:21054926,21054617:21054795,21054630:21054948,21054641:21054759,21055181:21055391,21055507:21058563,21055520:21057718,21055578:21056560,21055613:21056192,21055634:21056090,21055660:2105594', 'assoc_mat': '20291008:Carton_gris:3726:20291097,20403540:Carton_gris:3726:20403589,20443833:Carton_gris:3726:20443889,20474345:Carton_gris:3726:20474468,20475364:Carton_gris:3726:20475774,20475366:Carton_gris:3726:20477202,20485442:Carton_gris:3726:20485567,20544936:Carton_gris:3726:20545337,20573403:Carton_gris:3726:20573731,20596788:Carton_gris:3726:20596985,20669625:Carton_gris:3726:20669685,20674231:Carton_gris:3726:20674275,20725589:Carton_gris:3726:20725731,20730973:Carton_gris:3726:20730995,20778575:Carton_gris:3726:20778743,20782294:Carton_gris:3726:20782313,20888115:Carton_gris:3726:20888275,20888796:Carton_gris:3726:20889476,20897850:Carton_gris:3726:20898014,20915459:Carton_gris:3726:20915791,20919368:Carton_gris:3726:20919433,20925357:Carton_gris:3726:20925767,20929764:Carton_gris:3726:20929972,20929770:Carton_gris:3726:20929917,21001228:Carton_gris:3726:21001554,21001267:Carton_gris:3726:21128232,21001276:Carton_gris:3726:21001661,21001688:Carton_gris:3726:21129142,21001689:Carton_gris:3726:21002755,21001703:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005901167473270695, 'nb_photo': 162, 'list_port_cont': '20345899,20382445,20384584,20410419,20419434,20436302,20447903,20466590,20469146,20478289,20495684,20503195,20515101,20529712,20583891,20584265,20586232,20601100,20627241,20649213,20658804,20675817,20709058,20709640,20727244,20728056,20784151,20787011,20840121,20847629,20872683,20880493,20880648,20919479,20931935,20975678,21183084,21193360,21200249,21204906,21208545,21211948,21217189,21219651,21221495,21246162,21308260', 'assoc_port': '20204921:20345899,20266098:20436302,20296337:20382445,20303275:20384584,20326810:20410419,20338549:20419434,20392276:20447903,20414608:20466590,20431076:20495684,20445955:20478289,20469015:20469146,20485440:20503195,20505940:20515101,20517445:20529712,20553045:20583891,20561522:20584265,20570272:20586232,20600235:20601100,20612113:20627241,20630388:20658804,20640602:20649213,20672165:20675817,20685069:20709058,20699111:20709640,20718506:20727244,20720578:20728056,20776158:20784151,20781905:20787011,20832929:20840121,20833007:20847629,20841933:20880493,20848242:20872683,20880568:20880648,20888388:20919479,20924209:20931935,20966334:20975678,21001280:21200249,21001716:21211948,21002710:21217189,21053303:21204906,21054296:21208545,21055166:21219651,21055579:21221495,21058334:21246162,21123363:21183084,21124053:21308260,21125601:21193360', 'assoc_mat': '20204921:ela:4205:20345899,20266098:ela:4205:20436302,20296337:ela:4205:20382445,20303275:ela:4205:20384584,20326810:ela:4205:20410419,20338549:ela:4205:20419434,20392276:ela:4205:20447903,20414608:ela:4205:20466590,20431076:ela:4205:20495684,20445955:ela:4205:20478289,20469015:ela:4205:20469146,20485440:ela:4205:20503195,20505940:ela:4205:20515101,20517445:ela:4205:20529712,20553045:ela:4205:20583891,20561522:ela:4205:20584265,20570272:ela:4205:20586232,20600235:ela:4205:20601100,20612113:ela:4205:20627241,20630388:ela:4205:20658804,20640602:ela:4205:20649213,20672165:ela:4205:20675817,20685069:ela:4205:20709058,20699111:ela:4205:20709640,20718506:ela:4205:20727244,20720578:ela:4205:20728056,20776158:ela:4205:20784151,20781905:ela:4205:20787011,20832929:ela:4205:20840121,20833007:ela:4205:20847629,20841933:ela:4205:20880493,20848242:ela:4205:20872683,20880568:ela:4205:20880648,20888388:ela:4205:20919479,20924209:ela:4205:20931935,20966334:ela:4205:20975678,21001280:ela:4205:21200249,21001716:ela:4205:2121194'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.973619919629455, 'nb_photo': 1340, 'list_port_cont': '20297165,20355871,20360468,20362947,20379891,20383280,20389350,20426343,20451294,20464652,20476667,20479601,20480108,20493741,20494524,20514601,20522629,20531310,20557670,20586569,20604141,20619405,20654751,20701967,20716025,20727304,20728267,20747393,20786043,20854621,20870349,20871190,20873492,20898837,20930514,20942015,20942873,20976499,21182375,21183263,21200453,21202848,21204560,21211660,21213383,21220165,21235759,21250808,21253536,21299036,21309295,21342361', 'assoc_port': '20171947:20297165,20228245:20355871,20251677:20360468,20262031:20362947,20291011:20379891,20297655:20383280,20308443:20389350,20354704:20426343,20398812:20451294,20410109:20464652,20421532:20493741,20441872:20476667,20451766:20480108,20470424:20494524,20479233:20479601,20505111:20514601,20510744:20522629,20519774:20531310,20549743:20557670,20573401:20586569,20602371:20604141,20610319:20619405,20634828:20654751,20692234:20701967,20703033:20716025,20718502:20727304,20720594:20728267,20732078:20747393,20780559:20786043,20832985:20870349,20833038:20873492,20836981:20854621,20845542:20871190,20882059:20930514,20888117:20898837,20919369:20942873,20927010:20942015,20966339:20976499,21001284:21200453,21001694:21211660,21001717:21213383,21053272:21202848,21053297:21204560,21055192:21220165,21056532:21235759,21059205:21342361,21059359:21250808,21059806:21253536,21120302:21299036,21122482:21182375,21123359:21183263,21124048:21309295', 'assoc_mat': '20171947:ela:4203:20297165,20228245:ela:4203:20355871,20251677:ela:4203:20360468,20262031:ela:4203:20362947,20291011:ela:4203:20379891,20297655:ela:4203:20383280,20308443:ela:4203:20389350,20354704:ela:4203:20426343,20398812:ela:4203:20451294,20410109:ela:4203:20464652,20421532:ela:4203:20493741,20441872:ela:4203:20476667,20451766:ela:4203:20480108,20470424:ela:4203:20494524,20479233:ela:4203:20479601,20505111:ela:4203:20514601,20510744:ela:4203:20522629,20519774:ela:4203:20531310,20549743:ela:4203:20557670,20573401:ela:4203:20586569,20602371:ela:4203:20604141,20610319:ela:4203:20619405,20634828:ela:4203:20654751,20692234:ela:4203:20701967,20703033:ela:4203:20716025,20718502:ela:4203:20727304,20720594:ela:4203:20728267,20732078:ela:4203:20747393,20780559:ela:4203:20786043,20832985:ela:4203:20870349,20833038:ela:4203:20873492,20836981:ela:4203:20854621,20845542:ela:4203:20871190,20882059:ela:4203:20930514,20888117:ela:4203:20898837,20919369:ela:4203:20942873,20927010:ela:4203:20942015,20966339:ela:4203:2097649'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015481321119899967, 'nb_photo': 124, 'list_port_cont': '20252795,20442974,20472428,20478092,20506133,20599255,20692665,20718486,20779974,20834829,20838984,20840285,20880657,20886235,20888456,20888977,20889282,20916049,20919660,20924689,20925819,20929951,20967673,20967714,20968181,21002148,21002654,21053642,21053774,21055222,21059039,21120479,21124098,21124852,21126198,21126295,21127018,21127675,21128192,21129365,21130254,21130297,21130344,21130402,21130453,21131490,21131676,21132114,21132138,21132614,21132722,21132830,21133096,21136169,21161622,21162170,21162380,21164443,21182566,21183467,21192686,21192854,21198521,21199819,21202056,21205891,21206004,21206522,21206635,21207152,21207297,21208054,21208523,21208648,21208699,21209438', 'assoc_port': '20251679:20252795,20441871:20442974,20471727:20472428,20477528:20478092,20505938:20506133,20598618:20599255,20692247:20692665,20717940:20718486,20779601:20779974,20832932:20840285,20834196:20834829,20838639:20838984,20880567:20880657,20886147:20886235,20888387:20888456,20888766:20889282,20888780:20888977,20915461:20916049,20919370:20919660,20924210:20924689,20925359:20925819,20929767:20929951,20966331:20968181,20966337:20967714,20966344:20967673,21001226:21198521,21001277:21199819,21001707:21129365,21001710:21002654,21001714:21002148,21002616:21208054,21053267:21202056,21053289:21053774,21053294:21053642,21053700:21205891,21053707:21206004,21053714:21206522,21053717:21206635,21054295:21208523,21054608:21207297,21054614:21130254,21054618:21055222,21055163:21207152,21055548:21130344,21055564:21130297,21056530:21130402,21056531:21130453,21058226:21136169,21058358:21059039,21059207:21133096,21059250:21132830,21059256:21132722,21059258:21132614,21059406:21132138,21059409:21132114,21059804:21131676,21059828:2113149', 'assoc_mat': '20251679:ela:4207:20252795,20441871:ela:4207:20442974,20471727:ela:4207:20472428,20477528:ela:4207:20478092,20505938:ela:4207:20506133,20598618:ela:4207:20599255,20692247:ela:4207:20692665,20717940:ela:4207:20718486,20779601:ela:4207:20779974,20832932:ela:4207:20840285,20834196:ela:4207:20834829,20838639:ela:4207:20838984,20880567:ela:4207:20880657,20886147:ela:4207:20886235,20888387:ela:4207:20888456,20888766:ela:4207:20889282,20888780:ela:4207:20888977,20915461:ela:4207:20916049,20919370:ela:4207:20919660,20924210:ela:4207:20924689,20925359:ela:4207:20925819,20929767:ela:4207:20929951,20966331:ela:4207:20968181,20966337:ela:4207:20967714,20966344:ela:4207:20967673,21001226:ela:4207:21198521,21001277:ela:4207:21199819,21001707:ela:4207:21129365,21001710:ela:4207:21002654,21001714:ela:4207:21002148,21002616:ela:4207:21208054,21053267:ela:4207:21202056,21053289:ela:4207:21053774,21053294:ela:4207:21053642,21053700:ela:4207:21205891,21053707:ela:4207:21206004,21053714:ela:4207:21206522,21053717:ela:4207:2120663'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004353481504345921, 'nb_photo': 36, 'list_port_cont': '20512339,20584435,20784275,20941838,20995426,21160985,21177907,21181017,21183222,21183788,21191464,21201997,21207058,21207259,21214223,21214413,21232213,21242080,21244322,21245341,21249891,21311084,21318744', 'assoc_port': '20487793:20512339,20562533:20584435,20777278:20784275,20927003:20941838,20966324:20995426,21001727:21214223,21001731:21214413,21002718:21318744,21053263:21201997,21053718:21207058,21053723:21207259,21056508:21232213,21058220:21242080,21058289:21244322,21058310:21245341,21059293:21249891,21120260:21160985,21122360:21177907,21122464:21181017,21123360:21183222,21123364:21183788,21124056:21191464,21125612:21311084', 'assoc_mat': '20487793:ela:4461:20512339,20562533:ela:4461:20584435,20777278:ela:4461:20784275,20927003:ela:4461:20941838,20966324:ela:4461:20995426,21001727:ela:4461:21214223,21001731:ela:4461:21214413,21002718:ela:4461:21318744,21053263:ela:4461:21201997,21053718:ela:4461:21207058,21053723:ela:4461:21207259,21056508:ela:4461:21232213,21058220:ela:4461:21242080,21058289:ela:4461:21244322,21058310:ela:4461:21245341,21059293:ela:4461:21249891,21120260:ela:4461:21160985,21122360:ela:4461:21177907,21122464:ela:4461:21181017,21123360:ela:4461:21183222,21123364:ela:4461:21183788,21124056:ela:4461:21191464,21125612:ela:4461:21311084'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008414046918055504, 'nb_photo': 117, 'list_port_cont': '20257577,20272203,20308346,20403608,20411747,20412833,20434612,20441326,20457593,20461379,20470521,20478173,20504917,20557182,20608099,20618715,20632668,20633467,20636999,20675308,20703478,20703647,20709348,20728067,20729155,20730002,20731267,20777122,20779694,20782724,20838562,20840037,20840887,20845992,20847769,20882456,20886120,20889851,20890182,20893114,20916157,20922800,20927065,20930016,21059366,21124073,21126562,21129042,21131065,21131561,21131601,21132630,21133923,21135916,21162531,21167097,21167189,21168072,21170114,21170812,21171143,21182543,21193237,21207257,21207499,21207813,21207858,21208102,21208439,21208514,21208597,21208881,21209423,21209667,21209844,21210492,21214119,21215478,21215879', 'assoc_port': '20254278:20272203,20257117:20257577,20307290:20308346,20403539:20403608,20407606:20412833,20410110:20411747,20433553:20434612,20436920:20441326,20455315:20457593,20460488:20461379,20470421:20470521,20477526:20478173,20504796:20504917,20555730:20557182,20607820:20608099,20617896:20618715,20631044:20632668,20632057:20633467,20636733:20636999,20675069:20675308,20699101:20709348,20699109:20703478,20703029:20703647,20727920:20728067,20728867:20729155,20729786:20730002,20730971:20731267,20776150:20777122,20779605:20779694,20782287:20782724,20832927:20840037,20832937:20840887,20833005:20845992,20836979:20838562,20847131:20847769,20882060:20882456,20885734:20886120,20888767:20889851,20888768:20890182,20891548:20893114,20915460:20916157,20920477:20922800,20927009:20927065,20929773:20930016,21002619:21208881,21002684:21208597,21002715:21208514,21053296:21210492,21053746:21129042,21054317:21209423,21054321:21209844,21054357:21209667,21054590:21208439,21054611:21207858,21054612:21208102,21054633:21207813,21055159:2120749', 'assoc_mat': '20254278:ela:4200:20272203,20257117:ela:4200:20257577,20307290:ela:4200:20308346,20403539:ela:4200:20403608,20407606:ela:4200:20412833,20410110:ela:4200:20411747,20433553:ela:4200:20434612,20436920:ela:4200:20441326,20455315:ela:4200:20457593,20460488:ela:4200:20461379,20470421:ela:4200:20470521,20477526:ela:4200:20478173,20504796:ela:4200:20504917,20555730:ela:4200:20557182,20607820:ela:4200:20608099,20617896:ela:4200:20618715,20631044:ela:4200:20632668,20632057:ela:4200:20633467,20636733:ela:4200:20636999,20675069:ela:4200:20675308,20699101:ela:4200:20709348,20699109:ela:4200:20703478,20703029:ela:4200:20703647,20727920:ela:4200:20728067,20728867:ela:4200:20729155,20729786:ela:4200:20730002,20730971:ela:4200:20731267,20776150:ela:4200:20777122,20779605:ela:4200:20779694,20782287:ela:4200:20782724,20832927:ela:4200:20840037,20832937:ela:4200:20840887,20833005:ela:4200:20845992,20836979:ela:4200:20838562,20847131:ela:4200:20847769,20882060:ela:4200:20882456,20885734:ela:4200:20886120,20888767:ela:4200:2088985'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0010482376157763993, 'nb_photo': 35, 'list_port_cont': '20218087,20246764,20250388,20264732,20273837,20328519,20343725,20355597,20410945,20412711,20479360,20491235,20516341,20562682,20597362,20610627,20696405,20709295,20719387,20719745,20728086,20779339,20847221', 'assoc_port': '20215674:20218087,20245938:20246764,20249728:20250388,20263700:20264732,20270889:20273837,20327793:20328519,20341995:20343725,20355355:20355597,20410111:20410945,20411272:20412711,20479234:20479360,20489623:20491235,20515635:20516341,20561523:20562682,20596786:20597362,20610318:20610627,20695689:20696405,20699102:20709295,20718507:20719745,20718513:20719387,20727919:20728086,20779073:20779339,20833006:20847221', 'assoc_mat': '20215674:ela:4207:20218087,20245938:ela:4207:20246764,20249728:ela:4207:20250388,20263700:ela:4207:20264732,20270889:ela:4207:20273837,20327793:ela:4207:20328519,20341995:ela:4207:20343725,20355355:ela:4207:20355597,20410111:ela:4207:20410945,20411272:ela:4207:20412711,20479234:ela:4207:20479360,20489623:ela:4207:20491235,20515635:ela:4207:20516341,20561523:ela:4207:20562682,20596786:ela:4207:20597362,20610318:ela:4207:20610627,20695689:ela:4207:20696405,20699102:ela:4207:20709295,20718507:ela:4207:20719745,20718513:ela:4207:20719387,20727919:ela:4207:20728086,20779073:ela:4207:20779339,20833006:ela:4207:20847221'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004701649639379277, 'nb_photo': 944, 'list_port_cont': '20894586,20896007,20896559,20898857,20907048,20907085,20907285,20910028,20910568,20910939,20919285,20919295,20929650,20930147,20931577,20941758,20941820,20942614,20942701,20974638,20975560,20976384,20976555,20995608,21054699,21125365,21129427,21129817,21131704,21161011,21161201,21162473,21162726,21163736,21164006,21164762,21165153,21165654,21165800,21166484,21166676,21166769,21166803,21167208,21176123,21176462,21176669,21177086,21177363,21178410,21180241,21180346,21180436,21180573,21180681,21181450,21181828,21182042,21182061,21182200,21182495,21182575,21182965,21183523,21183894,21185103,21185445,21186666,21186854,21187699,21187852,21188460,21188652,21189200,21189433,21189968,21190300,21190532,21190742,21190765,21191117,21191177,21191783,21191850,21191897,21191994,21192187,21192328,21192434,21193567,21193653,21194120,21194297,21194322,21194656,21194707,21194986,21195263,21195327,21195380,21195430,21195597,21198286,21198665,21198709,21198787,21200334,21200598,21201752,21202124,21202806,21202969,21203890,2120403', 'assoc_port': '20171946:21198286,20215674:21204628,20219535:21276379,20224378:21205182,20226939:21205458,20245938:21205818,20249728:21206580,20257109:21207184,20263700:21207623,20270889:21207708,20277684:21054699,20300842:21209701,20324553:21211379,20327793:21211637,20341995:21214514,20353379:21214718,20354708:21214470,20354711:21214695,20355355:21214353,20410111:21217469,20411272:21217457,20421518:21218109,20451769:21219105,20454229:21219234,20455316:21218969,20477525:21219913,20479234:21219944,20479473:21269529,20485444:21268379,20489623:21220141,20513203:21224950,20515633:21226581,20515635:21226714,20515637:21226903,20524360:21230627,20561523:21236057,20596786:21242276,20610318:21245805,20652563:21252224,20680363:21192328,20688365:21193653,20695689:21194707,20699102:21194322,20699104:21194297,20718507:21256559,20718513:21257260,20727919:21190532,20742145:21190742,20779070:21289735,20779073:21166484,20832939:21284813,20832998:21284316,20833006:21185445,20833037:21186666,20833043:21283832,20833053:21125365,20880569:2090728', 'assoc_mat': '20171946:ela:4209:21198286,20215674:ela:4209:21204628,20219535:ela:4209:21276379,20224378:ela:4209:21205182,20226939:ela:4209:21205458,20245938:ela:4209:21205818,20249728:ela:4209:21206580,20257109:ela:4209:21207184,20263700:ela:4209:21207623,20270889:ela:4209:21207708,20277684:ela:4209:21054699,20300842:ela:4209:21209701,20324553:ela:4209:21211379,20327793:ela:4209:21211637,20341995:ela:4209:21214514,20353379:ela:4209:21214718,20354708:ela:4209:21214470,20354711:ela:4209:21214695,20355355:ela:4209:21214353,20410111:ela:4209:21217469,20411272:ela:4209:21217457,20421518:ela:4209:21218109,20451769:ela:4209:21219105,20454229:ela:4209:21219234,20455316:ela:4209:21218969,20477525:ela:4209:21219913,20479234:ela:4209:21219944,20479473:ela:4209:21269529,20485444:ela:4209:21268379,20489623:ela:4209:21220141,20513203:ela:4209:21224950,20515633:ela:4209:21226581,20515635:ela:4209:21226714,20515637:ela:4209:21226903,20524360:ela:4209:21230627,20561523:ela:4209:21236057,20596786:ela:4209:21242276,20610318:ela:4209:2124580'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009479522581942461, 'nb_photo': 2407, 'list_port_cont': '20168746,20170141,20173847,20174166,20178354,20178604,20184727,20200316,20203912,20206257,20209002,20209445,20217445,20218305,20220329,20223979,20226041,20226608,20227871,20229227,20247100,20259508,20264997,20296639,20332605,20334234,20337937,20339412,20340046,20345651,20350786,20351372,20353926,20355385,20358745,20360245,20360370,20360571,20361361,20362599,20362697,20363958,20364127,20364275,20365491,20365933,20366173,20367245,20367344,20368530,20368799,20369335,20370622,20395268,20400635,20402656,20407494,20411472,20416155,20419527,20422600,20438639,20442988,20443785,20444102,20452071,20455631,20456571,20470700,20475607,20476087,20477122,20480477,20483627,20486971,20487358,20490978,20492580,20493854,20493992,20505012,20506290,20506554,20506718,20507233,20514953,20516422,20518563,20522760,20525021,20525519,20546216,20549094,20551499,20553603,20558636,20565371,20567440,20577423,20580163,20597674,20599613,20603579,20606913,20607787,20609642,20611793,20613656,20617813,20623113,20623216,20631359,20633769,2063607', 'assoc_port': '20168058:20264997,20168492:20168746,20169287:20170141,20171950:20173847,20172748:20174166,20177140:20178354,20177547:20178604,20183126:20184727,20199782:20200316,20200514:20206257,20201665:20203912,20206393:20209445,20206396:20209002,20215665:20218305,20215671:20217445,20219533:20220329,20220268:20226608,20220270:20223979,20224384:20226041,20226942:20227871,20228246:20229227,20245966:20247100,20249724:20360245,20249727:20360370,20253023:20360571,20257111:20259508,20258543:20362697,20263701:20370622,20266081:20364275,20270891:20369335,20277682:20296639,20293713:20368799,20295679:20368530,20296493:20367344,20297024:20367245,20297026:20366173,20297653:20365933,20298063:20365491,20300871:20364127,20303263:20363958,20303271:20362599,20308453:20361361,20313891:20358745,20324554:20350786,20324561:20334234,20330845:20332605,20336407:20337937,20337414:20339412,20338546:20340046,20341992:20345651,20350378:20351372,20353380:20353926,20354709:20355385,20393269:20395268,20398810:20400635,20401674:20402656,20404210:2041952', 'assoc_mat': '20168058:ela:4211:20264997,20168492:ela:4211:20168746,20169287:ela:4211:20170141,20171950:ela:4211:20173847,20172748:ela:4211:20174166,20177140:ela:4211:20178354,20177547:ela:4211:20178604,20183126:ela:4211:20184727,20199782:ela:4211:20200316,20200514:ela:4211:20206257,20201665:ela:4211:20203912,20206393:ela:4211:20209445,20206396:ela:4211:20209002,20215665:ela:4211:20218305,20215671:ela:4211:20217445,20219533:ela:4211:20220329,20220268:ela:4211:20226608,20220270:ela:4211:20223979,20224384:ela:4211:20226041,20226942:ela:4211:20227871,20228246:ela:4211:20229227,20245966:ela:4211:20247100,20249724:ela:4211:20360245,20249727:ela:4211:20360370,20253023:ela:4211:20360571,20257111:ela:4211:20259508,20258543:ela:4211:20362697,20263701:ela:4211:20370622,20266081:ela:4211:20364275,20270891:ela:4211:20369335,20277682:ela:4211:20296639,20293713:ela:4211:20368799,20295679:ela:4211:20368530,20296493:ela:4211:20367344,20297024:ela:4211:20367245,20297026:ela:4211:20366173,20297653:ela:4211:20365933,20298063:ela:4211:2036549'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00020117403878260222, 'nb_photo': 2, 'list_port_cont': '20709057', 'assoc_port': '20685069:20709057', 'assoc_mat': '20685069:etiquette:4205:20709057'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00021762425777289738, 'nb_photo': 155, 'list_port_cont': '20297169,20355873,20362956,20379894,20383268,20389342,20451284,20476665,20479605,20480101,20493739,20494526,20514607,20531318,20557657,20586557,20604134,20654742,20716014,20727292,20728260,20747397,20786042,20854619,20870334,20871181,20873490,20898828,20930515,20942030,20942865,20976500,21182377,21183260,21200450,21202851,21204565,21211656,21213384,21220175,21235765,21250814,21253560,21299039,21309287,21342347', 'assoc_port': '20171947:20297169,20228245:20355873,20262031:20362956,20291011:20379894,20297655:20383268,20308443:20389342,20398812:20451284,20421532:20493739,20441872:20476665,20451766:20480101,20470424:20494526,20479233:20479605,20505111:20514607,20519774:20531318,20549743:20557657,20573401:20586557,20602371:20604134,20634828:20654742,20703033:20716014,20718502:20727292,20720594:20728260,20732078:20747397,20780559:20786042,20832985:20870334,20833038:20873490,20836981:20854619,20845542:20871181,20882059:20930515,20888117:20898828,20919369:20942865,20927010:20942030,20966339:20976500,21001284:21200450,21001694:21211656,21001717:21213384,21053272:21202851,21053297:21204565,21055192:21220175,21056532:21235765,21059205:21342347,21059359:21250814,21059806:21253560,21120302:21299039,21122482:21182377,21123359:21183260,21124048:21309287', 'assoc_mat': '20171947:etiquette:4203:20297169,20228245:etiquette:4203:20355873,20262031:etiquette:4203:20362956,20291011:etiquette:4203:20379894,20297655:etiquette:4203:20383268,20308443:etiquette:4203:20389342,20398812:etiquette:4203:20451284,20421532:etiquette:4203:20493739,20441872:etiquette:4203:20476665,20451766:etiquette:4203:20480101,20470424:etiquette:4203:20494526,20479233:etiquette:4203:20479605,20505111:etiquette:4203:20514607,20519774:etiquette:4203:20531318,20549743:etiquette:4203:20557657,20573401:etiquette:4203:20586557,20602371:etiquette:4203:20604134,20634828:etiquette:4203:20654742,20703033:etiquette:4203:20716014,20718502:etiquette:4203:20727292,20720594:etiquette:4203:20728260,20732078:etiquette:4203:20747397,20780559:etiquette:4203:20786042,20832985:etiquette:4203:20870334,20833038:etiquette:4203:20873490,20836981:etiquette:4203:20854619,20845542:etiquette:4203:20871181,20882059:etiquette:4203:20930515,20888117:etiquette:4203:20898828,20919369:etiquette:4203:20942865,20927010:etiquette:4203:20942030,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00011930739674350417, 'nb_photo': 9, 'list_port_cont': '20607994,20834843,20967676,21002795,21130250,21131687,21132819,21208233,21209114', 'assoc_port': '20607822:20607994,20834196:20834843,20966344:20967676,21002727:21002795,21054289:21208233,21054614:21130250,21059250:21132819,21059804:21131687,21122399:21209114', 'assoc_mat': '20607822:etiquette:4207:20607994,20834196:etiquette:4207:20834843,20966344:etiquette:4207:20967676,21002727:etiquette:4207:21002795,21054289:etiquette:4207:21208233,21054614:etiquette:4207:21130250,21059250:etiquette:4207:21132819,21059804:etiquette:4207:21131687,21122399:etiquette:4207:21209114'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.001176543191851201, 'nb_photo': 5, 'list_port_cont': '20880297,21181397,21218437,21321844', 'assoc_port': '20838637:20880297,21054601:21218437,21122469:21181397,21125613:21321844', 'assoc_mat': '20838637:etiquette:4461:20880297,21054601:etiquette:4461:21218437,21122469:etiquette:4461:21181397,21125613:etiquette:4461:21321844'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0016716453029158485, 'nb_photo': 130, 'list_port_cont': '20177845,20185083,20193223,20203774,20209702,20335615,20401446,20403610,20411737,20442752,20478171,20886117,20888069,20924079,21001539,21001626,21001774,21055807,21128330,21128504,21129386,21181312,21198083,21198586,21202302,21203385,21211153,21211750', 'assoc_port': '20177146:20177845,20183122:20185083,20192831:20193223,20202891:20203774,20209116:20209702,20334539:20335615,20398811:20401446,20403539:20403610,20410110:20411737,20441869:20442752,20477526:20478171,20885734:20886117,20886997:20888069,20920476:20924079,21001223:21198083,21001225:21211153,21001229:21198586,21001231:21128504,21001236:21128330,21001263:21001774,21001270:21001626,21001275:21001539,21001733:21129386,21053270:21202302,21053282:21203385,21054644:21055807,21122472:21181312,21124036:21211750', 'assoc_mat': '20177146:etiquette:4200:20177845,20183122:etiquette:4200:20185083,20192831:etiquette:4200:20193223,20202891:etiquette:4200:20203774,20209116:etiquette:4200:20209702,20334539:etiquette:4200:20335615,20398811:etiquette:4200:20401446,20403539:etiquette:4200:20403610,20410110:etiquette:4200:20411737,20441869:etiquette:4200:20442752,20477526:etiquette:4200:20478171,20885734:etiquette:4200:20886117,20886997:etiquette:4200:20888069,20920476:etiquette:4200:20924079,21001223:etiquette:4200:21198083,21001225:etiquette:4200:21211153,21001229:etiquette:4200:21198586,21001231:etiquette:4200:21128504,21001236:etiquette:4200:21128330,21001263:etiquette:4200:21001774,21001270:etiquette:4200:21001626,21001275:etiquette:4200:21001539,21001733:etiquette:4200:21129386,21053270:etiquette:4200:21202302,21053282:etiquette:4200:21203385,21054644:etiquette:4200:21055807,21122472:etiquette:4200:21181312,21124036:etiquette:4200:21211750'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0002250479386639324, 'nb_photo': 4, 'list_port_cont': '20220184,20516387,20719746', 'assoc_port': '20219535:20220184,20515633:20516387,20718507:20719746', 'assoc_mat': '20219535:etiquette:4207:20220184,20515633:etiquette:4207:20516387,20718507:etiquette:4207:20719746'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008574315368473532, 'nb_photo': 173, 'list_port_cont': '20896015,20910559,20910934,20929653,20930141,20942617,20975166,21125363,21129822,21131702,21163567,21165651,21166663,21166801,21180353,21180575,21182035,21182496,21182573,21183536,21185443,21186856,21190733,21190763,21191132,21191180,21191845,21191901,21193651,21194122,21194706,21194982,21195333,21195389,21198672,21198723,21200608,21202127,21202798,21202962,21204041,21204621,21205170,21206578,21207117,21207631,21207715,21208556,21209318,21209829,21210350,21210673,21211274,21211303,21211368,21211393,21211496,21211635,21214307,21214702,21214714,21217038,21217225,21217462,21217464,21217711,21218860,21218968,21218992,21219109,21219233,21219414,21219431,21219582,21219830,21219927,21220492,21220661,21220724,21220831,21221521,21224454,21225968,21226577,21226702,21227892,21229847,21230343,21232615,21234342,21236424,21238690,21239033,21239500,21240397,21240671,21240748,21242261,21242597,21243169,21243961,21244868,21245807,21246476,21246669,21246921,21248213,21249011,21249172,21252236,21253722,21255508,21257210,2125725', 'assoc_port': '20215674:21204621,20219535:21276395,20224378:21205170,20249728:21206578,20263700:21207631,20270889:21207715,20324553:21211368,20327793:21211635,20353379:21214714,20354711:21214702,20410111:21217464,20411272:21217462,20451769:21219109,20454229:21219233,20455316:21218968,20515633:21226577,20515635:21226702,20596786:21242261,20610318:21245807,20652563:21252236,20688365:21193651,20695689:21194706,20718513:21257256,20742145:21190733,20833006:21185443,20833043:21283842,20833053:21125363,20882063:20896015,20885736:20910559,20893167:20910934,20895535:20930141,20919367:20929653,20929134:20942617,20966323:20975166,21001227:21198723,21001230:21198672,21001265:21279040,21001285:21279823,21001287:21200608,21001691:21211393,21001696:21211496,21001729:21214307,21001743:21129822,21002591:21272092,21002640:21217038,21002683:21217225,21002714:21217711,21053264:21202127,21053271:21202798,21053274:21202962,21053280:21277048,21053290:21204041,21053301:21276367,21053305:21276000,21053308:21275486,21053720:21207117,21054293:2120855', 'assoc_mat': '20215674:etiquette:4209:21204621,20219535:etiquette:4209:21276395,20224378:etiquette:4209:21205170,20249728:etiquette:4209:21206578,20263700:etiquette:4209:21207631,20270889:etiquette:4209:21207715,20324553:etiquette:4209:21211368,20327793:etiquette:4209:21211635,20353379:etiquette:4209:21214714,20354711:etiquette:4209:21214702,20410111:etiquette:4209:21217464,20411272:etiquette:4209:21217462,20451769:etiquette:4209:21219109,20454229:etiquette:4209:21219233,20455316:etiquette:4209:21218968,20515633:etiquette:4209:21226577,20515635:etiquette:4209:21226702,20596786:etiquette:4209:21242261,20610318:etiquette:4209:21245807,20652563:etiquette:4209:21252236,20688365:etiquette:4209:21193651,20695689:etiquette:4209:21194706,20718513:etiquette:4209:21257256,20742145:etiquette:4209:21190733,20833006:etiquette:4209:21185443,20833043:etiquette:4209:21283842,20833053:etiquette:4209:21125363,20882063:etiquette:4209:20896015,20885736:etiquette:4209:20910559,20893167:etiquette:4209:20910934,20895535:etiquette:4209:20930141,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.985793394647603e-05, 'nb_photo': 282, 'list_port_cont': '20170135,20173846,20184728,20200321,20203915,20206252,20208992,20217452,20218311,20220326,20226605,20227866,20229215,20259502,20296642,20353918,20358748,20360243,20360364,20360557,20362701,20364115,20364282,20365489,20366168,20367352,20368522,20368803,20370614,20400640,20402660,20407495,20419521,20422611,20438628,20443002,20443783,20444109,20452073,20455628,20456572,20470695,20475617,20476090,20477118,20480488,20483623,20487364,20492573,20493985,20506275,20506725,20514948,20516415,20518562,20522749,20525019,20549098,20553592,20558622,20565373,20567435,20577412,20580162,20599624,20607780,20609638,20613646,20617819,20623221,20631362,20636078,20643553,20653573,20655377,20684924,20693233,20696876,20705110,20707261,20716672,20719040,20719370,20721815,20722345,20727732,20729982,20731416,20745389,20748900,20777167,20782311,20782649,20831376,20832833,20833848,20838194,20839806,20842579,20842799,20845120,20846501,20846982,20850021,20855648,20858357,20880187,20888044,20888548,20921467,20925129,20926354,20927442,2092984', 'assoc_port': '20169287:20170135,20171950:20173846,20183126:20184728,20199782:20200321,20200514:20206252,20201665:20203915,20206396:20208992,20215665:20218311,20215671:20217452,20219533:20220326,20220268:20226605,20226942:20227866,20228246:20229215,20249724:20360243,20249727:20360364,20253023:20360557,20257111:20259502,20258543:20362701,20263701:20370614,20266081:20364282,20277682:20296642,20293713:20368803,20295679:20368522,20296493:20367352,20297026:20366168,20298063:20365489,20300871:20364115,20313891:20358748,20353380:20353918,20398810:20400640,20401674:20402660,20404210:20419521,20404212:20407495,20422047:20422611,20436923:20438628,20441867:20443783,20441873:20443002,20443834:20444109,20450251:20452073,20454226:20455628,20455312:20456572,20470419:20470695,20474343:20476090,20474348:20475617,20476724:20477118,20479475:20480488,20481814:20483623,20485441:20487364,20492277:20492573,20493658:20493985,20505939:20506275,20506319:20506725,20513204:20514948,20515636:20516415,20517446:20518562,20522164:20522749,20524359:2052501', 'assoc_mat': '20169287:etiquette:4211:20170135,20171950:etiquette:4211:20173846,20183126:etiquette:4211:20184728,20199782:etiquette:4211:20200321,20200514:etiquette:4211:20206252,20201665:etiquette:4211:20203915,20206396:etiquette:4211:20208992,20215665:etiquette:4211:20218311,20215671:etiquette:4211:20217452,20219533:etiquette:4211:20220326,20220268:etiquette:4211:20226605,20226942:etiquette:4211:20227866,20228246:etiquette:4211:20229215,20249724:etiquette:4211:20360243,20249727:etiquette:4211:20360364,20253023:etiquette:4211:20360557,20257111:etiquette:4211:20259502,20258543:etiquette:4211:20362701,20263701:etiquette:4211:20370614,20266081:etiquette:4211:20364282,20277682:etiquette:4211:20296642,20293713:etiquette:4211:20368803,20295679:etiquette:4211:20368522,20296493:etiquette:4211:20367352,20297026:etiquette:4211:20366168,20298063:etiquette:4211:20365489,20300871:etiquette:4211:20364115,20313891:etiquette:4211:20358748,20353380:etiquette:4211:20353918,20398810:etiquette:4211:20400640,20401674:etiquette:4211:20402660,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005662289384448891, 'nb_photo': 23, 'list_port_cont': '20229873,20257447,20402652,20415891,20479431,20501390,20506558,20508482,20515521,20700439,20727791,20921723,21054683,21056359', 'assoc_port': '20228243:20229873,20254304:20257447,20401648:20402652,20414609:20415891,20479231:20479431,20500511:20501390,20506320:20506558,20507534:20508482,20513202:20515521,20699110:20700439,20726745:20727791,20920475:20921723,21053756:21054683,21054593:21056359', 'assoc_mat': '20228243:etiquette:3327:20229873,20254304:etiquette:3327:20257447,20401648:etiquette:3327:20402652,20414609:etiquette:3327:20415891,20479231:etiquette:3327:20479431,20500511:etiquette:3327:20501390,20506320:etiquette:3327:20506558,20507534:etiquette:3327:20508482,20513202:etiquette:3327:20515521,20699110:etiquette:3327:20700439,20726745:etiquette:3327:20727791,20920475:etiquette:3327:20921723,21053756:etiquette:3327:21054683,21054593:etiquette:3327:21056359'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01122535512867925, 'nb_photo': 367, 'list_port_cont': '20345893,20382456,20384580,20410413,20419443,20436298,20447916,20466591,20469148,20478296,20495677,20503203,20515100,20529697,20583893,20584257,20586226,20601101,20627248,20649205,20658802,20675829,20709055,20709644,20727234,20728054,20784157,20787013,20840126,20847627,20854360,20872677,20880492,20880644,20910997,20919476,20931940,20975679,21183096,21193354,21200248,21204915,21206163,21208534,21211939,21217185,21219658,21221509,21246158,21308254', 'assoc_port': '20204921:20345893,20266098:20436298,20296337:20382456,20303275:20384580,20326810:20410413,20338549:20419443,20392276:20447916,20414608:20466591,20431076:20495677,20445955:20478296,20469015:20469148,20485440:20503203,20505940:20515100,20517445:20529697,20553045:20583893,20561522:20584257,20570272:20586226,20600235:20601101,20612113:20627248,20630388:20658802,20640602:20649205,20672165:20675829,20685069:20709055,20699111:20709644,20718506:20727234,20720578:20728054,20776158:20784157,20781905:20787013,20832929:20840126,20833007:20847627,20836985:20854360,20841933:20880492,20848242:20872677,20880568:20880644,20886151:20910997,20888388:20919476,20924209:20931940,20966334:20975679,21001280:21200248,21001716:21211939,21002710:21217185,21053303:21204915,21053711:21206163,21054296:21208534,21055166:21219658,21055579:21221509,21058334:21246158,21123363:21183096,21124053:21308254,21125601:21193354', 'assoc_mat': '20204921:film_plastique:4205:20345893,20266098:film_plastique:4205:20436298,20296337:film_plastique:4205:20382456,20303275:film_plastique:4205:20384580,20326810:film_plastique:4205:20410413,20338549:film_plastique:4205:20419443,20392276:film_plastique:4205:20447916,20414608:film_plastique:4205:20466591,20431076:film_plastique:4205:20495677,20445955:film_plastique:4205:20478296,20469015:film_plastique:4205:20469148,20485440:film_plastique:4205:20503203,20505940:film_plastique:4205:20515100,20517445:film_plastique:4205:20529697,20553045:film_plastique:4205:20583893,20561522:film_plastique:4205:20584257,20570272:film_plastique:4205:20586226,20600235:film_plastique:4205:20601101,20612113:film_plastique:4205:20627248,20630388:film_plastique:4205:20658802,20640602:film_plastique:4205:20649205,20672165:film_plastique:4205:20675829,20685069:film_plastique:4205:20709055,20699111:film_plastique:4205:20709644,20718506:film_plastique:4205:20727234,20720578:film_plastique:4205:20728054,20776158:film_plastique:4205:2078415'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002910658064184159, 'nb_photo': 615, 'list_port_cont': '20297168,20355874,20360472,20362948,20379884,20383275,20389336,20426354,20451285,20464653,20476673,20479594,20480113,20493738,20494531,20514598,20522623,20531312,20557671,20586568,20604144,20619395,20654739,20701974,20716012,20727298,20728266,20747395,20786044,20854620,20870347,20871180,20873491,20898826,20930527,20942019,20942860,20976502,21182370,21183264,21200452,21202853,21204562,21211666,21213395,21220176,21235772,21250818,21253552,21299029,21309298,21342352', 'assoc_port': '20171947:20297168,20228245:20355874,20251677:20360472,20262031:20362948,20291011:20379884,20297655:20383275,20308443:20389336,20354704:20426354,20398812:20451285,20410109:20464653,20421532:20493738,20441872:20476673,20451766:20480113,20470424:20494531,20479233:20479594,20505111:20514598,20510744:20522623,20519774:20531312,20549743:20557671,20573401:20586568,20602371:20604144,20610319:20619395,20634828:20654739,20692234:20701974,20703033:20716012,20718502:20727298,20720594:20728266,20732078:20747395,20780559:20786044,20832985:20870347,20833038:20873491,20836981:20854620,20845542:20871180,20882059:20930527,20888117:20898826,20919369:20942860,20927010:20942019,20966339:20976502,21001284:21200452,21001694:21211666,21001717:21213395,21053272:21202853,21053297:21204562,21055192:21220176,21056532:21235772,21059205:21342352,21059359:21250818,21059806:21253552,21120302:21299029,21122482:21182370,21123359:21183264,21124048:21309298', 'assoc_mat': '20171947:film_plastique:4203:20297168,20228245:film_plastique:4203:20355874,20251677:film_plastique:4203:20360472,20262031:film_plastique:4203:20362948,20291011:film_plastique:4203:20379884,20297655:film_plastique:4203:20383275,20308443:film_plastique:4203:20389336,20354704:film_plastique:4203:20426354,20398812:film_plastique:4203:20451285,20410109:film_plastique:4203:20464653,20421532:film_plastique:4203:20493738,20441872:film_plastique:4203:20476673,20451766:film_plastique:4203:20480113,20470424:film_plastique:4203:20494531,20479233:film_plastique:4203:20479594,20505111:film_plastique:4203:20514598,20510744:film_plastique:4203:20522623,20519774:film_plastique:4203:20531312,20549743:film_plastique:4203:20557671,20573401:film_plastique:4203:20586568,20602371:film_plastique:4203:20604144,20610319:film_plastique:4203:20619395,20634828:film_plastique:4203:20654739,20692234:film_plastique:4203:20701974,20703033:film_plastique:4203:20716012,20718502:film_plastique:4203:20727298,20720594:film_plastique:4203:2072826'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031303101745931636, 'nb_photo': 920, 'list_port_cont': '20168695,20173982,20252805,20442979,20456327,20472424,20478087,20478279,20506130,20550578,20553629,20599250,20603140,20608000,20630984,20631759,20671623,20673774,20681474,20692668,20718495,20779975,20833099,20834830,20838983,20878346,20880363,20880651,20882209,20886238,20888457,20888973,20889284,20892399,20892880,20895770,20916037,20917573,20919653,20924690,20925823,20927046,20929948,20966457,20966512,20967671,20967715,20968173,20968224,21001537,21001751,21001988,21002138,21002602,21053634,21053764,21054023,21054717,21054807,21055220,21056290,21056315,21056375,21059030,21060467,21061055,21120487,21120632,21123328,21123397,21123779,21124088,21124410,21124860,21125171,21125254,21126193,21126282,21127015,21127680,21128179,21128195,21128313,21128726,21128831,21129010,21129059,21129116,21129367,21129577,21129711,21129917,21129971,21130253,21130349,21130404,21130450,21130532,21130598,21130718,21130994,21131361,21131494,21131544,21131678,21131755,21132104,21132147,21132284,21132435,21132603,21132726,21132827,2113289', 'assoc_port': '20168493:20168695,20172747:20173982,20251679:20252805,20441871:20442979,20455313:20456327,20471727:20472424,20477524:20478279,20477528:20478087,20505938:20506130,20547838:20550578,20551963:20553629,20598618:20599250,20602370:20603140,20607822:20608000,20630386:20630984,20631043:20631759,20671424:20671623,20673657:20673774,20680377:20681474,20692247:20692668,20717940:20718495,20779601:20779975,20832405:20833099,20834196:20834830,20838639:20838983,20877876:20878346,20880237:20880363,20880567:20880651,20882062:20882209,20886147:20886238,20888387:20888457,20888766:20889284,20888780:20888973,20891551:20892880,20891558:20892399,20895538:20895770,20915461:20916037,20916992:20917573,20919370:20919653,20924210:20924690,20925359:20925823,20927005:20927046,20929767:20929948,20966321:20968224,20966331:20968173,20966337:20967715,20966344:20967671,20966351:20966512,20966357:20966457,21001226:21198532,21001232:21198699,21001261:21199193,21001268:21199738,21001272:21199763,21001277:21199818,21001278:21128313,21001281:2100175', 'assoc_mat': '20168493:film_plastique:4207:20168695,20172747:film_plastique:4207:20173982,20251679:film_plastique:4207:20252805,20441871:film_plastique:4207:20442979,20455313:film_plastique:4207:20456327,20471727:film_plastique:4207:20472424,20477524:film_plastique:4207:20478279,20477528:film_plastique:4207:20478087,20505938:film_plastique:4207:20506130,20547838:film_plastique:4207:20550578,20551963:film_plastique:4207:20553629,20598618:film_plastique:4207:20599250,20602370:film_plastique:4207:20603140,20607822:film_plastique:4207:20608000,20630386:film_plastique:4207:20630984,20631043:film_plastique:4207:20631759,20671424:film_plastique:4207:20671623,20673657:film_plastique:4207:20673774,20680377:film_plastique:4207:20681474,20692247:film_plastique:4207:20692668,20717940:film_plastique:4207:20718495,20779601:film_plastique:4207:20779975,20832405:film_plastique:4207:20833099,20834196:film_plastique:4207:20834830,20838639:film_plastique:4207:20838983,20877876:film_plastique:4207:20878346,20880237:film_plastique:4207:2088036'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7571344878512761, 'nb_photo': 8179, 'list_port_cont': '20371588,20377703,20384278,20388692,20410514,20412365,20424356,20435565,20438442,20465203,20466970,20493105,20493881,20507386,20510613,20512327,20512808,20514537,20552852,20557927,20584361,20584427,20585246,20586355,20586631,20618939,20626051,20627062,20640621,20643963,20671547,20673304,20690448,20691800,20698864,20702475,20727567,20747615,20750431,20752275,20784289,20786130,20787359,20830713,20845485,20847021,20848356,20877669,20880299,20895239,20908818,20910073,20916127,20919104,20920352,20925566,20927293,20929983,20935443,20938848,20941833,20942668,20949487,20976975,20977152,20995432,20995781,21003157,21160988,21163338,21164902,21165847,21166387,21176817,21177921,21178967,21180583,21181019,21181385,21183218,21183789,21184742,21186018,21189131,21189988,21190571,21190927,21191470,21191639,21192641,21193260,21195150,21195490,21198404,21199032,21199481,21200159,21200361,21200502,21201216,21201995,21202460,21203197,21204001,21204377,21204799,21205494,21205731,21205976,21206388,21206924,21207062,21207273,2120743', 'assoc_port': '20262011:20435565,20270432:20371588,20270890:20438442,20277680:20377703,20300840:20384278,20308445:20388692,20323457:20493105,20324556:20466970,20326809:20410514,20331795:20412365,20351126:20424356,20411273:20465203,20469231:20493881,20475362:20507386,20479476:20514537,20487793:20512327,20502149:20510613,20504795:20512808,20524358:20552852,20555729:20557927,20562533:20584427,20562536:20584361,20566749:20585246,20570275:20586355,20576082:20586631,20610315:20618939,20617899:20627062,20623011:20626051,20631045:20640621,20637040:20643963,20645280:20671547,20649581:20673304,20675611:20702475,20677297:20690448,20688364:20698864,20690028:20691800,20718544:20727567,20727289:20747615,20734875:20750431,20748609:20752275,20777278:20784289,20780598:20786130,20782291:20787359,20827591:20830713,20832993:20845485,20833003:20847021,20833051:20848356,20838637:20880299,20854906:20877669,20886148:20916127,20886150:20895239,20886996:20935443,20888383:20919104,20888391:20920352,20889872:20908818,20891559:20938848,20892353:2091007', 'assoc_mat': '20262011:film_plastique:4461:20435565,20270432:film_plastique:4461:20371588,20270890:film_plastique:4461:20438442,20277680:film_plastique:4461:20377703,20300840:film_plastique:4461:20384278,20308445:film_plastique:4461:20388692,20323457:film_plastique:4461:20493105,20324556:film_plastique:4461:20466970,20326809:film_plastique:4461:20410514,20331795:film_plastique:4461:20412365,20351126:film_plastique:4461:20424356,20411273:film_plastique:4461:20465203,20469231:film_plastique:4461:20493881,20475362:film_plastique:4461:20507386,20479476:film_plastique:4461:20514537,20487793:film_plastique:4461:20512327,20502149:film_plastique:4461:20510613,20504795:film_plastique:4461:20512808,20524358:film_plastique:4461:20552852,20555729:film_plastique:4461:20557927,20562533:film_plastique:4461:20584427,20562536:film_plastique:4461:20584361,20566749:film_plastique:4461:20585246,20570275:film_plastique:4461:20586355,20576082:film_plastique:4461:20586631,20610315:film_plastique:4461:20618939,20617899:film_plastique:4461:2062706'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013085258017904042, 'nb_photo': 2974, 'list_port_cont': '20226915,20228132,20257576,20272204,20278014,20278098,20291817,20296511,20308343,20309970,20325350,20334124,20334301,20335606,20352692,20355412,20401439,20403596,20411740,20412835,20416187,20419450,20421820,20434611,20441340,20442743,20453694,20457586,20461385,20469060,20470524,20478172,20482513,20486364,20501273,20504928,20512282,20523239,20523488,20557181,20562357,20597229,20597531,20600836,20608106,20609424,20617521,20618712,20632672,20633468,20636997,20675301,20678154,20696829,20703477,20703655,20709272,20709352,20715918,20718450,20728061,20729154,20729999,20731266,20732366,20777119,20779687,20779748,20781857,20782733,20833762,20833968,20838553,20840024,20840891,20843643,20845985,20847771,20848497,20882252,20882446,20886126,20887412,20887951,20888068,20888475,20888604,20889839,20890183,20890479,20892021,20893003,20893106,20893433,20895489,20916146,20922796,20924081,20925482,20927069,20930015,20931240,20966474,20971060,20971303,20974043,20975459,21001548,21001629,21001767,21001957,21002031,21002412,2100290', 'assoc_port': '20224380:20226915,20226941:20228132,20254278:20272204,20257117:20257576,20277674:20278098,20277678:20278014,20291009:20291817,20296336:20296511,20307290:20308343,20308451:20309970,20324562:20325350,20330842:20334301,20331821:20334124,20334539:20335606,20351129:20352692,20354712:20355412,20398811:20401439,20403539:20403596,20407606:20412835,20410110:20411740,20414615:20416187,20418291:20419450,20421527:20421820,20433553:20434611,20436920:20441340,20441869:20442743,20451768:20453694,20455315:20457586,20460488:20461385,20469016:20469060,20470421:20470524,20477526:20478172,20479472:20482513,20485445:20486364,20500513:20501273,20504796:20504928,20510743:20512282,20522136:20523239,20522902:20523488,20555730:20557181,20561529:20562357,20596784:20597531,20596787:20597229,20600236:20600836,20607820:20608106,20608556:20609424,20616936:20617521,20617896:20618712,20631044:20632672,20632057:20633468,20636733:20636997,20675069:20675301,20677303:20678154,20690024:20696829,20699101:20709352,20699105:20709272,20699109:2070347', 'assoc_mat': '20224380:film_plastique:4200:20226915,20226941:film_plastique:4200:20228132,20254278:film_plastique:4200:20272204,20257117:film_plastique:4200:20257576,20277674:film_plastique:4200:20278098,20277678:film_plastique:4200:20278014,20291009:film_plastique:4200:20291817,20296336:film_plastique:4200:20296511,20307290:film_plastique:4200:20308343,20308451:film_plastique:4200:20309970,20324562:film_plastique:4200:20325350,20330842:film_plastique:4200:20334301,20331821:film_plastique:4200:20334124,20334539:film_plastique:4200:20335606,20351129:film_plastique:4200:20352692,20354712:film_plastique:4200:20355412,20398811:film_plastique:4200:20401439,20403539:film_plastique:4200:20403596,20407606:film_plastique:4200:20412835,20410110:film_plastique:4200:20411740,20414615:film_plastique:4200:20416187,20418291:film_plastique:4200:20419450,20421527:film_plastique:4200:20421820,20433553:film_plastique:4200:20434611,20436920:film_plastique:4200:20441340,20441869:film_plastique:4200:20442743,20451768:film_plastique:4200:2045369'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.003361151830967507, 'nb_photo': 380, 'list_port_cont': '20172610,20218089,20220183,20225455,20225588,20227679,20246753,20250398,20257659,20264731,20273851,20277986,20326610,20328523,20343732,20353491,20355279,20355418,20355599,20410952,20412714,20421668,20452946,20454743,20456165,20479354,20480149,20486031,20491232,20514501,20516336,20516393,20562681,20597349,20610628,20678666,20682226,20696411,20709287,20709335,20719396,20719741,20728083,20779345,20779550,20833532,20833739,20834592,20845569,20847220,20854530', 'assoc_port': '20171946:20172610,20215674:20218089,20219535:20220183,20224378:20225588,20224381:20225455,20226939:20227679,20245938:20246753,20249728:20250398,20257109:20257659,20263700:20264731,20270889:20273851,20277684:20277986,20324553:20326610,20327793:20328523,20341995:20343732,20353379:20353491,20354708:20355418,20354711:20355279,20355355:20355599,20410111:20410952,20411272:20412714,20421518:20421668,20451769:20452946,20454229:20454743,20455316:20456165,20479234:20479354,20479473:20480149,20485444:20486031,20489623:20491232,20513203:20514501,20515633:20516393,20515635:20516336,20561523:20562681,20596786:20597349,20610318:20610628,20677302:20678666,20680363:20682226,20695689:20696411,20699102:20709287,20699104:20709335,20718507:20719741,20718513:20719396,20727919:20728083,20779070:20779550,20779073:20779345,20832939:20854530,20832998:20845569,20833006:20847220,20833037:20834592,20833043:20833739,20833053:20833532', 'assoc_mat': '20171946:film_plastique:4207:20172610,20215674:film_plastique:4207:20218089,20219535:film_plastique:4207:20220183,20224378:film_plastique:4207:20225588,20224381:film_plastique:4207:20225455,20226939:film_plastique:4207:20227679,20245938:film_plastique:4207:20246753,20249728:film_plastique:4207:20250398,20257109:film_plastique:4207:20257659,20263700:film_plastique:4207:20264731,20270889:film_plastique:4207:20273851,20277684:film_plastique:4207:20277986,20324553:film_plastique:4207:20326610,20327793:film_plastique:4207:20328523,20341995:film_plastique:4207:20343732,20353379:film_plastique:4207:20353491,20354708:film_plastique:4207:20355418,20354711:film_plastique:4207:20355279,20355355:film_plastique:4207:20355599,20410111:film_plastique:4207:20410952,20411272:film_plastique:4207:20412714,20421518:film_plastique:4207:20421668,20451769:film_plastique:4207:20452946,20454229:film_plastique:4207:20454743,20455316:film_plastique:4207:20456165,20479234:film_plastique:4207:20479354,20479473:film_plastique:4207:2048014'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02411563484028056, 'nb_photo': 1286, 'list_port_cont': '20894590,20896005,20896564,20898849,20907039,20907087,20907286,20909052,20909092,20910572,20910924,20919287,20919296,20929657,20930143,20931573,20941755,20941817,20942621,20942694,20966535,20974631,20975557,20976378,20976543,20995599,21054703,21129430,21129818,21131700,21161012,21161141,21161199,21162461,21163565,21163740,21164018,21164756,21165148,21165649,21165808,21166490,21166586,21166677,21166776,21166804,21167001,21167209,21176124,21176236,21176471,21176665,21177083,21177374,21178412,21180229,21180339,21180448,21180571,21180678,21181451,21181604,21181830,21182032,21182198,21182504,21182584,21182972,21183530,21184868,21185449,21186456,21186656,21186869,21187704,21187859,21187907,21188458,21188649,21189198,21189446,21189965,21190309,21190528,21190731,21190776,21191125,21191172,21191781,21191853,21191903,21192002,21192183,21192338,21192431,21193582,21193658,21194116,21194287,21194323,21194653,21194709,21194987,21195271,21195335,21195388,21195444,21195606,21198289,21198674,21198713,21198785,21198974,2120032', 'assoc_port': '20171946:21198289,20215674:21204627,20219535:21276385,20224378:21205174,20226939:21205462,20245938:21205822,20249728:21206583,20257109:21207181,20263700:21207630,20270889:21207711,20277684:21054703,20324553:21211380,20327793:21211642,20341995:21214518,20353379:21214709,20354708:21214467,20354711:21214699,20355355:21214356,20410111:21217467,20411272:21217451,20421518:21218112,20451769:21219097,20454229:21219230,20455316:21218964,20477525:21219905,20479234:21219940,20479473:21269534,20485444:21268373,20489623:21220145,20513203:21224939,20515633:21226567,20515635:21226715,20515637:21226908,20524360:21230629,20561523:21236049,20596786:21242264,20610318:21245798,20652563:21252223,20677302:21255557,20680363:21192338,20688365:21193658,20695689:21194709,20699102:21194323,20699104:21194287,20718507:21256536,20718513:21257264,20727919:21190528,20742145:21190731,20779070:21289730,20779073:21166490,20832939:21284815,20832998:21284310,20833006:21185449,20833037:21186656,20833043:21283831,20880569:20907286,20882063:2089600', 'assoc_mat': '20171946:film_plastique:4209:21198289,20215674:film_plastique:4209:21204627,20219535:film_plastique:4209:21276385,20224378:film_plastique:4209:21205174,20226939:film_plastique:4209:21205462,20245938:film_plastique:4209:21205822,20249728:film_plastique:4209:21206583,20257109:film_plastique:4209:21207181,20263700:film_plastique:4209:21207630,20270889:film_plastique:4209:21207711,20277684:film_plastique:4209:21054703,20324553:film_plastique:4209:21211380,20327793:film_plastique:4209:21211642,20341995:film_plastique:4209:21214518,20353379:film_plastique:4209:21214709,20354708:film_plastique:4209:21214467,20354711:film_plastique:4209:21214699,20355355:film_plastique:4209:21214356,20410111:film_plastique:4209:21217467,20411272:film_plastique:4209:21217451,20421518:film_plastique:4209:21218112,20451769:film_plastique:4209:21219097,20454229:film_plastique:4209:21219230,20455316:film_plastique:4209:21218964,20477525:film_plastique:4209:21219905,20479234:film_plastique:4209:21219940,20479473:film_plastique:4209:2126953'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.02282899036334486, 'nb_photo': 6, 'list_port_cont': '20550177', 'assoc_port': '20549748:20550177', 'assoc_mat': '20549748:film_plastique:4200:20550177'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002925506946693671, 'nb_photo': 8268, 'list_port_cont': '20168753,20170142,20173850,20174160,20178362,20178614,20184726,20200308,20203927,20206258,20209001,20209436,20217448,20218312,20220330,20223986,20226048,20226607,20227870,20229226,20247098,20259503,20265010,20296637,20332609,20334236,20337930,20339421,20340040,20345647,20350795,20351371,20353916,20355391,20358747,20360235,20360368,20360560,20361362,20362601,20362686,20363967,20364116,20364268,20365487,20365923,20366174,20367243,20367355,20368528,20368791,20369331,20370610,20395259,20400636,20402662,20407487,20411471,20416154,20419523,20422601,20438627,20442995,20443782,20444095,20452074,20455617,20456585,20470696,20475612,20476081,20477127,20480483,20483632,20486966,20487351,20490975,20492575,20493866,20493988,20505005,20506278,20506565,20506726,20507225,20516426,20518567,20522752,20525032,20525525,20546211,20549103,20551509,20553605,20565365,20567436,20577424,20580164,20597666,20599621,20603571,20606919,20607783,20609647,20611801,20613654,20617811,20623103,20623218,20631361,20633775,20636077,20637300,2064135', 'assoc_port': '20168058:20265010,20168492:20168753,20169287:20170142,20171950:20173850,20172748:20174160,20177140:20178362,20177547:20178614,20183126:20184726,20199782:20200308,20200514:20206258,20201665:20203927,20206393:20209436,20206396:20209001,20215665:20218312,20215671:20217448,20219533:20220330,20220268:20226607,20220270:20223986,20224384:20226048,20226942:20227870,20228246:20229226,20245966:20247098,20249724:20360235,20249727:20360368,20253023:20360560,20257111:20259503,20258543:20362686,20263701:20370610,20266081:20364268,20270891:20369331,20277682:20296637,20293713:20368791,20295679:20368528,20296493:20367355,20297024:20367243,20297026:20366174,20297653:20365923,20298063:20365487,20300871:20364116,20303263:20363967,20303271:20362601,20308453:20361362,20313891:20358747,20324554:20350795,20324561:20334236,20330845:20332609,20336407:20337930,20337414:20339421,20338546:20340040,20341992:20345647,20350378:20351371,20353380:20353916,20354709:20355391,20393269:20395259,20398810:20400636,20401674:20402662,20404210:2041952', 'assoc_mat': '20168058:film_plastique:4211:20265010,20168492:film_plastique:4211:20168753,20169287:film_plastique:4211:20170142,20171950:film_plastique:4211:20173850,20172748:film_plastique:4211:20174160,20177140:film_plastique:4211:20178362,20177547:film_plastique:4211:20178614,20183126:film_plastique:4211:20184726,20199782:film_plastique:4211:20200308,20200514:film_plastique:4211:20206258,20201665:film_plastique:4211:20203927,20206393:film_plastique:4211:20209436,20206396:film_plastique:4211:20209001,20215665:film_plastique:4211:20218312,20215671:film_plastique:4211:20217448,20219533:film_plastique:4211:20220330,20220268:film_plastique:4211:20226607,20220270:film_plastique:4211:20223986,20224384:film_plastique:4211:20226048,20226942:film_plastique:4211:20227870,20228246:film_plastique:4211:20229226,20245966:film_plastique:4211:20247098,20249724:film_plastique:4211:20360235,20249727:film_plastique:4211:20360368,20253023:film_plastique:4211:20360560,20257111:film_plastique:4211:20259503,20258543:film_plastique:4211:2036268'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '21207046', 'assoc_port': '21055171:21207046', 'assoc_mat': '21055171:kraft:4207:21207046'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013439733672751026, 'nb_photo': 1, 'list_port_cont': '21188657', 'assoc_port': '21124005:21188657', 'assoc_mat': '21124005:kraft:4209:21188657'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012534073345113236, 'nb_photo': 69, 'list_port_cont': '20474478,20485568,20545334,20674277,20782322,20888267,20889475,20919429,21001891,21002745,21053597,21053778,21053828,21053960,21054631,21054799,21056080,21056189,21056632,21057711,21059819,21060149,21123856,21124456,21124573,21125845,21126241,21129267,21130514,21130740,21130851,21131078,21131305', 'assoc_port': '20474345:20474478,20485442:20485568,20544936:20545334,20674231:20674277,20782294:20782322,20888115:20888267,20888796:20889475,20919368:20919429,21001689:21002745,21001724:21001891,21053291:21053597,21053695:21053778,21053722:21053960,21053759:21053828,21054310:21054631,21054617:21054799,21055520:21057711,21055613:21056189,21055634:21056080,21056520:21056632,21058271:21130851,21058309:21131078,21058352:21130740,21059257:21131305,21059408:21060149,21059410:21059819,21122397:21130514,21123371:21123856,21123968:21125845,21124006:21124573,21124046:21124456,21125557:21129267,21125602:21126241', 'assoc_mat': '20474345:kraft:3726:20474478,20485442:kraft:3726:20485568,20544936:kraft:3726:20545334,20674231:kraft:3726:20674277,20782294:kraft:3726:20782322,20888115:kraft:3726:20888267,20888796:kraft:3726:20889475,20919368:kraft:3726:20919429,21001689:kraft:3726:21002745,21001724:kraft:3726:21001891,21053291:kraft:3726:21053597,21053695:kraft:3726:21053778,21053722:kraft:3726:21053960,21053759:kraft:3726:21053828,21054310:kraft:3726:21054631,21054617:kraft:3726:21054799,21055520:kraft:3726:21057711,21055613:kraft:3726:21056189,21055634:kraft:3726:21056080,21056520:kraft:3726:21056632,21058271:kraft:3726:21130851,21058309:kraft:3726:21131078,21058352:kraft:3726:21130740,21059257:kraft:3726:21131305,21059408:kraft:3726:21060149,21059410:kraft:3726:21059819,21122397:kraft:3726:21130514,21123371:kraft:3726:21123856,21123968:kraft:3726:21125845,21124006:kraft:3726:21124573,21124046:kraft:3726:21124456,21125557:kraft:3726:21129267,21125602:kraft:3726:21126241'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0013136946045261917, 'nb_photo': 1, 'list_port_cont': '20781950', 'assoc_port': '20781478:20781950', 'assoc_mat': '20781478:kraft:4211:20781950'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9548494364344068, 'nb_photo': 470, 'list_port_cont': '20345897,20382455,20384587,20410426,20419431,20436293,20447913,20466593,20469149,20478283,20495682,20503204,20515112,20529710,20583896,20584266,20586227,20601088,20627244,20649207,20658807,20675818,20709050,20709649,20727240,20784152,20840124,20847630,20854354,20872672,20880637,20910994,20931946,21200252,21204904,21206175,21208548,21211940,21217187,21219657,21221508,21246156,21308262', 'assoc_port': '20204921:20345897,20266098:20436293,20296337:20382455,20303275:20384587,20326810:20410426,20338549:20419431,20392276:20447913,20414608:20466593,20431076:20495682,20445955:20478283,20469015:20469149,20485440:20503204,20505940:20515112,20517445:20529710,20553045:20583896,20561522:20584266,20570272:20586227,20600235:20601088,20612113:20627244,20630388:20658807,20640602:20649207,20672165:20675818,20685069:20709050,20699111:20709649,20718506:20727240,20776158:20784152,20832929:20840124,20833007:20847630,20836985:20854354,20848242:20872672,20880568:20880637,20886151:20910994,20924209:20931946,21001280:21200252,21001716:21211940,21002710:21217187,21053303:21204904,21053711:21206175,21054296:21208548,21055166:21219657,21055579:21221508,21058334:21246156,21124053:21308262', 'assoc_mat': '20204921:metal:4205:20345897,20266098:metal:4205:20436293,20296337:metal:4205:20382455,20303275:metal:4205:20384587,20326810:metal:4205:20410426,20338549:metal:4205:20419431,20392276:metal:4205:20447913,20414608:metal:4205:20466593,20431076:metal:4205:20495682,20445955:metal:4205:20478283,20469015:metal:4205:20469149,20485440:metal:4205:20503204,20505940:metal:4205:20515112,20517445:metal:4205:20529710,20553045:metal:4205:20583896,20561522:metal:4205:20584266,20570272:metal:4205:20586227,20600235:metal:4205:20601088,20612113:metal:4205:20627244,20630388:metal:4205:20658807,20640602:metal:4205:20649207,20672165:metal:4205:20675818,20685069:metal:4205:20709050,20699111:metal:4205:20709649,20718506:metal:4205:20727240,20776158:metal:4205:20784152,20832929:metal:4205:20840124,20833007:metal:4205:20847630,20836985:metal:4205:20854354,20848242:metal:4205:20872672,20880568:metal:4205:20880637,20886151:metal:4205:20910994,20924209:metal:4205:20931946,21001280:metal:4205:21200252,21001716:metal:4205:21211940,21002710:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004044816554924274, 'nb_photo': 591, 'list_port_cont': '20297161,20355865,20360462,20362949,20379888,20383281,20389335,20426341,20451282,20464644,20476676,20479599,20480109,20493736,20494537,20514593,20531314,20557665,20586562,20604136,20654744,20701964,20716024,20727300,20728264,20747394,20786037,20854618,20870340,20871176,20873483,20898825,20930529,20942021,20942872,20976506,21182371,21183252,21200438,21202860,21204566,21211652,21213382,21220163,21235758,21250807,21253549,21299030,21309286,21342350', 'assoc_port': '20171947:20297161,20228245:20355865,20251677:20360462,20262031:20362949,20291011:20379888,20297655:20383281,20308443:20389335,20354704:20426341,20398812:20451282,20410109:20464644,20421532:20493736,20441872:20476676,20451766:20480109,20470424:20494537,20479233:20479599,20505111:20514593,20519774:20531314,20549743:20557665,20573401:20586562,20602371:20604136,20634828:20654744,20692234:20701964,20703033:20716024,20718502:20727300,20720594:20728264,20732078:20747394,20780559:20786037,20832985:20870340,20833038:20873483,20836981:20854618,20845542:20871176,20882059:20930529,20888117:20898825,20919369:20942872,20927010:20942021,20966339:20976506,21001284:21200438,21001694:21211652,21001717:21213382,21053272:21202860,21053297:21204566,21055192:21220163,21056532:21235758,21059205:21342350,21059359:21250807,21059806:21253549,21120302:21299030,21122482:21182371,21123359:21183252,21124048:21309286', 'assoc_mat': '20171947:metal:4203:20297161,20228245:metal:4203:20355865,20251677:metal:4203:20360462,20262031:metal:4203:20362949,20291011:metal:4203:20379888,20297655:metal:4203:20383281,20308443:metal:4203:20389335,20354704:metal:4203:20426341,20398812:metal:4203:20451282,20410109:metal:4203:20464644,20421532:metal:4203:20493736,20441872:metal:4203:20476676,20451766:metal:4203:20480109,20470424:metal:4203:20494537,20479233:metal:4203:20479599,20505111:metal:4203:20514593,20519774:metal:4203:20531314,20549743:metal:4203:20557665,20573401:metal:4203:20586562,20602371:metal:4203:20604136,20634828:metal:4203:20654744,20692234:metal:4203:20701964,20703033:metal:4203:20716024,20718502:metal:4203:20727300,20720594:metal:4203:20728264,20732078:metal:4203:20747394,20780559:metal:4203:20786037,20832985:metal:4203:20870340,20833038:metal:4203:20873483,20836981:metal:4203:20854618,20845542:metal:4203:20871176,20882059:metal:4203:20930529,20888117:metal:4203:20898825,20919369:metal:4203:20942872,20927010:metal:4203:20942021,20966339:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005047595098694252, 'nb_photo': 139, 'list_port_cont': '20252802,20442982,20456333,20472422,20478081,20478269,20506143,20550569,20553624,20599251,20630982,20631765,20671634,20681486,20718485,20779976,20833094,20834838,20880659,20886233,20889272,20892874,20895777,20916035,20919664,20924691,20925830,20926412,20967669,21001759,21001990,21002133,21002604,21002801,21056301,21059032,21061044,21123335,21123789,21124409,21124853,21125240,21127682,21128190,21128203,21129127,21130602,21131000,21131553,21132110,21132137,21132287,21132821,21132886,21133107,21135851,21136067,21136742,21160954,21162163,21182562,21187227,21192384,21192471,21192682,21199188,21199746,21199767,21201012,21201296,21202983,21206630,21206695,21206884,21206910,21207052,21207138,21207462,21207538,21207749,21208396,21208521,21208643,21208951,21209444', 'assoc_port': '20251679:20252802,20441871:20442982,20455313:20456333,20471727:20472422,20477524:20478269,20477528:20478081,20505938:20506143,20547838:20550569,20551963:20553624,20598618:20599251,20630386:20630982,20631043:20631765,20671424:20671634,20680377:20681486,20717940:20718485,20779601:20779976,20832405:20833094,20834196:20834838,20880567:20880659,20886147:20886233,20888766:20889272,20891551:20892874,20895538:20895777,20915461:20916035,20919370:20919664,20924210:20924691,20925354:20926412,20925359:20925830,20966344:20967669,21001261:21199188,21001268:21199746,21001272:21199767,21001281:21001759,21001712:21002604,21001714:21002133,21001720:21001990,21002727:21002801,21053255:21201012,21053257:21201296,21053275:21202983,21053717:21206630,21053719:21206910,21054295:21208521,21054300:21208396,21054313:21129127,21054592:21207749,21054600:21207538,21054606:21207462,21055163:21207138,21055171:21207052,21055178:21206884,21055510:21206695,21055516:21136742,21055581:21056301,21056519:21130602,21058231:21136067,21058269:2113585', 'assoc_mat': '20251679:metal:4207:20252802,20441871:metal:4207:20442982,20455313:metal:4207:20456333,20471727:metal:4207:20472422,20477524:metal:4207:20478269,20477528:metal:4207:20478081,20505938:metal:4207:20506143,20547838:metal:4207:20550569,20551963:metal:4207:20553624,20598618:metal:4207:20599251,20630386:metal:4207:20630982,20631043:metal:4207:20631765,20671424:metal:4207:20671634,20680377:metal:4207:20681486,20717940:metal:4207:20718485,20779601:metal:4207:20779976,20832405:metal:4207:20833094,20834196:metal:4207:20834838,20880567:metal:4207:20880659,20886147:metal:4207:20886233,20888766:metal:4207:20889272,20891551:metal:4207:20892874,20895538:metal:4207:20895777,20915461:metal:4207:20916035,20919370:metal:4207:20919664,20924210:metal:4207:20924691,20925354:metal:4207:20926412,20925359:metal:4207:20925830,20966344:metal:4207:20967669,21001261:metal:4207:21199188,21001268:metal:4207:21199746,21001272:metal:4207:21199767,21001281:metal:4207:21001759,21001712:metal:4207:21002604,21001714:metal:4207:21002133,21001720:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007495232504400903, 'nb_photo': 39, 'list_port_cont': '20410507,20493877,20557925,20586637,20727565,20747613,20750428,20787365,20877659,21003153,21164898,21176813,21198403,21200162,21200494,21202458,21214567,21216076,21216803,21217337,21219243,21220797,21224451,21231916,21242537,21254197,21304982,21319161,21321846,21324135', 'assoc_port': '20326809:20410507,20469231:20493877,20555729:20557925,20576082:20586637,20718544:20727565,20727289:20747613,20734875:20750428,20782291:20787365,20854906:20877659,21001224:21198403,21001271:21200162,21001286:21200494,21001736:21214567,21002620:21216076,21002634:21216803,21002641:21217337,21002728:21003153,21053268:21202458,21053302:21319161,21054640:21219243,21055518:21220797,21055633:21224451,21056506:21231916,21058225:21242537,21059811:21254197,21059897:21304982,21120290:21164898,21120310:21324135,21122347:21176813,21125613:21321846', 'assoc_mat': '20326809:metal:4461:20410507,20469231:metal:4461:20493877,20555729:metal:4461:20557925,20576082:metal:4461:20586637,20718544:metal:4461:20727565,20727289:metal:4461:20747613,20734875:metal:4461:20750428,20782291:metal:4461:20787365,20854906:metal:4461:20877659,21001224:metal:4461:21198403,21001271:metal:4461:21200162,21001286:metal:4461:21200494,21001736:metal:4461:21214567,21002620:metal:4461:21216076,21002634:metal:4461:21216803,21002641:metal:4461:21217337,21002728:metal:4461:21003153,21053268:metal:4461:21202458,21053302:metal:4461:21319161,21054640:metal:4461:21219243,21055518:metal:4461:21220797,21055633:metal:4461:21224451,21056506:metal:4461:21231916,21058225:metal:4461:21242537,21059811:metal:4461:21254197,21059897:metal:4461:21304982,21120290:metal:4461:21164898,21120310:metal:4461:21324135,21122347:metal:4461:21176813,21125613:metal:4461:21321846'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.21217402706373592, 'nb_photo': 2848, 'list_port_cont': '20226904,20228123,20257571,20272199,20278011,20278102,20291809,20296525,20308345,20309967,20325351,20334132,20334296,20335620,20352693,20355401,20403601,20411738,20412839,20416185,20419447,20421829,20434613,20441330,20457583,20461388,20469058,20470515,20478176,20482514,20486354,20501266,20504921,20512280,20523230,20523487,20557173,20562353,20597231,20597533,20600831,20608094,20609418,20617527,20618703,20632673,20633459,20637000,20675297,20678149,20696826,20703476,20703649,20709264,20709360,20715904,20718464,20728064,20729162,20730013,20731254,20732364,20777125,20779693,20779749,20781866,20782738,20833758,20833958,20838555,20840029,20840898,20843641,20845986,20847766,20848499,20882243,20882455,20886114,20887403,20887953,20888067,20888468,20888600,20889848,20890173,20890481,20892015,20892996,20893109,20893428,20895498,20916147,20922793,20924071,20925478,20927066,20930018,20931232,20966468,20971052,20971296,20974039,20975460,21001550,21001628,21001771,21001954,21002023,21002413,21002900,21053846,21054121,2105476', 'assoc_port': '20224380:20226904,20226941:20228123,20254278:20272199,20257117:20257571,20277674:20278102,20277678:20278011,20291009:20291809,20296336:20296525,20307290:20308345,20308451:20309967,20324562:20325351,20330842:20334296,20331821:20334132,20334539:20335620,20351129:20352693,20354712:20355401,20403539:20403601,20407606:20412839,20410110:20411738,20414615:20416185,20418291:20419447,20421527:20421829,20433553:20434613,20436920:20441330,20455315:20457583,20460488:20461388,20469016:20469058,20470421:20470515,20477526:20478176,20479472:20482514,20485445:20486354,20500513:20501266,20504796:20504921,20510743:20512280,20522136:20523230,20522902:20523487,20555730:20557173,20561529:20562353,20596784:20597533,20596787:20597231,20600236:20600831,20607820:20608094,20608556:20609418,20616936:20617527,20617896:20618703,20631044:20632673,20632057:20633459,20636733:20637000,20675069:20675297,20677303:20678149,20690024:20696826,20699101:20709360,20699105:20709264,20699109:20703476,20703029:20703649,20715257:20715904,20717939:2071846', 'assoc_mat': '20224380:metal:4200:20226904,20226941:metal:4200:20228123,20254278:metal:4200:20272199,20257117:metal:4200:20257571,20277674:metal:4200:20278102,20277678:metal:4200:20278011,20291009:metal:4200:20291809,20296336:metal:4200:20296525,20307290:metal:4200:20308345,20308451:metal:4200:20309967,20324562:metal:4200:20325351,20330842:metal:4200:20334296,20331821:metal:4200:20334132,20334539:metal:4200:20335620,20351129:metal:4200:20352693,20354712:metal:4200:20355401,20403539:metal:4200:20403601,20407606:metal:4200:20412839,20410110:metal:4200:20411738,20414615:metal:4200:20416185,20418291:metal:4200:20419447,20421527:metal:4200:20421829,20433553:metal:4200:20434613,20436920:metal:4200:20441330,20455315:metal:4200:20457583,20460488:metal:4200:20461388,20469016:metal:4200:20469058,20470421:metal:4200:20470515,20477526:metal:4200:20478176,20479472:metal:4200:20482514,20485445:metal:4200:20486354,20500513:metal:4200:20501266,20504796:metal:4200:20504921,20510743:metal:4200:20512280,20522136:metal:4200:20523230,20522902:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.00014943147719478737, 'nb_photo': 1, 'list_port_cont': '20516364', 'assoc_port': '20515637:20516364', 'assoc_mat': '20515637:metal:3594:20516364'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.005330275245966462, 'nb_photo': 41, 'list_port_cont': '20218078,20220185,20225580,20257657,20264743,20273836,20343739,20421665,20454747,20480145,20486029,20491227,20516333,20516381,20562677,20597353,20610625,20709293,20709336,20719399,20728089,20833534,20833727,20847212', 'assoc_port': '20215674:20218078,20219535:20220185,20224378:20225580,20257109:20257657,20263700:20264743,20270889:20273836,20341995:20343739,20421518:20421665,20454229:20454747,20479473:20480145,20485444:20486029,20489623:20491227,20515633:20516381,20515635:20516333,20561523:20562677,20596786:20597353,20610318:20610625,20699102:20709293,20699104:20709336,20718513:20719399,20727919:20728089,20833006:20847212,20833043:20833727,20833053:20833534', 'assoc_mat': '20215674:metal:4207:20218078,20219535:metal:4207:20220185,20224378:metal:4207:20225580,20257109:metal:4207:20257657,20263700:metal:4207:20264743,20270889:metal:4207:20273836,20341995:metal:4207:20343739,20421518:metal:4207:20421665,20454229:metal:4207:20454747,20479473:metal:4207:20480145,20485444:metal:4207:20486029,20489623:metal:4207:20491227,20515633:metal:4207:20516381,20515635:metal:4207:20516333,20561523:metal:4207:20562677,20596786:metal:4207:20597353,20610318:metal:4207:20610625,20699102:metal:4207:20709293,20699104:metal:4207:20709336,20718513:metal:4207:20719399,20727919:metal:4207:20728089,20833006:metal:4207:20847212,20833043:metal:4207:20833727,20833053:metal:4207:20833534'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.020464848295973944, 'nb_photo': 600, 'list_port_cont': '20896563,20898845,20907043,20910042,20910564,20910929,20919282,20919309,20930136,20941762,20942619,20966524,20974628,20975168,20975551,20976377,20976548,20976664,20995612,21054700,21125355,21129424,21129811,21161015,21161196,21162469,21163558,21163737,21164005,21164769,21165656,21165803,21166497,21166672,21166772,21166812,21166989,21167211,21176109,21176457,21176663,21177093,21180237,21180439,21180576,21180682,21181455,21181832,21182041,21182071,21182187,21182493,21182569,21183888,21184708,21184870,21185097,21185450,21186464,21186665,21187708,21187864,21187910,21188470,21189447,21190525,21190735,21190769,21191122,21191170,21191776,21191847,21191906,21191986,21192196,21192428,21193574,21193655,21194112,21194299,21194651,21194702,21194984,21195340,21195387,21195436,21198664,21198978,21200324,21200604,21202121,21202802,21204040,21204623,21204675,21205169,21205421,21205464,21205588,21205826,21206012,21206115,21206572,21207125,21207165,21207178,21207337,21207596,21207619,21207639,21207667,21207686,21207706,2120791', 'assoc_port': '20215674:21204623,20219535:21276393,20224378:21205169,20226939:21205464,20245938:21205826,20249728:21206572,20257109:21207178,20263700:21207619,20270889:21207706,20277684:21054700,20300842:21209703,20324553:21211371,20327793:21211645,20341995:21214523,20353379:21214704,20354708:21214462,20354711:21214693,20355355:21214355,20410111:21217479,20411272:21217463,20421518:21218103,20451769:21219103,20454229:21219237,20455316:21218961,20477525:21219906,20479473:21269532,20485444:21268378,20489623:21220152,20513203:21224944,20515633:21226580,20515635:21226700,20515637:21226909,20561523:21236055,20596786:21242271,20610318:21245812,20688365:21193655,20695689:21194702,20699104:21194299,20718507:21256553,20718513:21257253,20727919:21190525,20742145:21190735,20779070:21289736,20779073:21166497,20832939:21284807,20832998:21284318,20833006:21185450,20833037:21186665,20833043:21283839,20833053:21125355,20885736:20910564,20887002:20896563,20888118:20898845,20888384:20919309,20888386:20919282,20888765:20907043,20892354:2091004', 'assoc_mat': '20215674:metal:4209:21204623,20219535:metal:4209:21276393,20224378:metal:4209:21205169,20226939:metal:4209:21205464,20245938:metal:4209:21205826,20249728:metal:4209:21206572,20257109:metal:4209:21207178,20263700:metal:4209:21207619,20270889:metal:4209:21207706,20277684:metal:4209:21054700,20300842:metal:4209:21209703,20324553:metal:4209:21211371,20327793:metal:4209:21211645,20341995:metal:4209:21214523,20353379:metal:4209:21214704,20354708:metal:4209:21214462,20354711:metal:4209:21214693,20355355:metal:4209:21214355,20410111:metal:4209:21217479,20411272:metal:4209:21217463,20421518:metal:4209:21218103,20451769:metal:4209:21219103,20454229:metal:4209:21219237,20455316:metal:4209:21218961,20477525:metal:4209:21219906,20479473:metal:4209:21269532,20485444:metal:4209:21268378,20489623:metal:4209:21220152,20513203:metal:4209:21224944,20515633:metal:4209:21226580,20515635:metal:4209:21226700,20515637:metal:4209:21226909,20561523:metal:4209:21236055,20596786:metal:4209:21242271,20610318:metal:4209:21245812,20688365:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.18421830225882627, 'nb_photo': 6, 'list_port_cont': '20550169', 'assoc_port': '20549748:20550169', 'assoc_mat': '20549748:metal:4200:20550169'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01238675466484139, 'nb_photo': 2770, 'list_port_cont': '20168748,20170133,20173854,20174168,20178358,20178613,20184718,20200310,20203914,20206249,20208993,20209440,20217455,20218308,20220320,20223976,20226040,20226618,20227879,20229217,20247092,20259505,20265006,20296644,20332604,20334230,20337944,20339423,20340038,20345654,20350789,20351373,20353917,20355387,20358757,20360236,20360365,20360570,20361370,20362597,20362688,20363960,20364113,20364273,20365490,20365924,20366167,20367248,20367341,20368523,20368793,20369345,20370617,20395267,20402663,20407486,20411477,20416142,20419525,20422610,20438630,20443001,20443784,20444099,20452064,20455623,20456586,20470705,20475608,20476084,20477120,20480486,20483629,20486967,20487365,20490977,20492572,20493853,20493983,20505002,20506281,20506546,20506716,20507227,20516423,20518551,20522754,20525035,20525515,20546218,20549095,20551513,20553601,20565369,20567438,20577414,20580158,20597681,20599628,20603566,20606921,20607789,20609641,20611807,20613655,20617812,20623100,20623231,20631363,20633772,20636068,20637302,20641356,2064355', 'assoc_port': '20168058:20265006,20168492:20168748,20169287:20170133,20171950:20173854,20172748:20174168,20177140:20178358,20177547:20178613,20183126:20184718,20199782:20200310,20200514:20206249,20201665:20203914,20206393:20209440,20206396:20208993,20215665:20218308,20215671:20217455,20219533:20220320,20220268:20226618,20220270:20223976,20224384:20226040,20226942:20227879,20228246:20229217,20245966:20247092,20249724:20360236,20249727:20360365,20253023:20360570,20257111:20259505,20258543:20362688,20263701:20370617,20266081:20364273,20270891:20369345,20277682:20296644,20293713:20368793,20295679:20368523,20296493:20367341,20297024:20367248,20297026:20366167,20297653:20365924,20298063:20365490,20300871:20364113,20303263:20363960,20303271:20362597,20308453:20361370,20313891:20358757,20324554:20350789,20324561:20334230,20330845:20332604,20336407:20337944,20337414:20339423,20338546:20340038,20341992:20345654,20350378:20351373,20353380:20353917,20354709:20355387,20393269:20395267,20401674:20402663,20404210:20419525,20404212:2040748', 'assoc_mat': '20168058:metal:4211:20265006,20168492:metal:4211:20168748,20169287:metal:4211:20170133,20171950:metal:4211:20173854,20172748:metal:4211:20174168,20177140:metal:4211:20178358,20177547:metal:4211:20178613,20183126:metal:4211:20184718,20199782:metal:4211:20200310,20200514:metal:4211:20206249,20201665:metal:4211:20203914,20206393:metal:4211:20209440,20206396:metal:4211:20208993,20215665:metal:4211:20218308,20215671:metal:4211:20217455,20219533:metal:4211:20220320,20220268:metal:4211:20226618,20220270:metal:4211:20223976,20224384:metal:4211:20226040,20226942:metal:4211:20227879,20228246:metal:4211:20229217,20245966:metal:4211:20247092,20249724:metal:4211:20360236,20249727:metal:4211:20360365,20253023:metal:4211:20360570,20257111:metal:4211:20259505,20258543:metal:4211:20362688,20263701:metal:4211:20370617,20266081:metal:4211:20364273,20270891:metal:4211:20369345,20277682:metal:4211:20296644,20293713:metal:4211:20368793,20295679:metal:4211:20368523,20296493:metal:4211:20367341,20297024:metal:4211:20367248,20297026:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0047437553838372845, 'nb_photo': 1, 'list_port_cont': '20340541', 'assoc_port': '20338547:20340541', 'assoc_mat': '20338547:metal:3327:20340541'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001542692285946147, 'nb_photo': 11, 'list_port_cont': '21001649,21001936,21056003,21124760,21129934,21129986', 'assoc_port': '21001262:21001936,21001273:21001649,21002613:21129986,21002624:21129934,21053304:21056003,21124054:21124760', 'assoc_mat': '21001262:metal:3594:21001936,21001273:metal:3594:21001649,21002613:metal:3594:21129986,21002624:metal:3594:21129934,21053304:metal:3594:21056003,21124054:metal:3594:21124760'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016721781837523406, 'nb_photo': 2085, 'list_port_cont': '20345898,20382458,20384586,20410412,20419444,20436294,20447907,20466596,20469137,20478288,20495671,20503197,20515108,20529701,20583886,20584255,20586223,20601097,20627242,20649217,20658805,20675826,20709045,20709642,20727242,20728055,20784160,20787016,20840132,20847638,20854353,20872674,20880503,20880645,20910990,20919486,20931944,20975686,21183091,21193347,21200250,21204909,21206166,21208540,21211947,21217197,21219655,21221505,21246167,21308251', 'assoc_port': '20204921:20345898,20266098:20436294,20296337:20382458,20303275:20384586,20326810:20410412,20338549:20419444,20392276:20447907,20414608:20466596,20431076:20495671,20445955:20478288,20469015:20469137,20485440:20503197,20505940:20515108,20517445:20529701,20553045:20583886,20561522:20584255,20570272:20586223,20600235:20601097,20612113:20627242,20630388:20658805,20640602:20649217,20672165:20675826,20685069:20709045,20699111:20709642,20718506:20727242,20720578:20728055,20776158:20784160,20781905:20787016,20832929:20840132,20833007:20847638,20836985:20854353,20841933:20880503,20848242:20872674,20880568:20880645,20886151:20910990,20888388:20919486,20924209:20931944,20966334:20975686,21001280:21200250,21001716:21211947,21002710:21217197,21053303:21204909,21053711:21206166,21054296:21208540,21055166:21219655,21055579:21221505,21058334:21246167,21123363:21183091,21124053:21308251,21125601:21193347', 'assoc_mat': '20204921:papier:4205:20345898,20266098:papier:4205:20436294,20296337:papier:4205:20382458,20303275:papier:4205:20384586,20326810:papier:4205:20410412,20338549:papier:4205:20419444,20392276:papier:4205:20447907,20414608:papier:4205:20466596,20431076:papier:4205:20495671,20445955:papier:4205:20478288,20469015:papier:4205:20469137,20485440:papier:4205:20503197,20505940:papier:4205:20515108,20517445:papier:4205:20529701,20553045:papier:4205:20583886,20561522:papier:4205:20584255,20570272:papier:4205:20586223,20600235:papier:4205:20601097,20612113:papier:4205:20627242,20630388:papier:4205:20658805,20640602:papier:4205:20649217,20672165:papier:4205:20675826,20685069:papier:4205:20709045,20699111:papier:4205:20709642,20718506:papier:4205:20727242,20720578:papier:4205:20728055,20776158:papier:4205:20784160,20781905:papier:4205:20787016,20832929:papier:4205:20840132,20833007:papier:4205:20847638,20836985:papier:4205:20854353,20841933:papier:4205:20880503,20848242:papier:4205:20872674,20880568:papier:4205:20880645,2088'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009602423956625437, 'nb_photo': 4190, 'list_port_cont': '20297162,20355860,20360469,20362955,20379883,20383276,20389340,20426353,20451281,20464654,20476679,20479604,20480102,20493744,20494528,20514605,20522620,20531319,20557663,20586566,20604137,20619400,20654746,20701968,20716015,20727291,20728270,20728437,20747399,20786049,20854617,20870339,20871184,20873484,20898838,20930520,20942016,20942868,20976510,21182374,21183254,21200442,21202858,21204573,21211659,21213390,21220172,21235763,21250819,21253544,21299037,21309288,21342357', 'assoc_port': '20171947:20297162,20228245:20355860,20251677:20360469,20262031:20362955,20291011:20379883,20297655:20383276,20308443:20389340,20354704:20426353,20398812:20451281,20410109:20464654,20421532:20493744,20441872:20476679,20451766:20480102,20470424:20494528,20479233:20479604,20505111:20514605,20510744:20522620,20519774:20531319,20549743:20557663,20573401:20586566,20602371:20604137,20610319:20619400,20634828:20654746,20684265:20728437,20692234:20701968,20703033:20716015,20718502:20727291,20720594:20728270,20732078:20747399,20780559:20786049,20832985:20870339,20833038:20873484,20836981:20854617,20845542:20871184,20882059:20930520,20888117:20898838,20919369:20942868,20927010:20942016,20966339:20976510,21001284:21200442,21001694:21211659,21001717:21213390,21053272:21202858,21053297:21204573,21055192:21220172,21056532:21235763,21059205:21342357,21059359:21250819,21059806:21253544,21120302:21299037,21122482:21182374,21123359:21183254,21124048:21309288', 'assoc_mat': '20171947:papier:4203:20297162,20228245:papier:4203:20355860,20251677:papier:4203:20360469,20262031:papier:4203:20362955,20291011:papier:4203:20379883,20297655:papier:4203:20383276,20308443:papier:4203:20389340,20354704:papier:4203:20426353,20398812:papier:4203:20451281,20410109:papier:4203:20464654,20421532:papier:4203:20493744,20441872:papier:4203:20476679,20451766:papier:4203:20480102,20470424:papier:4203:20494528,20479233:papier:4203:20479604,20505111:papier:4203:20514605,20510744:papier:4203:20522620,20519774:papier:4203:20531319,20549743:papier:4203:20557663,20573401:papier:4203:20586566,20602371:papier:4203:20604137,20610319:papier:4203:20619400,20634828:papier:4203:20654746,20684265:papier:4203:20728437,20692234:papier:4203:20701968,20703033:papier:4203:20716015,20718502:papier:4203:20727291,20720594:papier:4203:20728270,20732078:papier:4203:20747399,20780559:papier:4203:20786049,20832985:papier:4203:20870339,20833038:papier:4203:20873484,20836981:papier:4203:20854617,20845542:papier:4203:20871184,2088'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04488316528391014, 'nb_photo': 9914, 'list_port_cont': '20168687,20173973,20252804,20442976,20456340,20472413,20478084,20478270,20506132,20550574,20553636,20599241,20603150,20607991,20630975,20631766,20671627,20673779,20681482,20692670,20718496,20779987,20833093,20834836,20838985,20840275,20878347,20880368,20880661,20882202,20886236,20888462,20888490,20888976,20889273,20892395,20892872,20895772,20916042,20917574,20919651,20924686,20925450,20925829,20926424,20927052,20929953,20966451,20966513,20967662,20967722,20968179,20968230,21001532,21001745,21001913,21001986,21002134,21002598,21002657,21002798,21053641,21053761,21054017,21054719,21054813,21055219,21056299,21056311,21056378,21059027,21060465,21061045,21120482,21120620,21123327,21123406,21123792,21124092,21124413,21124859,21125165,21125246,21126196,21126290,21127003,21127683,21128187,21128200,21128307,21128731,21128835,21129009,21129057,21129125,21129357,21129575,21129717,21129799,21129913,21129969,21130249,21130299,21130346,21130398,21130458,21130530,21130592,21130720,21131004,21131359,21131495,21131556,2113168', 'assoc_port': '20168493:20168687,20172747:20173973,20251679:20252804,20441871:20442976,20455313:20456340,20471727:20472413,20477524:20478270,20477528:20478084,20505938:20506132,20547838:20550574,20551963:20553636,20598618:20599241,20602370:20603150,20607822:20607991,20630386:20630975,20631043:20631766,20671424:20671627,20673657:20673779,20680377:20681482,20692247:20692670,20717940:20718496,20779601:20779987,20832405:20833093,20832932:20840275,20834196:20834836,20838639:20838985,20877876:20878347,20880237:20880368,20880567:20880661,20882062:20882202,20886147:20886236,20888382:20888490,20888387:20888462,20888766:20889273,20888780:20888976,20891551:20892872,20891558:20892395,20895538:20895772,20912928:20925450,20915461:20916042,20916992:20917574,20919370:20919651,20924210:20924686,20925354:20926424,20925359:20925829,20927005:20927052,20929767:20929953,20966321:20968230,20966331:20968179,20966337:20967722,20966344:20967662,20966351:20966513,20966357:20966451,21001226:21198524,21001232:21198707,21001261:21199184,21001268:2119974', 'assoc_mat': '20168493:papier:4207:20168687,20172747:papier:4207:20173973,20251679:papier:4207:20252804,20441871:papier:4207:20442976,20455313:papier:4207:20456340,20471727:papier:4207:20472413,20477524:papier:4207:20478270,20477528:papier:4207:20478084,20505938:papier:4207:20506132,20547838:papier:4207:20550574,20551963:papier:4207:20553636,20598618:papier:4207:20599241,20602370:papier:4207:20603150,20607822:papier:4207:20607991,20630386:papier:4207:20630975,20631043:papier:4207:20631766,20671424:papier:4207:20671627,20673657:papier:4207:20673779,20680377:papier:4207:20681482,20692247:papier:4207:20692670,20717940:papier:4207:20718496,20779601:papier:4207:20779987,20832405:papier:4207:20833093,20832932:papier:4207:20840275,20834196:papier:4207:20834836,20838639:papier:4207:20838985,20877876:papier:4207:20878347,20880237:papier:4207:20880368,20880567:papier:4207:20880661,20882062:papier:4207:20882202,20886147:papier:4207:20886236,20888382:papier:4207:20888490,20888387:papier:4207:20888462,20888766:papier:4207:20889273,2088'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21795162564990964, 'nb_photo': 68796, 'list_port_cont': '20371581,20377705,20384288,20388693,20410519,20412377,20424350,20435576,20438436,20465196,20466985,20493103,20493874,20507379,20510617,20512342,20512806,20514532,20552860,20557929,20584355,20584431,20585242,20586351,20586639,20618941,20626055,20627061,20640610,20643961,20671536,20673296,20690445,20691796,20698875,20702479,20727574,20747621,20750432,20752267,20784277,20786122,20787363,20830717,20845484,20847030,20848357,20877661,20880293,20895241,20908813,20910072,20916114,20919103,20920349,20925560,20927284,20929985,20935448,20938841,20941837,20942669,20949479,20976978,20977150,20995429,20995776,21003158,21160986,21163344,21164905,21165846,21166377,21176809,21177918,21178965,21180584,21181021,21181386,21183219,21183786,21184754,21186019,21189129,21189985,21190565,21190929,21191462,21191644,21192639,21193259,21195139,21195486,21198409,21199026,21199474,21200165,21200367,21200504,21201209,21201989,21202456,21203208,21204012,21204378,21204804,21205497,21205728,21205969,21206391,21206919,21207032,21207270,2120742', 'assoc_port': '20262011:20435576,20270432:20371581,20270890:20438436,20277680:20377705,20300840:20384288,20308445:20388693,20323457:20493103,20324556:20466985,20326809:20410519,20331795:20412377,20351126:20424350,20411273:20465196,20469231:20493874,20475362:20507379,20479476:20514532,20487793:20512342,20502149:20510617,20504795:20512806,20524358:20552860,20555729:20557929,20562533:20584431,20562536:20584355,20566749:20585242,20570275:20586351,20576082:20586639,20610315:20618941,20617899:20627061,20623011:20626055,20631045:20640610,20637040:20643961,20645280:20671536,20649581:20673296,20675611:20702479,20677297:20690445,20688364:20698875,20690028:20691796,20718544:20727574,20727289:20747621,20734875:20750432,20748609:20752267,20777278:20784277,20780598:20786122,20782291:20787363,20827591:20830717,20832993:20845484,20833003:20847030,20833051:20848357,20838637:20880293,20854906:20877661,20886148:20916114,20886150:20895241,20886996:20935448,20888383:20919103,20888391:20920349,20889872:20908813,20891559:20938841,20892353:2091007', 'assoc_mat': '20262011:papier:4461:20435576,20270432:papier:4461:20371581,20270890:papier:4461:20438436,20277680:papier:4461:20377705,20300840:papier:4461:20384288,20308445:papier:4461:20388693,20323457:papier:4461:20493103,20324556:papier:4461:20466985,20326809:papier:4461:20410519,20331795:papier:4461:20412377,20351126:papier:4461:20424350,20411273:papier:4461:20465196,20469231:papier:4461:20493874,20475362:papier:4461:20507379,20479476:papier:4461:20514532,20487793:papier:4461:20512342,20502149:papier:4461:20510617,20504795:papier:4461:20512806,20524358:papier:4461:20552860,20555729:papier:4461:20557929,20562533:papier:4461:20584431,20562536:papier:4461:20584355,20566749:papier:4461:20585242,20570275:papier:4461:20586351,20576082:papier:4461:20586639,20610315:papier:4461:20618941,20617899:papier:4461:20627061,20623011:papier:4461:20626055,20631045:papier:4461:20640610,20637040:papier:4461:20643961,20645280:papier:4461:20671536,20649581:papier:4461:20673296,20675611:papier:4461:20702479,20677297:papier:4461:20690445,2068'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015015593834449238, 'nb_photo': 4149, 'list_port_cont': '20226906,20228125,20257564,20272208,20278017,20278103,20291818,20296523,20308347,20309973,20325356,20334137,20334307,20335609,20352694,20355402,20401443,20403598,20411736,20412836,20416189,20419451,20421814,20434622,20441335,20442742,20453693,20457594,20461374,20469064,20470520,20478184,20482521,20486355,20501271,20504925,20512289,20523232,20523486,20557185,20562356,20597237,20597528,20600833,20608108,20609417,20617519,20618707,20632660,20633454,20637007,20675306,20678160,20696824,20703474,20703658,20709271,20709355,20715905,20718452,20728068,20729153,20730010,20731255,20732374,20777118,20779689,20779752,20781854,20782731,20833759,20833957,20838559,20840035,20840893,20843644,20845993,20847775,20848506,20882254,20882445,20886124,20887405,20887954,20888063,20888474,20888606,20889836,20890177,20890470,20892022,20892992,20893102,20893440,20895501,20916149,20922789,20924082,20925470,20927064,20930008,20931227,20966482,20971055,20971297,20974042,20975458,21001540,21001633,21001769,21001955,21002032,21002405,2100289', 'assoc_port': '20224380:20226906,20226941:20228125,20254278:20272208,20257117:20257564,20277674:20278103,20277678:20278017,20291009:20291818,20296336:20296523,20307290:20308347,20308451:20309973,20324562:20325356,20330842:20334307,20331821:20334137,20334539:20335609,20351129:20352694,20354712:20355402,20398811:20401443,20403539:20403598,20407606:20412836,20410110:20411736,20414615:20416189,20418291:20419451,20421527:20421814,20433553:20434622,20436920:20441335,20441869:20442742,20451768:20453693,20455315:20457594,20460488:20461374,20469016:20469064,20470421:20470520,20477526:20478184,20479472:20482521,20485445:20486355,20500513:20501271,20504796:20504925,20510743:20512289,20522136:20523232,20522902:20523486,20555730:20557185,20561529:20562356,20596784:20597528,20596787:20597237,20600236:20600833,20607820:20608108,20608556:20609417,20616936:20617519,20617896:20618707,20631044:20632660,20632057:20633454,20636733:20637007,20675069:20675306,20677303:20678160,20690024:20696824,20699101:20709355,20699105:20709271,20699109:2070347', 'assoc_mat': '20224380:papier:4200:20226906,20226941:papier:4200:20228125,20254278:papier:4200:20272208,20257117:papier:4200:20257564,20277674:papier:4200:20278103,20277678:papier:4200:20278017,20291009:papier:4200:20291818,20296336:papier:4200:20296523,20307290:papier:4200:20308347,20308451:papier:4200:20309973,20324562:papier:4200:20325356,20330842:papier:4200:20334307,20331821:papier:4200:20334137,20334539:papier:4200:20335609,20351129:papier:4200:20352694,20354712:papier:4200:20355402,20398811:papier:4200:20401443,20403539:papier:4200:20403598,20407606:papier:4200:20412836,20410110:papier:4200:20411736,20414615:papier:4200:20416189,20418291:papier:4200:20419451,20421527:papier:4200:20421814,20433553:papier:4200:20434622,20436920:papier:4200:20441335,20441869:papier:4200:20442742,20451768:papier:4200:20453693,20455315:papier:4200:20457594,20460488:papier:4200:20461374,20469016:papier:4200:20469064,20470421:papier:4200:20470520,20477526:papier:4200:20478184,20479472:papier:4200:20482521,20485445:papier:4200:20486355,2050'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.07558339897333684, 'nb_photo': 271, 'list_port_cont': '20516359', 'assoc_port': '20515637:20516359', 'assoc_mat': '20515637:papier:3594:20516359'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.041026290856832286, 'nb_photo': 3316, 'list_port_cont': '20172611,20218084,20220173,20225464,20225583,20227686,20246755,20250399,20257665,20264744,20273839,20277984,20326614,20328529,20343729,20353487,20355270,20355416,20355595,20410950,20412712,20421674,20452945,20454746,20456163,20479363,20480156,20486034,20491229,20514503,20516334,20516384,20562689,20597357,20610631,20678660,20682219,20696418,20709290,20709342,20719388,20719743,20728081,20779343,20779547,20833526,20833738,20834593,20845563,20847223,20854531', 'assoc_port': '20171946:20172611,20215674:20218084,20219535:20220173,20224378:20225583,20224381:20225464,20226939:20227686,20245938:20246755,20249728:20250399,20257109:20257665,20263700:20264744,20270889:20273839,20277684:20277984,20324553:20326614,20327793:20328529,20341995:20343729,20353379:20353487,20354708:20355416,20354711:20355270,20355355:20355595,20410111:20410950,20411272:20412712,20421518:20421674,20451769:20452945,20454229:20454746,20455316:20456163,20479234:20479363,20479473:20480156,20485444:20486034,20489623:20491229,20513203:20514503,20515633:20516384,20515635:20516334,20561523:20562689,20596786:20597357,20610318:20610631,20677302:20678660,20680363:20682219,20695689:20696418,20699102:20709290,20699104:20709342,20718507:20719743,20718513:20719388,20727919:20728081,20779070:20779547,20779073:20779343,20832939:20854531,20832998:20845563,20833006:20847223,20833037:20834593,20833043:20833738,20833053:20833526', 'assoc_mat': '20171946:papier:4207:20172611,20215674:papier:4207:20218084,20219535:papier:4207:20220173,20224378:papier:4207:20225583,20224381:papier:4207:20225464,20226939:papier:4207:20227686,20245938:papier:4207:20246755,20249728:papier:4207:20250399,20257109:papier:4207:20257665,20263700:papier:4207:20264744,20270889:papier:4207:20273839,20277684:papier:4207:20277984,20324553:papier:4207:20326614,20327793:papier:4207:20328529,20341995:papier:4207:20343729,20353379:papier:4207:20353487,20354708:papier:4207:20355416,20354711:papier:4207:20355270,20355355:papier:4207:20355595,20410111:papier:4207:20410950,20411272:papier:4207:20412712,20421518:papier:4207:20421674,20451769:papier:4207:20452945,20454229:papier:4207:20454746,20455316:papier:4207:20456163,20479234:papier:4207:20479363,20479473:papier:4207:20480156,20485444:papier:4207:20486034,20489623:papier:4207:20491229,20513203:papier:4207:20514503,20515633:papier:4207:20516384,20515635:papier:4207:20516334,20561523:papier:4207:20562689,20596786:papier:4207:20597357,2061'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9122903463031609, 'nb_photo': 127176, 'list_port_cont': '20894580,20896016,20896569,20898854,20907046,20907089,20907294,20909043,20909084,20910029,20910574,20910938,20919292,20919310,20929654,20930149,20931572,20941760,20941828,20942613,20942697,20966528,20974635,20975164,20975554,20976383,20976544,20976673,20995600,21054704,21125359,21129439,21129815,21131694,21161009,21161144,21161200,21162468,21162725,21163564,21163750,21164007,21164766,21165149,21165659,21165799,21166489,21166577,21166667,21166770,21166811,21166990,21167204,21176115,21176238,21176465,21176677,21177097,21177377,21178409,21180240,21180345,21180438,21180561,21180676,21181453,21181594,21181821,21182043,21182069,21182197,21182494,21182577,21182970,21183531,21183891,21184709,21184861,21185095,21185446,21186457,21186657,21186855,21187712,21187861,21187916,21188455,21188658,21189203,21189435,21189962,21190305,21190526,21190729,21190775,21191123,21191182,21191676,21191782,21191848,21191902,21191990,21192192,21192333,21192423,21193581,21193652,21194114,21194296,21194317,21194657,21194712,21194993,2119525', 'assoc_port': '20171946:21198287,20215674:21204631,20219535:21276382,20224378:21205171,20226939:21205467,20245938:21205819,20249728:21206570,20257109:21207179,20263700:21207628,20270889:21207702,20277684:21054704,20300842:21209693,20324553:21211369,20327793:21211647,20341995:21214524,20353379:21214708,20354708:21214468,20354711:21214687,20355355:21214343,20410111:21217470,20411272:21217450,20421518:21218111,20451769:21219094,20454229:21219226,20455316:21218973,20477525:21219900,20479234:21219942,20479473:21269542,20485444:21268372,20489623:21220155,20513203:21224952,20515633:21226569,20515635:21226710,20515637:21226906,20524360:21230620,20561523:21236046,20596786:21242270,20610318:21245799,20652563:21252229,20677302:21255558,20680363:21192333,20688365:21193652,20695689:21194712,20699102:21194317,20699104:21194296,20718507:21256556,20718513:21257263,20727919:21190526,20742145:21190729,20779070:21289739,20779073:21166489,20832939:21284812,20832998:21284309,20833006:21185446,20833037:21186657,20833043:21283840,20833053:2112535', 'assoc_mat': '20171946:papier:4209:21198287,20215674:papier:4209:21204631,20219535:papier:4209:21276382,20224378:papier:4209:21205171,20226939:papier:4209:21205467,20245938:papier:4209:21205819,20249728:papier:4209:21206570,20257109:papier:4209:21207179,20263700:papier:4209:21207628,20270889:papier:4209:21207702,20277684:papier:4209:21054704,20300842:papier:4209:21209693,20324553:papier:4209:21211369,20327793:papier:4209:21211647,20341995:papier:4209:21214524,20353379:papier:4209:21214708,20354708:papier:4209:21214468,20354711:papier:4209:21214687,20355355:papier:4209:21214343,20410111:papier:4209:21217470,20411272:papier:4209:21217450,20421518:papier:4209:21218111,20451769:papier:4209:21219094,20454229:papier:4209:21219226,20455316:papier:4209:21218973,20477525:papier:4209:21219900,20479234:papier:4209:21219942,20479473:papier:4209:21269542,20485444:papier:4209:21268372,20489623:papier:4209:21220155,20513203:papier:4209:21224952,20515633:papier:4209:21226569,20515635:papier:4209:21226710,20515637:papier:4209:21226906,2052'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9616079150737333, 'nb_photo': 25, 'list_port_cont': '20291102,20308815,20474474,21130855', 'assoc_port': '20291008:20291102,20308446:20308815,20474345:20474474,21058271:21130855', 'assoc_mat': '20291008:papier:3726:20291102,20308446:papier:3726:20308815,20474345:papier:3726:20474474,21058271:papier:3726:21130855'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01597246828265994, 'nb_photo': 3, 'list_port_cont': '20550173', 'assoc_port': '20549748:20550173', 'assoc_mat': '20549748:papier:4200:20550173'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010517940013854211, 'nb_photo': 26710, 'list_port_cont': '20168751,20170146,20173848,20174161,20178359,20178599,20184729,20200318,20203925,20206245,20208999,20209437,20217453,20218313,20220332,20223978,20226045,20226612,20227880,20229218,20247099,20259496,20265003,20296646,20332612,20334239,20337939,20339419,20340035,20345655,20350787,20351361,20353923,20355381,20358751,20360246,20360361,20360565,20361368,20362606,20362693,20363965,20364123,20364269,20365488,20365929,20366171,20367240,20367353,20368525,20368800,20369333,20370618,20395261,20400639,20402666,20407489,20411467,20416147,20419512,20422607,20438633,20442997,20443791,20444101,20452060,20455629,20456578,20470703,20475603,20476080,20477119,20480476,20483637,20486979,20487362,20490964,20492579,20493867,20493978,20504998,20506288,20506559,20506717,20507232,20514956,20516416,20518553,20522755,20525026,20525516,20546212,20549106,20551501,20553594,20558638,20565374,20567448,20577409,20580167,20597677,20599623,20603578,20606915,20607779,20609644,20611805,20613661,20617823,20623111,20623225,20631364,20633770,2063607', 'assoc_port': '20168058:20265003,20168492:20168751,20169287:20170146,20171950:20173848,20172748:20174161,20177140:20178359,20177547:20178599,20183126:20184729,20199782:20200318,20200514:20206245,20201665:20203925,20206393:20209437,20206396:20208999,20215665:20218313,20215671:20217453,20219533:20220332,20220268:20226612,20220270:20223978,20224384:20226045,20226942:20227880,20228246:20229218,20245966:20247099,20249724:20360246,20249727:20360361,20253023:20360565,20257111:20259496,20258543:20362693,20263701:20370618,20266081:20364269,20270891:20369333,20277682:20296646,20293713:20368800,20295679:20368525,20296493:20367353,20297024:20367240,20297026:20366171,20297653:20365929,20298063:20365488,20300871:20364123,20303263:20363965,20303271:20362606,20308453:20361368,20313891:20358751,20324554:20350787,20324561:20334239,20330845:20332612,20336407:20337939,20337414:20339419,20338546:20340035,20341992:20345655,20350378:20351361,20353380:20353923,20354709:20355381,20393269:20395261,20398810:20400639,20401674:20402666,20404210:2041951', 'assoc_mat': '20168058:papier:4211:20265003,20168492:papier:4211:20168751,20169287:papier:4211:20170146,20171950:papier:4211:20173848,20172748:papier:4211:20174161,20177140:papier:4211:20178359,20177547:papier:4211:20178599,20183126:papier:4211:20184729,20199782:papier:4211:20200318,20200514:papier:4211:20206245,20201665:papier:4211:20203925,20206393:papier:4211:20209437,20206396:papier:4211:20208999,20215665:papier:4211:20218313,20215671:papier:4211:20217453,20219533:papier:4211:20220332,20220268:papier:4211:20226612,20220270:papier:4211:20223978,20224384:papier:4211:20226045,20226942:papier:4211:20227880,20228246:papier:4211:20229218,20245966:papier:4211:20247099,20249724:papier:4211:20360246,20249727:papier:4211:20360361,20253023:papier:4211:20360565,20257111:papier:4211:20259496,20258543:papier:4211:20362693,20263701:papier:4211:20370618,20266081:papier:4211:20364269,20270891:papier:4211:20369333,20277682:papier:4211:20296646,20293713:papier:4211:20368800,20295679:papier:4211:20368525,20296493:papier:4211:20367353,2029'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.008867679247229504, 'nb_photo': 496, 'list_port_cont': '20169748,20171217,20172632,20174092,20178713,20186487,20188607,20200242,20201403,20202952,20208870,20211310,20217274,20220557,20227550,20227660,20229865,20247288,20248901,20255099,20257455,20260606,20264576,20278685,20295634,20296888,20298336,20302295,20304741,20305897,20309603,20310155,20312963,20314131,20325806,20332514,20333672,20338601,20351382,20352809,20355109,20356293,20394882,20398600,20405152,20408824,20413202,20415885,20422089,20442811,20444082,20444609,20445552,20449148,20451882,20454022,20460834,20469712,20474526,20476956,20483989,20491653,20501400,20505490,20506553,20508477,20514564,20515512,20520534,20523648,20546474,20549114,20551760,20555025,20557232,20561270,20571029,20576588,20576624,20599994,20603448,20607768,20610251,20611062,20614952,20617642,20621375,20630999,20631051,20632189,20635068,20636698,20638537,20641443,20643568,20671641,20672843,20673804,20675331,20678695,20679021,20682375,20684726,20685092,20686363,20692266,20694005,20700144,20703103,20705258,20710880,20718024,20719720,2072278', 'assoc_port': '20169285:20169748,20169834:20171217,20171951:20172632,20172749:20174092,20177545:20178713,20183123:20186487,20186672:20188607,20199786:20200242,20200509:20201403,20201667:20202952,20206394:20208870,20210194:20211310,20215687:20217274,20219531:20220557,20224377:20227660,20224382:20227550,20228243:20229865,20245939:20247288,20247542:20248901,20253021:20255099,20254304:20257455,20258541:20260606,20262010:20264576,20277672:20278685,20293712:20295634,20296496:20296888,20298064:20298336,20300873:20302295,20303267:20305897,20303272:20304741,20308442:20310155,20308450:20309603,20312006:20312963,20313893:20314131,20324558:20325806,20330844:20332514,20331796:20333672,20337409:20338601,20350380:20351382,20352155:20352809,20354707:20355109,20355354:20356293,20393265:20394882,20397365:20398600,20404209:20405152,20407607:20408824,20411279:20413202,20414609:20415885,20421504:20422089,20431075:20444609,20441870:20442811,20443835:20444082,20444393:20445552,20448174:20449148,20450253:20451882,20451770:20454022,20459164:2046083', 'assoc_mat': '20169285:papier:3327:20169748,20169834:papier:3327:20171217,20171951:papier:3327:20172632,20172749:papier:3327:20174092,20177545:papier:3327:20178713,20183123:papier:3327:20186487,20186672:papier:3327:20188607,20199786:papier:3327:20200242,20200509:papier:3327:20201403,20201667:papier:3327:20202952,20206394:papier:3327:20208870,20210194:papier:3327:20211310,20215687:papier:3327:20217274,20219531:papier:3327:20220557,20224377:papier:3327:20227660,20224382:papier:3327:20227550,20228243:papier:3327:20229865,20245939:papier:3327:20247288,20247542:papier:3327:20248901,20253021:papier:3327:20255099,20254304:papier:3327:20257455,20258541:papier:3327:20260606,20262010:papier:3327:20264576,20277672:papier:3327:20278685,20293712:papier:3327:20295634,20296496:papier:3327:20296888,20298064:papier:3327:20298336,20300873:papier:3327:20302295,20303267:papier:3327:20305897,20303272:papier:3327:20304741,20308442:papier:3327:20310155,20308450:papier:3327:20309603,20312006:papier:3327:20312963,20313893:papier:3327:20314131,2032'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.04656935195777666, 'nb_photo': 272, 'list_port_cont': '21001657,21001937,21055999,21124768,21129933,21129987', 'assoc_port': '21001262:21001937,21001273:21001657,21002613:21129987,21002624:21129933,21053304:21055999,21124054:21124768', 'assoc_mat': '21001262:papier:3594:21001937,21001273:papier:3594:21001657,21002613:papier:3594:21129987,21002624:papier:3594:21129933,21053304:papier:3594:21055999,21124054:papier:3594:21124768'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006006327515836368, 'nb_photo': 152, 'list_port_cont': '20345891,20382457,20384579,20410421,20419446,20436296,20447904,20466581,20469143,20478290,20495679,20503193,20515106,20529711,20583888,20584256,20586220,20601098,20627243,20649216,20658798,20675819,20709044,20728049,20784159,20787017,20840125,20847633,20854361,20872686,20880501,20880638,20910992,20931942,20975688,21193355,21200241,21204912,21206170,21208535,21217186,21219649,21221499,21308261', 'assoc_port': '20204921:20345891,20266098:20436296,20296337:20382457,20303275:20384579,20326810:20410421,20338549:20419446,20392276:20447904,20414608:20466581,20431076:20495679,20445955:20478290,20469015:20469143,20485440:20503193,20505940:20515106,20517445:20529711,20553045:20583888,20561522:20584256,20570272:20586220,20600235:20601098,20612113:20627243,20630388:20658798,20640602:20649216,20672165:20675819,20685069:20709044,20720578:20728049,20776158:20784159,20781905:20787017,20832929:20840125,20833007:20847633,20836985:20854361,20841933:20880501,20848242:20872686,20880568:20880638,20886151:20910992,20924209:20931942,20966334:20975688,21001280:21200241,21002710:21217186,21053303:21204912,21053711:21206170,21054296:21208535,21055166:21219649,21055579:21221499,21124053:21308261,21125601:21193355', 'assoc_mat': '20204921:pehd:4205:20345891,20266098:pehd:4205:20436296,20296337:pehd:4205:20382457,20303275:pehd:4205:20384579,20326810:pehd:4205:20410421,20338549:pehd:4205:20419446,20392276:pehd:4205:20447904,20414608:pehd:4205:20466581,20431076:pehd:4205:20495679,20445955:pehd:4205:20478290,20469015:pehd:4205:20469143,20485440:pehd:4205:20503193,20505940:pehd:4205:20515106,20517445:pehd:4205:20529711,20553045:pehd:4205:20583888,20561522:pehd:4205:20584256,20570272:pehd:4205:20586220,20600235:pehd:4205:20601098,20612113:pehd:4205:20627243,20630388:pehd:4205:20658798,20640602:pehd:4205:20649216,20672165:pehd:4205:20675819,20685069:pehd:4205:20709044,20720578:pehd:4205:20728049,20776158:pehd:4205:20784159,20781905:pehd:4205:20787017,20832929:pehd:4205:20840125,20833007:pehd:4205:20847633,20836985:pehd:4205:20854361,20841933:pehd:4205:20880501,20848242:pehd:4205:20872686,20880568:pehd:4205:20880638,20886151:pehd:4205:20910992,20924209:pehd:4205:20931942,20966334:pehd:4205:20975688,21001280:pehd:4205:21200241,21002710:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003696329157509913, 'nb_photo': 521, 'list_port_cont': '20297154,20355862,20360465,20362945,20379890,20383273,20389344,20426342,20451286,20464647,20476674,20479600,20480111,20493735,20494525,20514600,20522624,20531315,20557664,20586555,20604147,20654743,20701962,20716022,20727296,20728262,20747401,20786046,20854616,20870341,20871186,20873487,20898830,20930521,20942022,20942867,20976505,21182365,21183261,21200449,21202852,21204570,21211664,21213393,21220168,21235764,21250810,21253546,21299035,21309299,21342353', 'assoc_port': '20171947:20297154,20228245:20355862,20251677:20360465,20262031:20362945,20291011:20379890,20297655:20383273,20308443:20389344,20354704:20426342,20398812:20451286,20410109:20464647,20421532:20493735,20441872:20476674,20451766:20480111,20470424:20494525,20479233:20479600,20505111:20514600,20510744:20522624,20519774:20531315,20549743:20557664,20573401:20586555,20602371:20604147,20634828:20654743,20692234:20701962,20703033:20716022,20718502:20727296,20720594:20728262,20732078:20747401,20780559:20786046,20832985:20870341,20833038:20873487,20836981:20854616,20845542:20871186,20882059:20930521,20888117:20898830,20919369:20942867,20927010:20942022,20966339:20976505,21001284:21200449,21001694:21211664,21001717:21213393,21053272:21202852,21053297:21204570,21055192:21220168,21056532:21235764,21059205:21342353,21059359:21250810,21059806:21253546,21120302:21299035,21122482:21182365,21123359:21183261,21124048:21309299', 'assoc_mat': '20171947:pehd:4203:20297154,20228245:pehd:4203:20355862,20251677:pehd:4203:20360465,20262031:pehd:4203:20362945,20291011:pehd:4203:20379890,20297655:pehd:4203:20383273,20308443:pehd:4203:20389344,20354704:pehd:4203:20426342,20398812:pehd:4203:20451286,20410109:pehd:4203:20464647,20421532:pehd:4203:20493735,20441872:pehd:4203:20476674,20451766:pehd:4203:20480111,20470424:pehd:4203:20494525,20479233:pehd:4203:20479600,20505111:pehd:4203:20514600,20510744:pehd:4203:20522624,20519774:pehd:4203:20531315,20549743:pehd:4203:20557664,20573401:pehd:4203:20586555,20602371:pehd:4203:20604147,20634828:pehd:4203:20654743,20692234:pehd:4203:20701962,20703033:pehd:4203:20716022,20718502:pehd:4203:20727296,20720594:pehd:4203:20728262,20732078:pehd:4203:20747401,20780559:pehd:4203:20786046,20832985:pehd:4203:20870341,20833038:pehd:4203:20873487,20836981:pehd:4203:20854616,20845542:pehd:4203:20871186,20882059:pehd:4203:20930521,20888117:pehd:4203:20898830,20919369:pehd:4203:20942867,20927010:pehd:4203:20942022,20966339:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004569745910020603, 'nb_photo': 204, 'list_port_cont': '20252801,20442968,20456342,20472416,20478276,20506142,20553627,20599249,20603142,20631757,20671626,20673777,20692667,20718492,20779988,20833101,20834841,20838979,20840286,20878336,20880356,20880650,20882213,20886244,20888460,20892879,20916047,20919652,20924694,20925454,20925822,20926423,20967663,20967721,20968183,21001748,21001909,21002146,21002799,21053770,21055230,21056308,21059038,21120478,21123338,21124091,21124858,21126293,21127007,21127687,21128191,21128303,21129015,21129056,21129790,21129920,21130355,21130408,21130447,21130589,21130728,21130998,21131546,21131762,21132102,21132139,21132205,21132290,21132817,21132893,21132962,21135852,21135963,21136166,21136294,21160951,21161623,21162177,21162375,21164449,21165545,21182563,21183464,21187223,21192371,21192469,21192852,21198520,21199183,21199741,21199757,21201021,21201289,21201345,21201697,21202028,21202067,21202993,21203278,21205999,21206536,21206633,21206897,21206913,21206985,21207216,21207546,21207723,21207751,21208077,21208203,21208242,21208328,2120851', 'assoc_port': '20251679:20252801,20441871:20442968,20455313:20456342,20471727:20472416,20477524:20478276,20505938:20506142,20551963:20553627,20598618:20599249,20602370:20603142,20631043:20631757,20671424:20671626,20673657:20673777,20692247:20692667,20717940:20718492,20779601:20779988,20832405:20833101,20832932:20840286,20834196:20834841,20838639:20838979,20877876:20878336,20880237:20880356,20880567:20880650,20882062:20882213,20886147:20886244,20888387:20888460,20891551:20892879,20912928:20925454,20915461:20916047,20919370:20919652,20924210:20924694,20925354:20926423,20925359:20925822,20966331:20968183,20966337:20967721,20966344:20967663,21001226:21198520,21001261:21199183,21001268:21199741,21001272:21199757,21001278:21128303,21001281:21001748,21001692:21129790,21001714:21002146,21001725:21001909,21002611:21208077,21002679:21129920,21002727:21002799,21053255:21201021,21053257:21201289,21053258:21201345,21053261:21201697,21053266:21202028,21053267:21202067,21053275:21202993,21053281:21203278,21053289:21053770,21053707:2120599', 'assoc_mat': '20251679:pehd:4207:20252801,20441871:pehd:4207:20442968,20455313:pehd:4207:20456342,20471727:pehd:4207:20472416,20477524:pehd:4207:20478276,20505938:pehd:4207:20506142,20551963:pehd:4207:20553627,20598618:pehd:4207:20599249,20602370:pehd:4207:20603142,20631043:pehd:4207:20631757,20671424:pehd:4207:20671626,20673657:pehd:4207:20673777,20692247:pehd:4207:20692667,20717940:pehd:4207:20718492,20779601:pehd:4207:20779988,20832405:pehd:4207:20833101,20832932:pehd:4207:20840286,20834196:pehd:4207:20834841,20838639:pehd:4207:20838979,20877876:pehd:4207:20878336,20880237:pehd:4207:20880356,20880567:pehd:4207:20880650,20882062:pehd:4207:20882213,20886147:pehd:4207:20886244,20888387:pehd:4207:20888460,20891551:pehd:4207:20892879,20912928:pehd:4207:20925454,20915461:pehd:4207:20916047,20919370:pehd:4207:20919652,20924210:pehd:4207:20924694,20925354:pehd:4207:20926423,20925359:pehd:4207:20925822,20966331:pehd:4207:20968183,20966337:pehd:4207:20967721,20966344:pehd:4207:20967663,21001226:pehd:4207:21198520,21001261:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007731715773167336, 'nb_photo': 62, 'list_port_cont': '20371583,20466973,20512329,20626049,20690449,20698863,20750429,20784280,20787370,20845477,20925559,20927280,20976976,20977151,20995784,21177914,21183780,21189136,21193252,21204014,21205492,21207261,21209428,21217628,21218838,21219247,21221733,21222456,21230031,21231925,21242081,21245328,21249121,21254648,21256817,21315000,21315878,21321852,21324129', 'assoc_port': '20270432:20371583,20324556:20466973,20487793:20512329,20623011:20626049,20677297:20690449,20688364:20698863,20734875:20750429,20777278:20784280,20782291:20787370,20832993:20845477,20912930:20925559,20916991:20927280,20966335:20995784,20966348:20976976,20966354:20977151,21002717:21217628,21053287:21204014,21053310:21205492,21053723:21207261,21054312:21209428,21054615:21218838,21054640:21219247,21055180:21315878,21055191:21315000,21055550:21221733,21055582:21222456,21055665:21230031,21056506:21231925,21058220:21242081,21058310:21245328,21059264:21249121,21059827:21254648,21059862:21256817,21120310:21324129,21122360:21177914,21123364:21183780,21124003:21189136,21125567:21193252,21125613:21321852', 'assoc_mat': '20270432:pehd:4461:20371583,20324556:pehd:4461:20466973,20487793:pehd:4461:20512329,20623011:pehd:4461:20626049,20677297:pehd:4461:20690449,20688364:pehd:4461:20698863,20734875:pehd:4461:20750429,20777278:pehd:4461:20784280,20782291:pehd:4461:20787370,20832993:pehd:4461:20845477,20912930:pehd:4461:20925559,20916991:pehd:4461:20927280,20966335:pehd:4461:20995784,20966348:pehd:4461:20976976,20966354:pehd:4461:20977151,21002717:pehd:4461:21217628,21053287:pehd:4461:21204014,21053310:pehd:4461:21205492,21053723:pehd:4461:21207261,21054312:pehd:4461:21209428,21054615:pehd:4461:21218838,21054640:pehd:4461:21219247,21055180:pehd:4461:21315878,21055191:pehd:4461:21315000,21055550:pehd:4461:21221733,21055582:pehd:4461:21222456,21055665:pehd:4461:21230031,21056506:pehd:4461:21231925,21058220:pehd:4461:21242081,21058310:pehd:4461:21245328,21059264:pehd:4461:21249121,21059827:pehd:4461:21254648,21059862:pehd:4461:21256817,21120310:pehd:4461:21324129,21122360:pehd:4461:21177914,21123364:pehd:4461:21183780,21124003:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009739142314934023, 'nb_photo': 1949, 'list_port_cont': '20185082,20193236,20226903,20228131,20257574,20272202,20278012,20278096,20291813,20296516,20309965,20325348,20334133,20334303,20335613,20352691,20355409,20401434,20403611,20411746,20412827,20416193,20419448,20421824,20434616,20441325,20442739,20453686,20457585,20461380,20469062,20470516,20478182,20482518,20486369,20501268,20504919,20512288,20523236,20523484,20557176,20562354,20597238,20597522,20600843,20608102,20609426,20617528,20618713,20632666,20633461,20637002,20675310,20678147,20696834,20703485,20703660,20709268,20709346,20715912,20718456,20728071,20729157,20730001,20731265,20732365,20777112,20779688,20779741,20781855,20782732,20833748,20833972,20838550,20840036,20840886,20843635,20845983,20847779,20848504,20882248,20882447,20886123,20887398,20887963,20888066,20888472,20888593,20889840,20890178,20890477,20892018,20892995,20893103,20893439,20895493,20916148,20922804,20924075,20925476,20927067,20930011,20931234,20966476,20971056,20971299,20974049,20975454,21001546,21001618,21001770,21001951,21002033,2100240', 'assoc_port': '20183122:20185082,20192831:20193236,20224380:20226903,20226941:20228131,20254278:20272202,20257117:20257574,20277674:20278096,20277678:20278012,20291009:20291813,20296336:20296516,20308451:20309965,20324562:20325348,20330842:20334303,20331821:20334133,20334539:20335613,20351129:20352691,20354712:20355409,20398811:20401434,20403539:20403611,20407606:20412827,20410110:20411746,20414615:20416193,20418291:20419448,20421527:20421824,20433553:20434616,20436920:20441325,20441869:20442739,20451768:20453686,20455315:20457585,20460488:20461380,20469016:20469062,20470421:20470516,20477526:20478182,20479472:20482518,20485445:20486369,20500513:20501268,20504796:20504919,20510743:20512288,20522136:20523236,20522902:20523484,20555730:20557176,20561529:20562354,20596784:20597522,20596787:20597238,20600236:20600843,20607820:20608102,20608556:20609426,20616936:20617528,20617896:20618713,20631044:20632666,20632057:20633461,20636733:20637002,20675069:20675310,20677303:20678147,20690024:20696834,20699101:20709346,20699105:2070926', 'assoc_mat': '20183122:pehd:4200:20185082,20192831:pehd:4200:20193236,20224380:pehd:4200:20226903,20226941:pehd:4200:20228131,20254278:pehd:4200:20272202,20257117:pehd:4200:20257574,20277674:pehd:4200:20278096,20277678:pehd:4200:20278012,20291009:pehd:4200:20291813,20296336:pehd:4200:20296516,20308451:pehd:4200:20309965,20324562:pehd:4200:20325348,20330842:pehd:4200:20334303,20331821:pehd:4200:20334133,20334539:pehd:4200:20335613,20351129:pehd:4200:20352691,20354712:pehd:4200:20355409,20398811:pehd:4200:20401434,20403539:pehd:4200:20403611,20407606:pehd:4200:20412827,20410110:pehd:4200:20411746,20414615:pehd:4200:20416193,20418291:pehd:4200:20419448,20421527:pehd:4200:20421824,20433553:pehd:4200:20434616,20436920:pehd:4200:20441325,20441869:pehd:4200:20442739,20451768:pehd:4200:20453686,20455315:pehd:4200:20457585,20460488:pehd:4200:20461380,20469016:pehd:4200:20469062,20470421:pehd:4200:20470516,20477526:pehd:4200:20478182,20479472:pehd:4200:20482518,20485445:pehd:4200:20486369,20500513:pehd:4200:20501268,20504796:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 8.41330697016461e-05, 'nb_photo': 1, 'list_port_cont': '20516367', 'assoc_port': '20515637:20516367', 'assoc_mat': '20515637:pehd:3594:20516367'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0047612197265429635, 'nb_photo': 100, 'list_port_cont': '20218079,20220177,20225459,20225582,20227688,20246765,20250392,20264734,20273843,20277978,20326607,20328525,20343733,20353493,20355273,20355420,20410951,20412717,20421675,20452938,20454749,20479350,20486032,20491239,20514505,20516339,20516386,20562687,20597364,20682214,20696409,20709289,20709330,20719391,20719738,20728090,20779337,20833527,20833741,20834584,20845565,20847219,20854521', 'assoc_port': '20215674:20218079,20219535:20220177,20224378:20225582,20224381:20225459,20226939:20227688,20245938:20246765,20249728:20250392,20263700:20264734,20270889:20273843,20277684:20277978,20324553:20326607,20327793:20328525,20341995:20343733,20353379:20353493,20354708:20355420,20354711:20355273,20410111:20410951,20411272:20412717,20421518:20421675,20451769:20452938,20454229:20454749,20479234:20479350,20485444:20486032,20489623:20491239,20513203:20514505,20515633:20516386,20515635:20516339,20561523:20562687,20596786:20597364,20680363:20682214,20695689:20696409,20699102:20709289,20699104:20709330,20718507:20719738,20718513:20719391,20727919:20728090,20779073:20779337,20832939:20854521,20832998:20845565,20833006:20847219,20833037:20834584,20833043:20833741,20833053:20833527', 'assoc_mat': '20215674:pehd:4207:20218079,20219535:pehd:4207:20220177,20224378:pehd:4207:20225582,20224381:pehd:4207:20225459,20226939:pehd:4207:20227688,20245938:pehd:4207:20246765,20249728:pehd:4207:20250392,20263700:pehd:4207:20264734,20270889:pehd:4207:20273843,20277684:pehd:4207:20277978,20324553:pehd:4207:20326607,20327793:pehd:4207:20328525,20341995:pehd:4207:20343733,20353379:pehd:4207:20353493,20354708:pehd:4207:20355420,20354711:pehd:4207:20355273,20410111:pehd:4207:20410951,20411272:pehd:4207:20412717,20421518:pehd:4207:20421675,20451769:pehd:4207:20452938,20454229:pehd:4207:20454749,20479234:pehd:4207:20479350,20485444:pehd:4207:20486032,20489623:pehd:4207:20491239,20513203:pehd:4207:20514505,20515633:pehd:4207:20516386,20515635:pehd:4207:20516339,20561523:pehd:4207:20562687,20596786:pehd:4207:20597364,20680363:pehd:4207:20682214,20695689:pehd:4207:20696409,20699102:pehd:4207:20709289,20699104:pehd:4207:20709330,20718507:pehd:4207:20719738,20718513:pehd:4207:20719391,20727919:pehd:4207:20728090,20779073:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02161229191446281, 'nb_photo': 2009, 'list_port_cont': '20894594,20896019,20896568,20898846,20907095,20907283,20909046,20909093,20910027,20910565,20910930,20919283,20919299,20929661,20930146,20941767,20942615,20942702,20966529,20974629,20975174,20975558,20976373,20976661,20995598,21054701,21125361,21129432,21129816,21131695,21161013,21161202,21162472,21162727,21163557,21163746,21164016,21164760,21165143,21165652,21165795,21166488,21166580,21166674,21166775,21166808,21166991,21167212,21176234,21176456,21176670,21177085,21177378,21178401,21180238,21180354,21180442,21180566,21180684,21181447,21181599,21181820,21182033,21182063,21182195,21182503,21182583,21182977,21183538,21183886,21184715,21184860,21185107,21185453,21186454,21186660,21186858,21187710,21187853,21187911,21188465,21188653,21189205,21189437,21189967,21190304,21190530,21190740,21190772,21191121,21191169,21191790,21191849,21191907,21192000,21192193,21192339,21192432,21193572,21193650,21194110,21194289,21194327,21194658,21194710,21194989,21195268,21195332,21195378,21195443,21195598,21198276,21198670,2119872', 'assoc_port': '20171946:21198276,20215674:21204626,20219535:21276399,20224378:21205177,20226939:21205453,20245938:21205829,20249728:21206576,20257109:21207175,20263700:21207618,20270889:21207707,20277684:21054701,20324553:21211375,20327793:21211649,20341995:21214513,20353379:21214719,20354708:21214473,20354711:21214688,20355355:21214348,20410111:21217465,20411272:21217453,20421518:21218107,20451769:21219101,20454229:21219227,20455316:21218962,20477525:21219911,20479234:21219949,20479473:21269533,20485444:21268352,20489623:21220140,20513203:21224948,20515633:21226575,20515635:21226708,20515637:21226911,20524360:21230617,20561523:21236042,20596786:21242265,20610318:21245800,20652563:21252225,20677302:21255552,20680363:21192339,20688365:21193650,20695689:21194710,20699102:21194327,20699104:21194289,20718507:21256539,20718513:21257268,20727919:21190530,20742145:21190740,20779070:21289729,20779073:21166488,20832939:21284814,20832998:21284307,20833006:21185453,20833037:21186660,20833043:21283843,20833053:21125361,20880569:2090728', 'assoc_mat': '20171946:pehd:4209:21198276,20215674:pehd:4209:21204626,20219535:pehd:4209:21276399,20224378:pehd:4209:21205177,20226939:pehd:4209:21205453,20245938:pehd:4209:21205829,20249728:pehd:4209:21206576,20257109:pehd:4209:21207175,20263700:pehd:4209:21207618,20270889:pehd:4209:21207707,20277684:pehd:4209:21054701,20324553:pehd:4209:21211375,20327793:pehd:4209:21211649,20341995:pehd:4209:21214513,20353379:pehd:4209:21214719,20354708:pehd:4209:21214473,20354711:pehd:4209:21214688,20355355:pehd:4209:21214348,20410111:pehd:4209:21217465,20411272:pehd:4209:21217453,20421518:pehd:4209:21218107,20451769:pehd:4209:21219101,20454229:pehd:4209:21219227,20455316:pehd:4209:21218962,20477525:pehd:4209:21219911,20479234:pehd:4209:21219949,20479473:pehd:4209:21269533,20485444:pehd:4209:21268352,20489623:pehd:4209:21220140,20513203:pehd:4209:21224948,20515633:pehd:4209:21226575,20515635:pehd:4209:21226708,20515637:pehd:4209:21226911,20524360:pehd:4209:21230617,20561523:pehd:4209:21236042,20596786:pehd:4209:21242265,20610318:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.010989346487364538, 'nb_photo': 4, 'list_port_cont': '20550180', 'assoc_port': '20549748:20550180', 'assoc_mat': '20549748:pehd:4200:20550180'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9408797264092236, 'nb_photo': 29275, 'list_port_cont': '20168744,20170143,20173852,20174165,20178353,20178608,20184721,20200312,20203919,20206246,20208998,20209432,20217449,20218315,20220334,20223974,20226050,20226613,20227875,20229221,20247094,20259500,20265011,20296647,20332610,20334237,20337946,20339424,20340036,20345657,20350783,20351362,20353925,20355382,20358750,20360249,20360372,20360569,20361363,20362595,20362694,20363961,20364119,20364281,20365499,20365925,20366178,20367249,20367354,20368520,20368797,20369337,20370612,20395260,20400647,20402664,20407488,20411468,20416148,20419519,20422605,20438635,20442998,20443781,20444106,20452058,20455619,20456582,20470704,20475605,20476091,20477121,20480475,20483625,20486968,20487361,20490972,20492567,20493851,20493981,20505007,20506280,20506548,20506719,20507220,20514951,20516425,20518557,20522745,20525023,20525522,20546207,20549093,20551500,20553599,20558625,20565358,20567449,20577410,20580171,20597669,20599615,20603576,20606914,20607786,20609654,20611803,20613653,20617814,20623104,20623228,20631366,20633776,2063606', 'assoc_port': '20168058:20265011,20168492:20168744,20169287:20170143,20171950:20173852,20172748:20174165,20177140:20178353,20177547:20178608,20183126:20184721,20199782:20200312,20200514:20206246,20201665:20203919,20206393:20209432,20206396:20208998,20215665:20218315,20215671:20217449,20219533:20220334,20220268:20226613,20220270:20223974,20224384:20226050,20226942:20227875,20228246:20229221,20245966:20247094,20249724:20360249,20249727:20360372,20253023:20360569,20257111:20259500,20258543:20362694,20263701:20370612,20266081:20364281,20270891:20369337,20277682:20296647,20293713:20368797,20295679:20368520,20296493:20367354,20297024:20367249,20297026:20366178,20297653:20365925,20298063:20365499,20300871:20364119,20303263:20363961,20303271:20362595,20308453:20361363,20313891:20358750,20324554:20350783,20324561:20334237,20330845:20332610,20336407:20337946,20337414:20339424,20338546:20340036,20341992:20345657,20350378:20351362,20353380:20353925,20354709:20355382,20393269:20395260,20398810:20400647,20401674:20402664,20404210:2041951', 'assoc_mat': '20168058:pehd:4211:20265011,20168492:pehd:4211:20168744,20169287:pehd:4211:20170143,20171950:pehd:4211:20173852,20172748:pehd:4211:20174165,20177140:pehd:4211:20178353,20177547:pehd:4211:20178608,20183126:pehd:4211:20184721,20199782:pehd:4211:20200312,20200514:pehd:4211:20206246,20201665:pehd:4211:20203919,20206393:pehd:4211:20209432,20206396:pehd:4211:20208998,20215665:pehd:4211:20218315,20215671:pehd:4211:20217449,20219533:pehd:4211:20220334,20220268:pehd:4211:20226613,20220270:pehd:4211:20223974,20224384:pehd:4211:20226050,20226942:pehd:4211:20227875,20228246:pehd:4211:20229221,20245966:pehd:4211:20247094,20249724:pehd:4211:20360249,20249727:pehd:4211:20360372,20253023:pehd:4211:20360569,20257111:pehd:4211:20259500,20258543:pehd:4211:20362694,20263701:pehd:4211:20370612,20266081:pehd:4211:20364281,20270891:pehd:4211:20369337,20277682:pehd:4211:20296647,20293713:pehd:4211:20368797,20295679:pehd:4211:20368520,20296493:pehd:4211:20367354,20297024:pehd:4211:20367249,20297026:pehd:4211:20366178,20297653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0025553522724301603, 'nb_photo': 5, 'list_port_cont': '20257452,20325808,20421574,20551768,20710885', 'assoc_port': '20254304:20257452,20324558:20325808,20420764:20421574,20549746:20551768,20699103:20710885', 'assoc_mat': '20254304:pehd:3327:20257452,20324558:pehd:3327:20325808,20420764:pehd:3327:20421574,20549746:pehd:3327:20551768,20699103:pehd:3327:20710885'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.000519338348765432, 'nb_photo': 1, 'list_port_cont': '21129988', 'assoc_port': '21002613:21129988', 'assoc_mat': '21002613:pehd:3594:21129988'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036298868643696025, 'nb_photo': 20, 'list_port_cont': '20384577,20410422,20495673,20503199,20515104,20529698,20627252,20675822,20727246,20784156,20787022,20911001,20975681,21200243', 'assoc_port': '20303275:20384577,20326810:20410422,20431076:20495673,20485440:20503199,20505940:20515104,20517445:20529698,20612113:20627252,20672165:20675822,20718506:20727246,20776158:20784156,20781905:20787022,20886151:20911001,20966334:20975681,21001280:21200243', 'assoc_mat': '20303275:pet_clair:4205:20384577,20326810:pet_clair:4205:20410422,20431076:pet_clair:4205:20495673,20485440:pet_clair:4205:20503199,20505940:pet_clair:4205:20515104,20517445:pet_clair:4205:20529698,20612113:pet_clair:4205:20627252,20672165:pet_clair:4205:20675822,20718506:pet_clair:4205:20727246,20776158:pet_clair:4205:20784156,20781905:pet_clair:4205:20787022,20886151:pet_clair:4205:20911001,20966334:pet_clair:4205:20975681,21001280:pet_clair:4205:21200243'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0004299699747671604, 'nb_photo': 6, 'list_port_cont': '20476669,20531311,20604140,20898839,21253532', 'assoc_port': '20441872:20476669,20519774:20531311,20602371:20604140,20888117:20898839,21059806:21253532', 'assoc_mat': '20441872:pet_clair:4203:20476669,20519774:pet_clair:4203:20531311,20602371:pet_clair:4203:20604140,20888117:pet_clair:4203:20898839,21059806:pet_clair:4203:21253532'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004372381194678496, 'nb_photo': 10, 'list_port_cont': '20878344,20880662,20919661,20924682,21053776,21124094,21132204,21136299,21199736,21199765', 'assoc_port': '20877876:20878344,20880567:20880662,20919370:20919661,20924210:20924682,21001268:21199736,21001272:21199765,21053289:21053776,21056515:21136299,21059290:21132204,21123374:21124094', 'assoc_mat': '20877876:pet_clair:4207:20878344,20880567:pet_clair:4207:20880662,20919370:pet_clair:4207:20919661,20924210:pet_clair:4207:20924682,21001268:pet_clair:4207:21199736,21001272:pet_clair:4207:21199765,21053289:pet_clair:4207:21053776,21056515:pet_clair:4207:21136299,21059290:pet_clair:4207:21132204,21123374:pet_clair:4207:21124094'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00319821743226762, 'nb_photo': 4, 'list_port_cont': '20702483,21003155,21232218', 'assoc_port': '20675611:20702483,21002728:21003155,21056508:21232218', 'assoc_mat': '20675611:pet_clair:4461:20702483,21002728:pet_clair:4461:21003155,21056508:pet_clair:4461:21232218'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.05519287990535161, 'nb_photo': 999, 'list_port_cont': '20177847,20185070,20193222,20203781,20209704,20226916,20228122,20257568,20272196,20278015,20278105,20291808,20296526,20308348,20309964,20325352,20334126,20334299,20335607,20352703,20355399,20401441,20403599,20411743,20412832,20416192,20419461,20421825,20434621,20441328,20442740,20453696,20457581,20461382,20469069,20470513,20478185,20482522,20486358,20512277,20523233,20523479,20557183,20562363,20597224,20597527,20600832,20609415,20617520,20618704,20632669,20633458,20636996,20675298,20696830,20703483,20703661,20709273,20709351,20715909,20718461,20730012,20731269,20732373,20777121,20779695,20779753,20781862,20782737,20833750,20833962,20840028,20840892,20843638,20845987,20847772,20848508,20882452,20887404,20888466,20890181,20890471,20892020,20893007,20893110,20893431,20895496,20916152,20922791,20924074,20925475,20927060,20931238,20966471,20971049,20975449,21001553,21001630,21001762,21001960,21002416,21002901,21053842,21055811,21057128,21059057,21059364,21120601,21124081,21124834,21126560,21128318,21128509,2112890', 'assoc_port': '20177146:20177847,20183122:20185070,20192831:20193222,20202891:20203781,20209116:20209704,20224380:20226916,20226941:20228122,20254278:20272196,20257117:20257568,20277674:20278105,20277678:20278015,20291009:20291808,20296336:20296526,20307290:20308348,20308451:20309964,20324562:20325352,20330842:20334299,20331821:20334126,20334539:20335607,20351129:20352703,20354712:20355399,20398811:20401441,20403539:20403599,20407606:20412832,20410110:20411743,20414615:20416192,20418291:20419461,20421527:20421825,20433553:20434621,20436920:20441328,20441869:20442740,20451768:20453696,20455315:20457581,20460488:20461382,20469016:20469069,20470421:20470513,20477526:20478185,20479472:20482522,20485445:20486358,20510743:20512277,20522136:20523233,20522902:20523479,20555730:20557183,20561529:20562363,20596784:20597527,20596787:20597224,20600236:20600832,20608556:20609415,20616936:20617520,20617896:20618704,20631044:20632669,20632057:20633458,20636733:20636996,20675069:20675298,20690024:20696830,20699101:20709351,20699105:2070927', 'assoc_mat': '20177146:pet_clair:4200:20177847,20183122:pet_clair:4200:20185070,20192831:pet_clair:4200:20193222,20202891:pet_clair:4200:20203781,20209116:pet_clair:4200:20209704,20224380:pet_clair:4200:20226916,20226941:pet_clair:4200:20228122,20254278:pet_clair:4200:20272196,20257117:pet_clair:4200:20257568,20277674:pet_clair:4200:20278105,20277678:pet_clair:4200:20278015,20291009:pet_clair:4200:20291808,20296336:pet_clair:4200:20296526,20307290:pet_clair:4200:20308348,20308451:pet_clair:4200:20309964,20324562:pet_clair:4200:20325352,20330842:pet_clair:4200:20334299,20331821:pet_clair:4200:20334126,20334539:pet_clair:4200:20335607,20351129:pet_clair:4200:20352703,20354712:pet_clair:4200:20355399,20398811:pet_clair:4200:20401441,20403539:pet_clair:4200:20403599,20407606:pet_clair:4200:20412832,20410110:pet_clair:4200:20411743,20414615:pet_clair:4200:20416192,20418291:pet_clair:4200:20419461,20421527:pet_clair:4200:20421825,20433553:pet_clair:4200:20434621,20436920:pet_clair:4200:20441328,20441869:pet_clair:4200:20442740,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.005130864733367626, 'nb_photo': 10, 'list_port_cont': '20516360', 'assoc_port': '20515637:20516360', 'assoc_mat': '20515637:pet_clair:3594:20516360'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0011156427064674594, 'nb_photo': 8, 'list_port_cont': '20227685,20273844,20277982,20343741,20516390,20562686,20696410', 'assoc_port': '20226939:20227685,20270889:20273844,20277684:20277982,20341995:20343741,20515633:20516390,20561523:20562686,20695689:20696410', 'assoc_mat': '20226939:pet_clair:4207:20227685,20270889:pet_clair:4207:20273844,20277684:pet_clair:4207:20277982,20341995:pet_clair:4207:20343741,20515633:pet_clair:4207:20516390,20561523:pet_clair:4207:20562686,20695689:pet_clair:4207:20696410'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011862652151294574, 'nb_photo': 36, 'list_port_cont': '20896573,20910039,20974632,21163741,21166587,21176676,21180233,21180450,21182490,21187702,21189201,21193656,21195429,21205827,21207633,21207690,21209332,21209695,21210871,21211314,21219410,21219842,21220727,21224463,21233747,21240744,21243166,21246957,21255991,21265900,21279830,21283912', 'assoc_port': '20245938:21205827,20300842:21209695,20688365:21193656,20887002:20896573,20892354:20910039,20966320:20974632,21001285:21279830,21053732:21207633,21053750:21207690,21054316:21209332,21054364:21210871,21054368:21211314,21054645:21219410,21055175:21219842,21055515:21220727,21055636:21224463,21056513:21265900,21056523:21233747,21056556:21240744,21058266:21243166,21058354:21246957,21059859:21255991,21120285:21163741,21120307:21166587,21122346:21176676,21122417:21180233,21122456:21180450,21123354:21182490,21123385:21283912,21123395:21187702,21124035:21189201,21125626:21195429', 'assoc_mat': '20245938:pet_clair:4209:21205827,20300842:pet_clair:4209:21209695,20688365:pet_clair:4209:21193656,20887002:pet_clair:4209:20896573,20892354:pet_clair:4209:20910039,20966320:pet_clair:4209:20974632,21001285:pet_clair:4209:21279830,21053732:pet_clair:4209:21207633,21053750:pet_clair:4209:21207690,21054316:pet_clair:4209:21209332,21054364:pet_clair:4209:21210871,21054368:pet_clair:4209:21211314,21054645:pet_clair:4209:21219410,21055175:pet_clair:4209:21219842,21055515:pet_clair:4209:21220727,21055636:pet_clair:4209:21224463,21056513:pet_clair:4209:21265900,21056523:pet_clair:4209:21233747,21056556:pet_clair:4209:21240744,21058266:pet_clair:4209:21243166,21058354:pet_clair:4209:21246957,21059859:pet_clair:4209:21255991,21120285:pet_clair:4209:21163741,21120307:pet_clair:4209:21166587,21122346:pet_clair:4209:21176676,21122417:pet_clair:4209:21180233,21122456:pet_clair:4209:21180450,21123354:pet_clair:4209:21182490,21123385:pet_clair:4209:21283912,21123395:pet_clair:4209:21187702,21124035:pet_clair:4209:21189201,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.035179748266934825, 'nb_photo': 1, 'list_port_cont': '20550166', 'assoc_port': '20549748:20550166', 'assoc_mat': '20549748:pet_clair:4200:20550166'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005488836996854885, 'nb_photo': 131, 'list_port_cont': '20174158,20200311,20206248,20217459,20220321,20223977,20227873,20229222,20337949,20351363,20355384,20362607,20363970,20364118,20364277,20368802,20370615,20400637,20416141,20438624,20444100,20455618,20470690,20476089,20480474,20493989,20506720,20507222,20514961,20518566,20553602,20558633,20580169,20603567,20609649,20617807,20650578,20653571,20655370,20673288,20682284,20684930,20707268,20719375,20721817,20722348,20729984,20731409,20748887,20778157,20833858,20834567,20842570,20842801,20846499,20846983,20847749,20850018,20856003,20858361,20877439,20888049,20888399,20892963,20921472,20925124,20930294,20968875,20972427,21054779,21056809,21058111,21060851,21061437,21126725,21128516,21129025,21130113,21130332,21130542,21131220,21131478,21131650,21132015,21133042,21134018,21134455,21135345,21163488,21166971,21209241,21209974', 'assoc_port': '20172748:20174158,20199782:20200311,20200514:20206248,20215671:20217459,20219533:20220321,20220270:20223977,20226942:20227873,20228246:20229222,20263701:20370615,20266081:20364277,20293713:20368802,20300871:20364118,20303263:20363970,20303271:20362607,20336407:20337949,20350378:20351363,20354709:20355384,20398810:20400637,20414614:20416141,20436923:20438624,20443834:20444100,20454226:20455618,20470419:20470690,20474343:20476089,20479475:20480474,20493658:20493989,20506319:20506720,20506970:20507222,20513204:20514961,20517446:20518566,20549748:21134018,20551966:20553602,20557616:20558633,20579533:20580169,20602368:20603567,20608558:20609649,20616933:20617807,20649578:20650578,20652560:20653571,20654978:20655370,20673050:20673288,20680373:20682284,20684268:20684930,20703028:20707268,20718514:20719375,20721213:20721817,20721214:20722348,20729789:20729984,20730970:20731409,20748615:20748887,20777280:20778157,20832919:20858361,20832943:20842570,20832999:20846499,20833039:20846983,20833047:20834567,20833052:2083385', 'assoc_mat': '20172748:pet_clair:4211:20174158,20199782:pet_clair:4211:20200311,20200514:pet_clair:4211:20206248,20215671:pet_clair:4211:20217459,20219533:pet_clair:4211:20220321,20220270:pet_clair:4211:20223977,20226942:pet_clair:4211:20227873,20228246:pet_clair:4211:20229222,20263701:pet_clair:4211:20370615,20266081:pet_clair:4211:20364277,20293713:pet_clair:4211:20368802,20300871:pet_clair:4211:20364118,20303263:pet_clair:4211:20363970,20303271:pet_clair:4211:20362607,20336407:pet_clair:4211:20337949,20350378:pet_clair:4211:20351363,20354709:pet_clair:4211:20355384,20398810:pet_clair:4211:20400637,20414614:pet_clair:4211:20416141,20436923:pet_clair:4211:20438624,20443834:pet_clair:4211:20444100,20454226:pet_clair:4211:20455618,20470419:pet_clair:4211:20470690,20474343:pet_clair:4211:20476089,20479475:pet_clair:4211:20480474,20493658:pet_clair:4211:20493989,20506319:pet_clair:4211:20506720,20506970:pet_clair:4211:20507222,20513204:pet_clair:4211:20514961,20517446:pet_clair:4211:20518566,20549748:pet_clair:4211:21134018,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9902895078971651, 'nb_photo': 100745, 'list_port_cont': '20169758,20171226,20171787,20172627,20174097,20177038,20178245,20178718,20186483,20188613,20200241,20200487,20201399,20202959,20208863,20211303,20217279,20217515,20220556,20227558,20227654,20229867,20247283,20248890,20255108,20257448,20260605,20264578,20267675,20278178,20278571,20278695,20295629,20296894,20298334,20302294,20304749,20305893,20309608,20310153,20312970,20314135,20325803,20332515,20333664,20338602,20340537,20351375,20352803,20355106,20356299,20357095,20394873,20398598,20402641,20405153,20408827,20413199,20415888,20420404,20421570,20422098,20435378,20437306,20438479,20442821,20444079,20444618,20445547,20449150,20451891,20454020,20460833,20469158,20469703,20474520,20476958,20479422,20481355,20483992,20486818,20491225,20491660,20493044,20501399,20505493,20506564,20508476,20514563,20515516,20516623,20520543,20522733,20523647,20546484,20549122,20551765,20555015,20557235,20561261,20563375,20567387,20571023,20576584,20576625,20600005,20603447,20607763,20610247,20611070,20614957,20617639,20618821,2062138', 'assoc_port': '20168059:20177038,20169285:20169758,20169831:20171787,20169834:20171226,20171951:20172627,20172749:20174097,20177142:20178245,20177545:20178718,20183123:20186483,20186672:20188613,20199784:20200487,20199786:20200241,20200509:20201399,20201667:20202959,20206394:20208863,20210194:20211303,20215666:20217515,20215687:20217279,20219531:20220556,20224377:20227654,20224382:20227558,20228243:20229867,20245939:20247283,20247542:20248890,20253021:20255108,20254304:20257448,20258541:20260605,20262010:20264578,20266083:20267675,20277672:20278695,20277675:20278571,20277681:20278178,20293712:20295629,20296496:20296894,20298064:20298334,20300873:20302294,20303267:20305893,20303272:20304749,20308442:20310153,20308450:20309608,20312006:20312970,20313893:20314135,20324558:20325803,20330844:20332515,20331796:20333664,20337409:20338602,20338547:20340537,20350380:20351375,20352155:20352803,20354703:20357095,20354707:20355106,20355354:20356299,20393265:20394873,20397365:20398598,20401648:20402641,20404209:20405153,20407607:2040882', 'assoc_mat': '20168059:pet_clair:3327:20177038,20169285:pet_clair:3327:20169758,20169831:pet_clair:3327:20171787,20169834:pet_clair:3327:20171226,20171951:pet_clair:3327:20172627,20172749:pet_clair:3327:20174097,20177142:pet_clair:3327:20178245,20177545:pet_clair:3327:20178718,20183123:pet_clair:3327:20186483,20186672:pet_clair:3327:20188613,20199784:pet_clair:3327:20200487,20199786:pet_clair:3327:20200241,20200509:pet_clair:3327:20201399,20201667:pet_clair:3327:20202959,20206394:pet_clair:3327:20208863,20210194:pet_clair:3327:20211303,20215666:pet_clair:3327:20217515,20215687:pet_clair:3327:20217279,20219531:pet_clair:3327:20220556,20224377:pet_clair:3327:20227654,20224382:pet_clair:3327:20227558,20228243:pet_clair:3327:20229867,20245939:pet_clair:3327:20247283,20247542:pet_clair:3327:20248890,20253021:pet_clair:3327:20255108,20254304:pet_clair:3327:20257448,20258541:pet_clair:3327:20260605,20262010:pet_clair:3327:20264578,20266083:pet_clair:3327:20267675,20277672:pet_clair:3327:20278695,20277675:pet_clair:3327:20278571,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10476410444966121, 'nb_photo': 101, 'list_port_cont': '21001656,21001942,21056004,21124766,21129925,21129985', 'assoc_port': '21001262:21001942,21001273:21001656,21002613:21129985,21002624:21129925,21053304:21056004,21124054:21124766', 'assoc_mat': '21001262:pet_clair:3594:21001942,21001273:pet_clair:3594:21001656,21002613:pet_clair:3594:21129985,21002624:pet_clair:3594:21129925,21053304:pet_clair:3594:21056004,21124054:pet_clair:3594:21124766'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.6690611547442031, 'nb_photo': 2986, 'list_port_cont': '20177844,20185081,20193229,20203777,20209705,20226907,20228118,20257570,20272209,20278013,20278097,20291820,20296514,20308341,20309972,20325359,20334134,20334309,20335621,20352696,20355403,20403609,20411748,20412834,20416183,20419453,20421827,20434618,20441339,20442750,20453688,20457584,20461373,20469070,20470518,20478181,20482523,20486361,20501264,20504931,20512284,20523241,20523478,20557178,20562348,20597230,20597526,20600845,20608104,20609420,20617525,20618716,20632670,20633465,20636995,20675299,20678151,20696838,20888064,21001544,21001622,21001763,21001949,21002021,21002407,21002896,21053851,21054131,21054768,21055814,21057131,21059059,21059375,21128329,21128500,21128904,21129046,21129170,21129376,21129501,21129692,21130265,21130284,21130387,21130709,21131066,21131509,21133155,21133303,21133925,21134418,21135183,21135504,21135907,21164187,21166374,21166784,21167105,21167188,21167620,21167751,21167940,21168083,21168394,21168684,21170058,21170113,21170306,21170671,21170820,21171136,21171742,21172166,2117241', 'assoc_port': '20177146:20177844,20183122:20185081,20192831:20193229,20202891:20203777,20209116:20209705,20224380:20226907,20226941:20228118,20254278:20272209,20257117:20257570,20277674:20278097,20277678:20278013,20291009:20291820,20296336:20296514,20307290:20308341,20308451:20309972,20324562:20325359,20330842:20334309,20331821:20334134,20334539:20335621,20351129:20352696,20354712:20355403,20403539:20403609,20407606:20412834,20410110:20411748,20414615:20416183,20418291:20419453,20421527:20421827,20433553:20434618,20436920:20441339,20441869:20442750,20451768:20453688,20455315:20457584,20460488:20461373,20469016:20469070,20470421:20470518,20477526:20478181,20479472:20482523,20485445:20486361,20500513:20501264,20504796:20504931,20510743:20512284,20522136:20523241,20522902:20523478,20555730:20557178,20561529:20562348,20596784:20597526,20596787:20597230,20600236:20600845,20607820:20608104,20608556:20609420,20616936:20617525,20617896:20618716,20631044:20632670,20632057:20633465,20636733:20636995,20675069:20675299,20677303:2067815', 'assoc_mat': '20177146:pet_fonce:4200:20177844,20183122:pet_fonce:4200:20185081,20192831:pet_fonce:4200:20193229,20202891:pet_fonce:4200:20203777,20209116:pet_fonce:4200:20209705,20224380:pet_fonce:4200:20226907,20226941:pet_fonce:4200:20228118,20254278:pet_fonce:4200:20272209,20257117:pet_fonce:4200:20257570,20277674:pet_fonce:4200:20278097,20277678:pet_fonce:4200:20278013,20291009:pet_fonce:4200:20291820,20296336:pet_fonce:4200:20296514,20307290:pet_fonce:4200:20308341,20308451:pet_fonce:4200:20309972,20324562:pet_fonce:4200:20325359,20330842:pet_fonce:4200:20334309,20331821:pet_fonce:4200:20334134,20334539:pet_fonce:4200:20335621,20351129:pet_fonce:4200:20352696,20354712:pet_fonce:4200:20355403,20403539:pet_fonce:4200:20403609,20407606:pet_fonce:4200:20412834,20410110:pet_fonce:4200:20411748,20414615:pet_fonce:4200:20416183,20418291:pet_fonce:4200:20419453,20421527:pet_fonce:4200:20421827,20433553:pet_fonce:4200:20434618,20436920:pet_fonce:4200:20441339,20441869:pet_fonce:4200:20442750,20451768:pet_fonce:4200:20453688,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0003523394633058985, 'nb_photo': 2, 'list_port_cont': '20516365', 'assoc_port': '20515637:20516365', 'assoc_mat': '20515637:pet_fonce:3594:20516365'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0029704103428802213, 'nb_photo': 7, 'list_port_cont': '21182501,21214682,21214751,21220032,21238679,21265883,21265899', 'assoc_port': '21001737:21214751,21001741:21214682,21055186:21220032,21056513:21265899,21056521:21265883,21056542:21238679,21123354:21182501', 'assoc_mat': '21001737:pet_fonce:4209:21214751,21001741:pet_fonce:4209:21214682,21055186:pet_fonce:4209:21220032,21056513:pet_fonce:4209:21265899,21056521:pet_fonce:4209:21265883,21056542:pet_fonce:4209:21238679,21123354:pet_fonce:4209:21182501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.6858686706003323, 'nb_photo': 5, 'list_port_cont': '20550170', 'assoc_port': '20549748:20550170', 'assoc_mat': '20549748:pet_fonce:4200:20550170'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028958161058019303, 'nb_photo': 12, 'list_port_cont': '20340034,20493855,20525520,20546209,20577422,20681848,20696882,20782645,20888405,20926355,21002469', 'assoc_port': '20338546:20340034,20493657:20493855,20524357:20525520,20544937:20546209,20577148:20577422,20680379:20681848,20695670:20696882,20782292:20782645,20888116:20888405,20925355:20926355,21001713:21002469', 'assoc_mat': '20338546:pet_fonce:4211:20340034,20493657:pet_fonce:4211:20493855,20524357:pet_fonce:4211:20525520,20544937:pet_fonce:4211:20546209,20577148:pet_fonce:4211:20577422,20680379:pet_fonce:4211:20681848,20695670:pet_fonce:4211:20696882,20782292:pet_fonce:4211:20782645,20888116:pet_fonce:4211:20888405,20925355:pet_fonce:4211:20926355,21001713:pet_fonce:4211:21002469'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002677108592342083, 'nb_photo': 18, 'list_port_cont': '20247275,20398599,20402647,20442820,20469709,20505495,20551763,20557237,20685099,20700440,20731458,20782703,20842072,20850454,20929942,20930363,20973048', 'assoc_port': '20245939:20247275,20397365:20398599,20401648:20402647,20441870:20442820,20469233:20469709,20505113:20505495,20549746:20551763,20555731:20557237,20684266:20685099,20699110:20700440,20730974:20731458,20782288:20782703,20832938:20842072,20848640:20850454,20929139:20929942,20929765:20930363,20966330:20973048', 'assoc_mat': '20245939:pet_fonce:3327:20247275,20397365:pet_fonce:3327:20398599,20401648:pet_fonce:3327:20402647,20441870:pet_fonce:3327:20442820,20469233:pet_fonce:3327:20469709,20505113:pet_fonce:3327:20505495,20549746:pet_fonce:3327:20551763,20555731:pet_fonce:3327:20557237,20684266:pet_fonce:3327:20685099,20699110:pet_fonce:3327:20700440,20730974:pet_fonce:3327:20731458,20782288:pet_fonce:3327:20782703,20832938:pet_fonce:3327:20842072,20848640:pet_fonce:3327:20850454,20929139:pet_fonce:3327:20929942,20929765:pet_fonce:3327:20930363,20966330:pet_fonce:3327:20973048'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.005281815417139079, 'nb_photo': 9, 'list_port_cont': '21001653,21056000,21124767,21129932,21129983', 'assoc_port': '21001273:21001653,21002613:21129983,21002624:21129932,21053304:21056000,21124054:21124767', 'assoc_mat': '21001273:pet_fonce:3594:21001653,21002613:pet_fonce:3594:21129983,21002624:pet_fonce:3594:21129932,21053304:pet_fonce:3594:21056000,21124054:pet_fonce:3594:21124767'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003236375846255702, 'nb_photo': 2, 'list_port_cont': '20466589,20658809', 'assoc_port': '20414608:20466589,20630388:20658809', 'assoc_mat': '20414608:pet_opaque:4205:20466589,20630388:pet_opaque:4205:20658809'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.830681187379223e-05, 'nb_photo': 16, 'list_port_cont': '20389345,20464649,20522634,20586563,20786041,20871179,21220173,21235770', 'assoc_port': '20308443:20389345,20410109:20464649,20510744:20522634,20573401:20586563,20780559:20786041,20845542:20871179,21055192:21220173,21056532:21235770', 'assoc_mat': '20308443:pet_opaque:4203:20389345,20410109:pet_opaque:4203:20464649,20510744:pet_opaque:4203:20522634,20573401:pet_opaque:4203:20586563,20780559:pet_opaque:4203:20786041,20845542:pet_opaque:4203:20871179,21055192:pet_opaque:4203:21220173,21056532:pet_opaque:4203:21235770'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003042851922885584, 'nb_photo': 8, 'list_port_cont': '20671624,20892876,21061053,21136173,21199182,21202026,21206990,21209431', 'assoc_port': '20671424:20671624,20891551:20892876,21001261:21199182,21053266:21202026,21055173:21206990,21058226:21136173,21059832:21061053,21122392:21209431', 'assoc_mat': '20671424:pet_opaque:4207:20671624,20891551:pet_opaque:4207:20892876,21001261:pet_opaque:4207:21199182,21053266:pet_opaque:4207:21202026,21055173:pet_opaque:4207:21206990,21058226:pet_opaque:4207:21136173,21059832:pet_opaque:4207:21061053,21122392:pet_opaque:4207:21209431'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003964126244389385, 'nb_photo': 24, 'list_port_cont': '20438445,20847032,20929981,20977149,21189128,21195487,21203206,21210166,21218253,21218683,21219254,21219962,21245326,21304266,21306422', 'assoc_port': '20270890:20438445,20833003:20847032,20895536:20929981,20966354:20977149,21053276:21203206,21054323:21210166,21054591:21218253,21054607:21218683,21054640:21219254,21055182:21219962,21058310:21245326,21123350:21304266,21123997:21306422,21124003:21189128,21125655:21195487', 'assoc_mat': '20270890:pet_opaque:4461:20438445,20833003:pet_opaque:4461:20847032,20895536:pet_opaque:4461:20929981,20966354:pet_opaque:4461:20977149,21053276:pet_opaque:4461:21203206,21054323:pet_opaque:4461:21210166,21054591:pet_opaque:4461:21218253,21054607:pet_opaque:4461:21218683,21054640:pet_opaque:4461:21219254,21055182:pet_opaque:4461:21219962,21058310:pet_opaque:4461:21245326,21123350:pet_opaque:4461:21304266,21123997:pet_opaque:4461:21306422,21124003:pet_opaque:4461:21189128,21125655:pet_opaque:4461:21195487'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00820196728539151, 'nb_photo': 770, 'list_port_cont': '20177852,20185071,20193221,20203776,20209707,20226912,20228124,20257566,20272201,20278008,20278099,20291819,20296517,20308344,20325345,20334125,20334304,20335618,20352700,20355407,20401431,20403600,20416190,20419459,20421826,20441334,20442745,20453697,20457582,20469065,20470523,20478183,20482524,20486356,20504924,20523238,20523475,20557175,20562362,20597239,20597523,20600840,20608101,20609427,20618709,20632664,20633457,20636998,20675295,20678150,20696837,20703487,20703650,20709276,20709359,20718460,20728066,20729166,20732367,20777126,20779696,20779739,20782736,20833961,20838556,20840025,20840894,20843639,20845984,20847780,20848507,20882448,20886125,20887955,20888071,20888473,20890174,20890472,20893437,20895491,20916161,20922797,20924076,20925484,20927058,20931237,20966478,20971062,20971293,20974045,20975455,21001541,21001625,21001773,21002026,21002411,21002905,21053841,21054127,21054766,21055804,21057123,21059046,21059376,21124075,21124833,21126563,21128320,21128510,21128905,21129040,21129175,21129374,2112950', 'assoc_port': '20177146:20177852,20183122:20185071,20192831:20193221,20202891:20203776,20209116:20209707,20224380:20226912,20226941:20228124,20254278:20272201,20257117:20257566,20277674:20278099,20277678:20278008,20291009:20291819,20296336:20296517,20307290:20308344,20324562:20325345,20330842:20334304,20331821:20334125,20334539:20335618,20351129:20352700,20354712:20355407,20398811:20401431,20403539:20403600,20414615:20416190,20418291:20419459,20421527:20421826,20436920:20441334,20441869:20442745,20451768:20453697,20455315:20457582,20469016:20469065,20470421:20470523,20477526:20478183,20479472:20482524,20485445:20486356,20504796:20504924,20522136:20523238,20522902:20523475,20555730:20557175,20561529:20562362,20596784:20597523,20596787:20597239,20600236:20600840,20607820:20608101,20608556:20609427,20617896:20618709,20631044:20632664,20632057:20633457,20636733:20636998,20675069:20675295,20677303:20678150,20690024:20696837,20699101:20709359,20699105:20709276,20699109:20703487,20703029:20703650,20717939:20718460,20727920:2072806', 'assoc_mat': '20177146:pet_opaque:4200:20177852,20183122:pet_opaque:4200:20185071,20192831:pet_opaque:4200:20193221,20202891:pet_opaque:4200:20203776,20209116:pet_opaque:4200:20209707,20224380:pet_opaque:4200:20226912,20226941:pet_opaque:4200:20228124,20254278:pet_opaque:4200:20272201,20257117:pet_opaque:4200:20257566,20277674:pet_opaque:4200:20278099,20277678:pet_opaque:4200:20278008,20291009:pet_opaque:4200:20291819,20296336:pet_opaque:4200:20296517,20307290:pet_opaque:4200:20308344,20324562:pet_opaque:4200:20325345,20330842:pet_opaque:4200:20334304,20331821:pet_opaque:4200:20334125,20334539:pet_opaque:4200:20335618,20351129:pet_opaque:4200:20352700,20354712:pet_opaque:4200:20355407,20398811:pet_opaque:4200:20401431,20403539:pet_opaque:4200:20403600,20414615:pet_opaque:4200:20416190,20418291:pet_opaque:4200:20419459,20421527:pet_opaque:4200:20421826,20436920:pet_opaque:4200:20441334,20441869:pet_opaque:4200:20442745,20451768:pet_opaque:4200:20453697,20455315:pet_opaque:4200:20457582,20469016:pet_opaque:4200:20469065,2047'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0021280890742315013, 'nb_photo': 3, 'list_port_cont': '20273845,20452943,20454742', 'assoc_port': '20270889:20273845,20451769:20452943,20454229:20454742', 'assoc_mat': '20270889:pet_opaque:4207:20273845,20451769:pet_opaque:4207:20452943,20454229:pet_opaque:4207:20454742'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003491637278916774, 'nb_photo': 38, 'list_port_cont': '21125362,21163745,21166993,21176459,21182491,21188456,21194991,21195599,21198667,21210681,21214684,21216846,21216924,21217226,21217440,21217885,21219397,21219831,21220029,21222061,21226704,21239028,21240392,21240746,21246955,21251172,21252235,21256001,21265903,21272105,21289095', 'assoc_port': '20515635:21226704,20652563:21252235,20833053:21125362,21001230:21198667,21001741:21214684,21002591:21272105,21002635:21216924,21002637:21216846,21002683:21217226,21002709:21217440,21002722:21217885,21054358:21210681,21054646:21219397,21055175:21219831,21055186:21220029,21055584:21222061,21056513:21265903,21056544:21239028,21056551:21240392,21056556:21240746,21058354:21246955,21059360:21251172,21059859:21256001,21120285:21163745,21120305:21289095,21120315:21166993,21122304:21176459,21123354:21182491,21123998:21188456,21125616:21194991,21125656:21195599', 'assoc_mat': '20515635:pet_opaque:4209:21226704,20652563:pet_opaque:4209:21252235,20833053:pet_opaque:4209:21125362,21001230:pet_opaque:4209:21198667,21001741:pet_opaque:4209:21214684,21002591:pet_opaque:4209:21272105,21002635:pet_opaque:4209:21216924,21002637:pet_opaque:4209:21216846,21002683:pet_opaque:4209:21217226,21002709:pet_opaque:4209:21217440,21002722:pet_opaque:4209:21217885,21054358:pet_opaque:4209:21210681,21054646:pet_opaque:4209:21219397,21055175:pet_opaque:4209:21219831,21055186:pet_opaque:4209:21220029,21055584:pet_opaque:4209:21222061,21056513:pet_opaque:4209:21265903,21056544:pet_opaque:4209:21239028,21056551:pet_opaque:4209:21240392,21056556:pet_opaque:4209:21240746,21058354:pet_opaque:4209:21246955,21059360:pet_opaque:4209:21251172,21059859:pet_opaque:4209:21256001,21120285:pet_opaque:4209:21163745,21120305:pet_opaque:4209:21289095,21120315:pet_opaque:4209:21166993,21122304:pet_opaque:4209:21176459,21123354:pet_opaque:4209:21182491,21123998:pet_opaque:4209:21188456,21125616:pet_opaque:4209:21194991,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00038336834656013436, 'nb_photo': 319, 'list_port_cont': '20168743,20170148,20173851,20174163,20178348,20178600,20184714,20203921,20206254,20209004,20218317,20223975,20226051,20226615,20227865,20332602,20334228,20337942,20345662,20360238,20360375,20360559,20362602,20362700,20363962,20364117,20364280,20365495,20367345,20368790,20370624,20395265,20400650,20402667,20407482,20411462,20416151,20422609,20442989,20444094,20452065,20455615,20456579,20470699,20475601,20476085,20486972,20487355,20490969,20493859,20493984,20506289,20506730,20514959,20516421,20518555,20525526,20546214,20549096,20565363,20567450,20577413,20597667,20606912,20631369,20633763,20643545,20650581,20655381,20671611,20673290,20673842,20675800,20682292,20693239,20696874,20707262,20716674,20719034,20719380,20722349,20726163,20729978,20731415,20748884,20778149,20779845,20780055,20781949,20782304,20831382,20832844,20833859,20834583,20840043,20840607,20842568,20845126,20846507,20847745,20848556,20850015,20855640,20855991,20858367,20877446,20878790,20881107,20884364,20888323,20888403,20892967,20921475,2092634', 'assoc_port': '20168492:20168743,20169287:20170148,20171950:20173851,20172748:20174163,20177140:20178348,20177547:20178600,20183126:20184714,20200514:20206254,20201665:20203921,20206396:20209004,20215665:20218317,20220268:20226615,20220270:20223975,20224384:20226051,20226942:20227865,20249724:20360238,20249727:20360375,20253023:20360559,20258543:20362700,20263701:20370624,20266081:20364280,20293713:20368790,20296493:20367345,20298063:20365495,20300871:20364117,20303263:20363962,20303271:20362602,20324561:20334228,20330845:20332602,20336407:20337942,20341992:20345662,20393269:20395265,20398810:20400650,20401674:20402667,20404212:20407482,20410112:20411462,20414614:20416151,20422047:20422609,20441873:20442989,20443834:20444094,20450251:20452065,20454226:20455615,20455312:20456579,20470419:20470699,20474343:20476085,20474348:20475601,20485441:20487355,20485446:20486972,20489624:20490969,20493657:20493859,20493658:20493984,20505939:20506289,20506319:20506730,20513204:20514959,20515636:20516421,20517446:20518555,20524357:2052552', 'assoc_mat': '20168492:pet_opaque:4211:20168743,20169287:pet_opaque:4211:20170148,20171950:pet_opaque:4211:20173851,20172748:pet_opaque:4211:20174163,20177140:pet_opaque:4211:20178348,20177547:pet_opaque:4211:20178600,20183126:pet_opaque:4211:20184714,20200514:pet_opaque:4211:20206254,20201665:pet_opaque:4211:20203921,20206396:pet_opaque:4211:20209004,20215665:pet_opaque:4211:20218317,20220268:pet_opaque:4211:20226615,20220270:pet_opaque:4211:20223975,20224384:pet_opaque:4211:20226051,20226942:pet_opaque:4211:20227865,20249724:pet_opaque:4211:20360238,20249727:pet_opaque:4211:20360375,20253023:pet_opaque:4211:20360559,20258543:pet_opaque:4211:20362700,20263701:pet_opaque:4211:20370624,20266081:pet_opaque:4211:20364280,20293713:pet_opaque:4211:20368790,20296493:pet_opaque:4211:20367345,20298063:pet_opaque:4211:20365495,20300871:pet_opaque:4211:20364117,20303263:pet_opaque:4211:20363962,20303271:pet_opaque:4211:20362602,20324561:pet_opaque:4211:20334228,20330845:pet_opaque:4211:20332602,20336407:pet_opaque:4211:20337942,2034'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0046395728343323105, 'nb_photo': 14, 'list_port_cont': '20301097,20652907,20691119,20742317,20880583', 'assoc_port': '20300842:20301097,20652563:20652907,20688365:20691119,20742145:20742317,20880569:20880583', 'assoc_mat': '20300842:plastique:3726:20301097,20652563:plastique:3726:20652907,20688365:plastique:3726:20691119,20742145:plastique:3726:20742317,20880569:plastique:3726:20880583'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007796992940516681, 'nb_photo': 596, 'list_port_cont': '20291098,20308811,20403584,20443895,20474476,20475768,20477203,20545331,20562617,20573729,20596992,20674270,20725740,20730993,20778741,20782315,20840405,20888274,20889483,20898015,20919424,20925768,20929921,20929965,20966435,21001562,21001665,21001899,21001928,21001968,21002278,21002750,21002884,21053596,21053673,21053740,21053782,21053971,21054032,21054191,21054560,21054621,21054669,21054756,21054804,21054916,21054946,21055381,21055946,21056089,21056191,21056569,21056639,21056703,21056821,21057710,21058567,21058643,21059816,21060143,21060212,21060346,21120416,21120472,21120534,21122685,21122987,21123599,21123748,21123854,21124457,21124571,21125847,21126112,21126130,21128174,21128233,21128681,21129145,21129270,21129829,21130374,21130507,21130694,21130737,21130852,21131083,21131155,21131242,21131381,21131429,21131540', 'assoc_port': '20291008:20291098,20308446:20308811,20403540:20403584,20443833:20443895,20474345:20474476,20475364:20475768,20475366:20477203,20544936:20545331,20562535:20562617,20573403:20573729,20596788:20596992,20674231:20674270,20725589:20725740,20730973:20730993,20778575:20778741,20782294:20782315,20838641:20840405,20888115:20888274,20888796:20889483,20897850:20898015,20919368:20919424,20925357:20925768,20929764:20929965,20929770:20929921,20966349:20966435,21001228:21001562,21001267:21128233,21001276:21001665,21001688:21129145,21001689:21002750,21001703:21002278,21001724:21001899,21001734:21001968,21001739:21001928,21002713:21129829,21002721:21002884,21053265:21128681,21053273:21053740,21053278:21053673,21053291:21053596,21053695:21053782,21053716:21054032,21053722:21053971,21053729:21054191,21054310:21054621,21054318:21054560,21054359:21054669,21054597:21054916,21054617:21054804,21054630:21054946,21054641:21054756,21055181:21055381,21055507:21058567,21055520:21057710,21055578:21056569,21055613:21056191,21055634:2105608', 'assoc_mat': '20291008:plastique:3726:20291098,20308446:plastique:3726:20308811,20403540:plastique:3726:20403584,20443833:plastique:3726:20443895,20474345:plastique:3726:20474476,20475364:plastique:3726:20475768,20475366:plastique:3726:20477203,20544936:plastique:3726:20545331,20562535:plastique:3726:20562617,20573403:plastique:3726:20573729,20596788:plastique:3726:20596992,20674231:plastique:3726:20674270,20725589:plastique:3726:20725740,20730973:plastique:3726:20730993,20778575:plastique:3726:20778741,20782294:plastique:3726:20782315,20838641:plastique:3726:20840405,20888115:plastique:3726:20888274,20888796:plastique:3726:20889483,20897850:plastique:3726:20898015,20919368:plastique:3726:20919424,20925357:plastique:3726:20925768,20929764:plastique:3726:20929965,20929770:plastique:3726:20929921,20966349:plastique:3726:20966435,21001228:plastique:3726:21001562,21001267:plastique:3726:21128233,21001276:plastique:3726:21001665,21001688:plastique:3726:21129145,21001689:plastique:3726:21002750,21001703:plastique:3726:21002278,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.005714522778394211, 'nb_photo': 111, 'list_port_cont': '20301095,20477760,20524489,20652904,20691115,20742316,20880574,20882183', 'assoc_port': '20300842:20301095,20477525:20477760,20524360:20524489,20652563:20652904,20688365:20691115,20742145:20742316,20880569:20880574,20882063:20882183', 'assoc_mat': '20300842:Teint_Dans_La_Masse:3726:20301095,20477525:Teint_Dans_La_Masse:3726:20477760,20524360:Teint_Dans_La_Masse:3726:20524489,20652563:Teint_Dans_La_Masse:3726:20652904,20688365:Teint_Dans_La_Masse:3726:20691115,20742145:Teint_Dans_La_Masse:3726:20742316,20880569:Teint_Dans_La_Masse:3726:20880574,20882063:Teint_Dans_La_Masse:3726:20882183'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010212765914494435, 'nb_photo': 2733, 'list_port_cont': '20291105,20403588,20443892,20474469,20475779,20477210,20485557,20545335,20562618,20573726,20596993,20669689,20674271,20725733,20730996,20748789,20778749,20782316,20840404,20888265,20889479,20898017,20915787,20919422,20925766,20929920,20929961,20966439,21001561,21001669,21001896,21001931,21001973,21002281,21002753,21002892,21053590,21053668,21053738,21053783,21053829,21053968,21054034,21054196,21054567,21054626,21054655,21054666,21054750,21054796,21054918,21054944,21055387,21055944,21056087,21056188,21056570,21056642,21056709,21056815,21057717,21058557,21058642,21059509,21059707,21059821,21060145,21060210,21060349,21120408,21120464,21120525,21122680,21122983,21123602,21123749,21123760,21123855,21124332,21124453,21124580,21125840,21126069,21126106,21126124,21126236,21128164,21128236,21128685,21129141,21129273,21129832,21129864,21130365,21130503,21130642,21130692,21130742,21130849,21131018,21131084,21131158,21131237,21131303,21131428,21131539', 'assoc_port': '20291008:20291105,20403540:20403588,20443833:20443892,20474345:20474469,20475364:20475779,20475366:20477210,20485442:20485557,20544936:20545335,20562535:20562618,20573403:20573726,20596788:20596993,20669625:20669689,20674231:20674271,20725589:20725733,20730973:20730996,20748721:20748789,20778575:20778749,20782294:20782316,20838641:20840404,20888115:20888265,20888796:20889479,20897850:20898017,20915459:20915787,20919368:20919422,20925357:20925766,20929764:20929961,20929770:20929920,20966349:20966439,21001228:21001561,21001267:21128236,21001276:21001669,21001688:21129141,21001689:21002753,21001703:21002281,21001724:21001896,21001734:21001973,21001739:21001931,21002711:21129864,21002713:21129832,21002721:21002892,21053265:21128685,21053273:21053738,21053278:21053668,21053291:21053590,21053695:21053783,21053716:21054034,21053722:21053968,21053729:21054196,21053759:21053829,21054297:21054655,21054310:21054626,21054318:21054567,21054359:21054666,21054597:21054918,21054617:21054796,21054630:21054944,21054641:2105475', 'assoc_mat': '20291008:Teint_Dans_La_Masse:3726:20291105,20403540:Teint_Dans_La_Masse:3726:20403588,20443833:Teint_Dans_La_Masse:3726:20443892,20474345:Teint_Dans_La_Masse:3726:20474469,20475364:Teint_Dans_La_Masse:3726:20475779,20475366:Teint_Dans_La_Masse:3726:20477210,20485442:Teint_Dans_La_Masse:3726:20485557,20544936:Teint_Dans_La_Masse:3726:20545335,20562535:Teint_Dans_La_Masse:3726:20562618,20573403:Teint_Dans_La_Masse:3726:20573726,20596788:Teint_Dans_La_Masse:3726:20596993,20669625:Teint_Dans_La_Masse:3726:20669689,20674231:Teint_Dans_La_Masse:3726:20674271,20725589:Teint_Dans_La_Masse:3726:20725733,20730973:Teint_Dans_La_Masse:3726:20730996,20748721:Teint_Dans_La_Masse:3726:20748789,20778575:Teint_Dans_La_Masse:3726:20778749,20782294:Teint_Dans_La_Masse:3726:20782316,20838641:Teint_Dans_La_Masse:3726:20840404,20888115:Teint_Dans_La_Masse:3726:20888265,20888796:Teint_Dans_La_Masse:3726:20889479,20897850:Teint_Dans_La_Masse:3726:20898017,20915459:Teint_Dans_La_Masse:3726:20915787,20919368: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(1652892,1652916,1652974,1653021,1653041,1653083,1653108,1653156,1653176,1653226,1653246,1653272,1653293,1653313,1653333,1653356,1653379,1653420,1653432,1652837,1652772,1653444,1653459,1652534,1652747,1652694,1637795,1653535)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173410, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516366 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173411, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20171220,20172635,20174100,20177046,20178248,20178725,20186492,20188611,20200244,20200488,20201405,20202956,20208868,20211307,20217276,20217522,20220561,20227552,20229875,20247286,20248897,20255106,20257456,20260608,20264568,20267683,20278573,20278692,20295635,20296885,20298341,20302305,20304745,20305895,20309606,20310145,20312966,20314133,20325802,20332517,20333665,20338605,20340538,20351379,20352802,20356291,20357087,20394874,20398607,20405150,20413201,20415894,20421562,20422092,20435372,20437308,20438478,20442813,20444089,20444616,20445542,20460835,20469157,20469716,20474518,20476955,20479424,20483995,20486815,20491217,20491654,20501388,20505491,20506547,20514573,20516634,20520532,20522730,20523637,20549120,20551762,20555026,20557229,20561273,20563367,20567388,20571030,20576578,20576623,20600002,20603445,20607761,20610244,20611058,20614947,20617643,20621370,20621665,20630994,20631057,20632192,20636690,20638532,20641439,20643569,20647815,20670162,20673808,20675332,20678698,20679031,20682382,20686373,2069129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173412, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001651,21001944,21056001,21124769,21129935 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173413, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301087,20477768,20524498,20652910,20691116,20742313,20880579,20882174 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173414, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20308810,20403591,20443897,20475777,20477207,20485566,20545338,20562624,20573728,20596991,20669683,20674274,20725735,20730994,20748788,20778750,20782324,20840407,20888269,20889481,20898016,20915792,20919426,20925772,20929927,20929966,20966444,21001559,21001666,21001892,21001926,21001971,21002282,21002751,21002890,21053591,21053671,21053735,21053789,21053823,21053963,21054036,21054189,21054563,21054627,21054659,21054672,21054748,21054794,21054921,21054954,21055384,21055948,21056086,21056184,21056562,21056633,21056708,21057714,21058566,21058647,21059520,21059698,21059814,21060151,21060211,21060347,21120413,21120466,21120530,21122681,21122984,21123601,21123743,21123765,21123853,21124339,21124448,21124570,21125844,21126072,21126111,21126127,21126242,21128170,21128235,21128680,21129143,21129266,21129824,21129856,21130373,21130511,21130646,21130698,21130743,21130751,21131019,21131085,21131163,21131241,21131301,21131378,21131427,21131538 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173415, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177039,20340545,20394878,20405147,20435381,20454019,20567383,20635073,20672855,20691288,20732743,20777768,20849571,20890135,21055617,21127406 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173416, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20382444,20495678,20515114,20658801,20709047,20787012,20910991,20931941,21183093,21200238 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173417, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297166,20355861,20360463,20362953,20379885,20383271,20389346,20426350,20451292,20464650,20476666,20479590,20480107,20493747,20494527,20514594,20522627,20531320,20557669,20586564,20604145,20619398,20654750,20701969,20716027,20727301,20728261,20747398,20786038,20854612,20870348,20871191,20873494,20898836,20930517,20942026,20942859,20976508,21182379,21183256,21200451,21202857,21204559,21211665,21213388,21220167,21235762,21250806,21253551,21299034,21309297,21342358 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173418, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20478083,20478274,20599256,20631769,20681488,20718487,20878335,20880653,21054726,21123332,21125177,21126200,21130296,21130531,21132291,21132600,21132888,21135854,21161619,21165552,21192385,21200856,21205899,21206000,21207049,21207147,21208231,21208319,21208334,21208642,21208950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173419, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20384279,20435578,20493883,20584423,20585253,20586638,20640614,20702482,20845486,20877668,20880306,20927283,20942657,21186029,21189981,21193263,21201220,21208606,21210420,21214212,21214416,21216814,21217334,21219457,21220338,21225471,21230033,21242078,21242538,21249128,21251722,21252863 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173420, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226911,20228128,20257565,20272210,20278007,20278111,20291816,20296521,20308337,20325360,20334123,20334311,20335612,20352705,20355410,20401436,20403606,20411739,20412828,20416195,20419454,20421815,20434617,20441337,20442738,20453698,20457591,20461377,20469067,20470525,20478186,20482520,20486365,20501269,20504926,20512278,20523244,20523489,20557172,20562349,20597225,20597518,20600834,20608107,20609414,20617514,20618702,20632659,20633460,20637006,20675303,20678156,20696833,20703486,20703659,20709270,20709356,20715903,20718451,20728065,20729165,20731262,20732369,20777127,20779701,20779744,20781863,20782727,20833970,20838548,20840032,20840890,20843647,20845997,20847770,20848502,20882242,20882450,20886118,20887400,20887958,20888070,20888481,20888603,20889845,20890186,20890480,20892014,20893001,20893115,20893435,20895494,20916156,20924083,20925477,20927072,20930009,20931228,20966475,20971058,20971304,20974041,20975447,21001543,21001623,21001760,21001950,21002025,21002415,21002903,21053838,21054128,21055805,2105712 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173421, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20225586,20246766,20250396,20264738,20273842,20353498,20452934,20479353,20597355,20610621,20719740,20728092,20833731,20845568,20854528 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173421, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896565,20898851,20907281,20919281,20919304,20930135,20966537,20974637,20975173,20976670,20995604,21054695,21125356,21129431,21129809,21162470,21163735,21164010,21164755,21165658,21166581,21166678,21166780,21166814,21166986,21167207,21176464,21176674,21180446,21180568,21180688,21181452,21181589,21182037,21182199,21182505,21183884,21185442,21186458,21186655,21188461,21188660,21189196,21189438,21189963,21190534,21190743,21190768,21191127,21191174,21191900,21191995,21192435,21193580,21193659,21194285,21194318,21194661,21194713,21194992,21195384,21195433,21195602,21198661,21198775,21198975,21201820,21202973,21204035,21204618,21204673,21205183,21205456,21205476,21205830,21206024,21206119,21206585,21207327,21207585,21207629,21207681,21207712,21207833,21207916,21207935,21208557,21208776,21208814,21209329,21209707,21210256,21210312,21210677,21211315,21211388,21211643,21211775,21214384,21214515,21214677,21214694,21214717,21216269,21216648,21216750,21216927,21217044,21217458,21217573,21217702,21217872,21217966,2121810 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173422, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168758,20170137,20173849,20174169,20178350,20178607,20184715,20200319,20203916,20206255,20208997,20209438,20217458,20218310,20220331,20223980,20226044,20226609,20227877,20229220,20247091,20259497,20265001,20296643,20332616,20334238,20337936,20339415,20340039,20345661,20350792,20351368,20353912,20355388,20358755,20360242,20360366,20360566,20361355,20362593,20362690,20363963,20364126,20364267,20365494,20365932,20366170,20367239,20367347,20368517,20368798,20369336,20370625,20395258,20400644,20402668,20407483,20411475,20416146,20419526,20422599,20438625,20443000,20443792,20444097,20452066,20455622,20456580,20470691,20475614,20476093,20477117,20480478,20483631,20486970,20487356,20490966,20492577,20493861,20493982,20505010,20506276,20506573,20506732,20507230,20514955,20516427,20518556,20522748,20525025,20525530,20546210,20549108,20551498,20553598,20558635,20565364,20567445,20577421,20580166,20597676,20599627,20603570,20606906,20607782,20609645,20611806,20613659,20617821,20623112,20623220,20631365,20633764,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173423, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20171221,20171788,20172633,20177037,20178242,20186482,20188602,20201409,20202953,20217520,20247287,20248894,20255101,20257454,20260616,20264571,20278693,20295630,20296890,20298344,20304747,20312969,20314126,20325797,20333671,20338607,20351377,20355113,20398608,20405156,20408818,20415895,20421566,20435376,20438477,20442817,20444084,20445541,20449151,20454027,20469152,20469710,20474527,20476952,20481343,20491215,20505492,20514569,20522737,20523645,20549121,20555014,20557228,20561271,20576619,20600007,20603456,20607769,20610252,20611067,20614956,20617633,20631052,20632191,20636692,20638536,20653683,20671651,20675327,20679026,20682384,20685096,20686372,20691296,20694006,20703107,20710877,20715325,20718031,20719723,20722779,20727785,20730389,20779038,20779681,20780870,20781382,20782090,20782702,20831675,20834297,20839313,20840264,20840455,20841159,20842067,20845293,20846690,20847844,20849498,20849567,20850444,20855750,20877463,20880708,20881648,20884800,20886157,20892985,20920902,20927503,20930370,20966775,2097561 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173424, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345892,20382454,20384590,20410424,20419442,20436301,20447915,20466595,20469145,20478282,20495672,20503194,20515115,20529704,20583885,20584269,20586219,20601095,20627249,20649208,20658797,20675825,20709048,20709638,20727233,20728053,20784165,20787020,20840133,20847626,20854349,20872673,20880502,20880635,20911000,20919482,20931939,20975684,21183087,21193358,21200244,21204907,21206176,21208544,21211935,21217200,21219645,21221501,21246161,21308266 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173425, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297167,20355869,20360467,20362951,20379893,20383266,20389347,20426345,20451287,20464643,20476671,20479592,20480116,20493733,20494535,20514595,20522625,20531322,20557658,20586565,20604143,20619410,20654749,20701976,20716017,20727305,20728265,20747402,20786050,20854610,20870345,20871177,20873495,20898834,20930528,20942027,20942871,20976503,21182368,21183266,21200439,21202845,21204568,21211655,21213396,21220166,21235766,21250820,21253528,21299027,21309285,21342349 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173426, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168690,20173985,20252800,20442975,20456334,20472418,20478078,20478266,20506131,20550577,20553634,20599243,20603135,20607997,20630978,20631762,20671632,20673771,20681487,20692657,20718494,20779978,20833100,20834832,20838994,20840283,20878340,20880353,20880655,20882207,20886237,20888461,20888497,20888982,20889276,20892400,20892883,20895778,20916036,20917562,20919649,20924681,20925455,20925831,20926413,20927042,20929950,20966456,20966520,20967661,20967718,20968186,20968229,21001523,21001744,21001907,21001980,21002143,21002596,21002656,21002805,21053644,21053768,21054024,21054715,21054820,21055223,21056293,21056318,21056377,21059035,21060461,21061050,21120486,21120622,21123331,21123403,21123778,21124084,21124403,21124851,21125176,21125247,21126189,21126292,21127008,21127681,21128181,21128194,21128300,21128729,21128820,21129012,21129053,21129120,21129368,21129580,21129716,21129792,21129914,21129968,21130242,21130300,21130342,21130405,21130457,21130522,21130593,21130726,21130995,21131363,21131488,21131552,2113167 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173427, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371587,20377710,20384276,20388698,20410513,20412363,20424365,20435580,20438443,20465210,20466982,20493113,20493885,20507375,20510623,20512334,20512801,20514545,20552855,20557914,20584352,20584426,20585241,20586346,20586629,20618944,20626047,20627052,20640619,20643953,20671549,20673298,20690455,20691792,20698867,20702474,20727570,20747620,20750430,20752268,20784283,20786127,20787361,20830715,20845483,20847031,20848360,20877671,20880298,20895229,20908824,20910068,20916120,20919110,20920357,20925563,20927291,20929982,20935457,20938845,20941843,20942663,20949484,20976974,20977143,20995434,20995783,21003152,21160990,21163333,21164907,21165858,21166379,21176807,21177915,21178966,21180589,21181025,21181392,21183226,21183787,21184751,21186025,21189130,21189977,21190563,21190938,21191458,21191643,21192638,21193255,21195146,21195495,21198402,21199035,21199480,21200153,21200359,21200493,21201205,21201988,21202454,21203198,21204009,21204385,21204808,21205490,21205719,21205965,21206387,21206931,21207037,21207260,2120741 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173428, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226902,20228120,20257573,20272211,20278019,20278110,20291810,20296519,20308338,20309971,20325353,20334135,20334310,20335608,20352695,20355405,20401438,20403597,20411751,20412838,20416191,20419458,20421816,20434614,20441338,20442744,20453699,20457589,20461387,20469068,20470519,20478179,20482526,20486357,20501261,20504922,20512287,20523242,20523483,20557186,20562360,20597226,20597530,20600841,20608105,20609421,20617515,20618705,20632671,20633455,20637005,20675307,20678145,20696835,20703481,20703648,20709267,20709357,20715917,20718454,20728074,20729163,20730003,20731264,20732362,20777116,20779691,20779747,20781859,20782723,20833760,20833965,20838560,20840034,20840897,20843642,20845991,20847767,20848503,20882244,20882453,20886113,20887399,20887962,20888075,20888467,20888599,20889846,20890179,20890469,20892013,20893005,20893117,20893430,20895503,20916153,20922802,20924078,20925471,20927062,20930019,20931230,20966483,20971063,20971302,20974048,20975453,21001542,21001624,21001772,21001946,21002029,21002414,2100290 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173429, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516358 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173429, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20172617,20218085,20220175,20225460,20225579,20227676,20246767,20250387,20257663,20264745,20273849,20277993,20326608,20328527,20343736,20353484,20355269,20355424,20355591,20410947,20412703,20421663,20452942,20454756,20456167,20479352,20480146,20486039,20491228,20514516,20516337,20516395,20562680,20597363,20610626,20678663,20682217,20696415,20709292,20709341,20719390,20719733,20728087,20779333,20779546,20833538,20833729,20834594,20845558,20847222,20854533 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173429, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894595,20896008,20896572,20898843,20907050,20907097,20907288,20909057,20909081,20910030,20910560,20910935,20919279,20919308,20929658,20930137,20931581,20941761,20941816,20942618,20942699,20966536,20974626,20975161,20975556,20976374,20976550,20976663,20995610,21054702,21125357,21129438,21129812,21131705,21161022,21161145,21161193,21162466,21162733,21163556,21163749,21164009,21164763,21165144,21165661,21165805,21166483,21166584,21166675,21166767,21166809,21166987,21167202,21176125,21176239,21176467,21176675,21177091,21177372,21178407,21180236,21180340,21180435,21180574,21180686,21181449,21181592,21181818,21182030,21182074,21182189,21182497,21182576,21182968,21183528,21183883,21184719,21184872,21185093,21185455,21186466,21186663,21186864,21187698,21187855,21187905,21188468,21188655,21189202,21189436,21189971,21190298,21190540,21190734,21190767,21191124,21191184,21191672,21191791,21191857,21191905,21191996,21192194,21192334,21192429,21193576,21193654,21194121,21194284,21194325,21194662,21194715,21194985,2119525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173430, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550178 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173430, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168757,20170139,20173853,20174167,20178351,20178610,20184723,20200322,20203926,20206244,20209003,20209443,20217450,20218304,20220328,20223982,20226049,20226614,20227869,20229219,20247106,20259499,20265005,20296645,20332613,20334226,20337932,20339418,20340045,20345660,20350782,20351370,20353927,20355383,20358756,20360241,20360374,20360567,20361365,20362596,20362696,20363957,20364120,20364274,20365492,20365937,20366169,20367250,20367348,20368521,20368795,20369338,20370623,20395266,20400643,20402655,20407498,20411476,20416139,20419514,20422606,20438623,20442987,20443778,20444104,20452067,20455627,20456581,20470692,20475611,20476088,20477125,20480484,20483628,20486973,20487354,20490970,20492578,20493858,20493990,20504999,20506283,20506563,20506724,20507218,20514946,20516413,20518561,20522747,20525020,20525514,20546205,20549097,20551510,20553596,20558631,20565367,20567439,20577419,20580161,20597675,20599626,20603563,20606907,20607778,20609652,20611799,20613657,20617822,20623115,20623222,20631368,20633761,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173431, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20169761,20178240,20201404,20211304,20217528,20248895,20255102,20257449,20260612,20295628,20296882,20304737,20333663,20338597,20352801,20357084,20402649,20408821,20413209,20421565,20438470,20442812,20444090,20449158,20454025,20469162,20476957,20479428,20481344,20491656,20501395,20505488,20506566,20508485,20515510,20520537,20523639,20549115,20557236,20561269,20563365,20567384,20600000,20610255,20614955,20617638,20621669,20631053,20632193,20636694,20648072,20684729,20686371,20719717,20727793,20728140,20729373,20731642,20732742,20749117,20749380,20777379,20781390,20782091,20834302,20839315,20840449,20842070,20846685,20849574,20855759,20880387,20881652,20884793,20888204,20927791,20930367,20967453,20975614,21002741,21054381,21055620,21057838,21057935,21124625,21127951 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173432, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001652,21001938,21055996,21124765,21129931,21129981 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173433, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20477769,20652900,20691111,20742318,20882179 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173434, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291108,20443898,20474477,20485560,20545336,20596989,20731001,20748786,20778746,20782320,20840411,20888264,20889482,20898024,20925764,20929923,20929964,20966442,21001555,21001658,21001900,21001930,21001972,21002756,21002889,21053589,21053734,21053825,21053965,21054197,21054570,21054622,21054660,21054673,21054751,21054919,21054950,21055389,21055943,21056084,21056635,21057719,21059697,21060152,21060208,21120461,21120533,21122687,21122980,21123741,21124458,21124574,21125838,21126064,21126110,21126123,21126237,21128172,21128229,21128684,21129138,21129263,21129826,21129863,21130506,21130738,21130859,21131077,21131302,21131383,21131537 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173435, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301090,20477771,20524493,20652911,20691113,20880582,20882176 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173436, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291100,20403581,20443887,20474472,20475769,20477209,20485559,20562626,20573722,20596990,20669680,20674280,20725729,20730998,20778744,20782314,20840412,20888272,20889485,20898018,20915785,20925771,20929919,20929971,20966441,21001556,21001663,21001895,21001932,21001965,21002286,21002893,21053587,21053672,21053745,21053784,21053820,21053966,21054031,21054192,21054568,21054619,21054657,21054670,21054755,21054803,21054917,21054949,21055390,21055950,21056083,21056187,21056559,21056638,21056701,21056817,21057708,21058559,21059511,21059708,21060141,21060214,21060350,21120415,21120465,21122691,21122978,21123600,21123752,21123860,21124333,21124452,21124579,21125839,21126067,21126113,21126131,21126235,21128175,21128227,21128678,21129137,21129265,21129827,21129858,21130366,21130505,21130645,21130695,21130739,21130750,21130850,21131020,21131082,21131153,21131245,21131297,21131385,21131531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173437, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301089,20477767,20524487,20652905,20691121,20742322,20880581,20882184 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173438, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291097,20403589,20443889,20474468,20475774,20477202,20485567,20545337,20573731,20596985,20669685,20674275,20725731,20730995,20778743,20782313,20888275,20889476,20898014,20915791,20919433,20925767,20929917,20929972,21001554,21001661,21001897,21001962,21002284,21002755,21002882,21053588,21053739,21053787,21053826,21053964,21054033,21054194,21054565,21054628,21054658,21054668,21054759,21054795,21054926,21054948,21055391,21055941,21056090,21056192,21056560,21056634,21056824,21057718,21058563,21058646,21059515,21060209,21120412,21120470,21122682,21123598,21123747,21123858,21124459,21124572,21125842,21126066,21126122,21126231,21128167,21128232,21128683,21129142,21129262,21129860,21130375,21130512,21130639,21130691,21130754,21130863,21131074,21131161,21131244,21131300,21131421,21131541 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173439, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345899,20382445,20384584,20410419,20419434,20436302,20447903,20466590,20469146,20478289,20495684,20503195,20515101,20529712,20583891,20584265,20586232,20601100,20627241,20649213,20658804,20675817,20709058,20709640,20727244,20728056,20784151,20787011,20840121,20847629,20872683,20880493,20880648,20919479,20931935,20975678,21183084,21193360,21200249,21204906,21208545,21211948,21217189,21219651,21221495,21246162,21308260 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173440, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297165,20355871,20360468,20362947,20379891,20383280,20389350,20426343,20451294,20464652,20476667,20479601,20480108,20493741,20494524,20514601,20522629,20531310,20557670,20586569,20604141,20619405,20654751,20701967,20716025,20727304,20728267,20747393,20786043,20854621,20870349,20871190,20873492,20898837,20930514,20942015,20942873,20976499,21182375,21183263,21200453,21202848,21204560,21211660,21213383,21220165,21235759,21250808,21253536,21299036,21309295,21342361 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173441, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20252795,20442974,20472428,20478092,20506133,20599255,20692665,20718486,20779974,20834829,20838984,20840285,20880657,20886235,20888456,20888977,20889282,20916049,20919660,20924689,20925819,20929951,20967673,20967714,20968181,21002148,21002654,21053642,21053774,21055222,21059039,21120479,21124098,21124852,21126198,21126295,21127018,21127675,21128192,21129365,21130254,21130297,21130344,21130402,21130453,21131490,21131676,21132114,21132138,21132614,21132722,21132830,21133096,21136169,21161622,21162170,21162380,21164443,21182566,21183467,21192686,21192854,21198521,21199819,21202056,21205891,21206004,21206522,21206635,21207152,21207297,21208054,21208523,21208648,21208699,21209438 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173442, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20512339,20584435,20784275,20941838,20995426,21160985,21177907,21181017,21183222,21183788,21191464,21201997,21207058,21207259,21214223,21214413,21232213,21242080,21244322,21245341,21249891,21311084,21318744 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173443, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20257577,20272203,20308346,20403608,20411747,20412833,20434612,20441326,20457593,20461379,20470521,20478173,20504917,20557182,20608099,20618715,20632668,20633467,20636999,20675308,20703478,20703647,20709348,20728067,20729155,20730002,20731267,20777122,20779694,20782724,20838562,20840037,20840887,20845992,20847769,20882456,20886120,20889851,20890182,20893114,20916157,20922800,20927065,20930016,21059366,21124073,21126562,21129042,21131065,21131561,21131601,21132630,21133923,21135916,21162531,21167097,21167189,21168072,21170114,21170812,21171143,21182543,21193237,21207257,21207499,21207813,21207858,21208102,21208439,21208514,21208597,21208881,21209423,21209667,21209844,21210492,21214119,21215478,21215879 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173444, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20218087,20246764,20250388,20264732,20273837,20328519,20343725,20355597,20410945,20412711,20479360,20491235,20516341,20562682,20597362,20610627,20696405,20709295,20719387,20719745,20728086,20779339,20847221 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173444, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894586,20896007,20896559,20898857,20907048,20907085,20907285,20910028,20910568,20910939,20919285,20919295,20929650,20930147,20931577,20941758,20941820,20942614,20942701,20974638,20975560,20976384,20976555,20995608,21054699,21125365,21129427,21129817,21131704,21161011,21161201,21162473,21162726,21163736,21164006,21164762,21165153,21165654,21165800,21166484,21166676,21166769,21166803,21167208,21176123,21176462,21176669,21177086,21177363,21178410,21180241,21180346,21180436,21180573,21180681,21181450,21181828,21182042,21182061,21182200,21182495,21182575,21182965,21183523,21183894,21185103,21185445,21186666,21186854,21187699,21187852,21188460,21188652,21189200,21189433,21189968,21190300,21190532,21190742,21190765,21191117,21191177,21191783,21191850,21191897,21191994,21192187,21192328,21192434,21193567,21193653,21194120,21194297,21194322,21194656,21194707,21194986,21195263,21195327,21195380,21195430,21195597,21198286,21198665,21198709,21198787,21200334,21200598,21201752,21202124,21202806,21202969,21203890,2120403 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173445, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168746,20170141,20173847,20174166,20178354,20178604,20184727,20200316,20203912,20206257,20209002,20209445,20217445,20218305,20220329,20223979,20226041,20226608,20227871,20229227,20247100,20259508,20264997,20296639,20332605,20334234,20337937,20339412,20340046,20345651,20350786,20351372,20353926,20355385,20358745,20360245,20360370,20360571,20361361,20362599,20362697,20363958,20364127,20364275,20365491,20365933,20366173,20367245,20367344,20368530,20368799,20369335,20370622,20395268,20400635,20402656,20407494,20411472,20416155,20419527,20422600,20438639,20442988,20443785,20444102,20452071,20455631,20456571,20470700,20475607,20476087,20477122,20480477,20483627,20486971,20487358,20490978,20492580,20493854,20493992,20505012,20506290,20506554,20506718,20507233,20514953,20516422,20518563,20522760,20525021,20525519,20546216,20549094,20551499,20553603,20558636,20565371,20567440,20577423,20580163,20597674,20599613,20603579,20606913,20607787,20609642,20611793,20613656,20617813,20623113,20623216,20631359,20633769,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173446, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20709057 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173447, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297169,20355873,20362956,20379894,20383268,20389342,20451284,20476665,20479605,20480101,20493739,20494526,20514607,20531318,20557657,20586557,20604134,20654742,20716014,20727292,20728260,20747397,20786042,20854619,20870334,20871181,20873490,20898828,20930515,20942030,20942865,20976500,21182377,21183260,21200450,21202851,21204565,21211656,21213384,21220175,21235765,21250814,21253560,21299039,21309287,21342347 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173448, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20607994,20834843,20967676,21002795,21130250,21131687,21132819,21208233,21209114 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173449, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20880297,21181397,21218437,21321844 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173450, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177845,20185083,20193223,20203774,20209702,20335615,20401446,20403610,20411737,20442752,20478171,20886117,20888069,20924079,21001539,21001626,21001774,21055807,21128330,21128504,21129386,21181312,21198083,21198586,21202302,21203385,21211153,21211750 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173451, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20220184,20516387,20719746 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173451, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896015,20910559,20910934,20929653,20930141,20942617,20975166,21125363,21129822,21131702,21163567,21165651,21166663,21166801,21180353,21180575,21182035,21182496,21182573,21183536,21185443,21186856,21190733,21190763,21191132,21191180,21191845,21191901,21193651,21194122,21194706,21194982,21195333,21195389,21198672,21198723,21200608,21202127,21202798,21202962,21204041,21204621,21205170,21206578,21207117,21207631,21207715,21208556,21209318,21209829,21210350,21210673,21211274,21211303,21211368,21211393,21211496,21211635,21214307,21214702,21214714,21217038,21217225,21217462,21217464,21217711,21218860,21218968,21218992,21219109,21219233,21219414,21219431,21219582,21219830,21219927,21220492,21220661,21220724,21220831,21221521,21224454,21225968,21226577,21226702,21227892,21229847,21230343,21232615,21234342,21236424,21238690,21239033,21239500,21240397,21240671,21240748,21242261,21242597,21243169,21243961,21244868,21245807,21246476,21246669,21246921,21248213,21249011,21249172,21252236,21253722,21255508,21257210,2125725 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173452, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20170135,20173846,20184728,20200321,20203915,20206252,20208992,20217452,20218311,20220326,20226605,20227866,20229215,20259502,20296642,20353918,20358748,20360243,20360364,20360557,20362701,20364115,20364282,20365489,20366168,20367352,20368522,20368803,20370614,20400640,20402660,20407495,20419521,20422611,20438628,20443002,20443783,20444109,20452073,20455628,20456572,20470695,20475617,20476090,20477118,20480488,20483623,20487364,20492573,20493985,20506275,20506725,20514948,20516415,20518562,20522749,20525019,20549098,20553592,20558622,20565373,20567435,20577412,20580162,20599624,20607780,20609638,20613646,20617819,20623221,20631362,20636078,20643553,20653573,20655377,20684924,20693233,20696876,20705110,20707261,20716672,20719040,20719370,20721815,20722345,20727732,20729982,20731416,20745389,20748900,20777167,20782311,20782649,20831376,20832833,20833848,20838194,20839806,20842579,20842799,20845120,20846501,20846982,20850021,20855648,20858357,20880187,20888044,20888548,20921467,20925129,20926354,20927442,2092984 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173453, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20229873,20257447,20402652,20415891,20479431,20501390,20506558,20508482,20515521,20700439,20727791,20921723,21054683,21056359 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173454, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345893,20382456,20384580,20410413,20419443,20436298,20447916,20466591,20469148,20478296,20495677,20503203,20515100,20529697,20583893,20584257,20586226,20601101,20627248,20649205,20658802,20675829,20709055,20709644,20727234,20728054,20784157,20787013,20840126,20847627,20854360,20872677,20880492,20880644,20910997,20919476,20931940,20975679,21183096,21193354,21200248,21204915,21206163,21208534,21211939,21217185,21219658,21221509,21246158,21308254 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173455, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297168,20355874,20360472,20362948,20379884,20383275,20389336,20426354,20451285,20464653,20476673,20479594,20480113,20493738,20494531,20514598,20522623,20531312,20557671,20586568,20604144,20619395,20654739,20701974,20716012,20727298,20728266,20747395,20786044,20854620,20870347,20871180,20873491,20898826,20930527,20942019,20942860,20976502,21182370,21183264,21200452,21202853,21204562,21211666,21213395,21220176,21235772,21250818,21253552,21299029,21309298,21342352 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173456, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168695,20173982,20252805,20442979,20456327,20472424,20478087,20478279,20506130,20550578,20553629,20599250,20603140,20608000,20630984,20631759,20671623,20673774,20681474,20692668,20718495,20779975,20833099,20834830,20838983,20878346,20880363,20880651,20882209,20886238,20888457,20888973,20889284,20892399,20892880,20895770,20916037,20917573,20919653,20924690,20925823,20927046,20929948,20966457,20966512,20967671,20967715,20968173,20968224,21001537,21001751,21001988,21002138,21002602,21053634,21053764,21054023,21054717,21054807,21055220,21056290,21056315,21056375,21059030,21060467,21061055,21120487,21120632,21123328,21123397,21123779,21124088,21124410,21124860,21125171,21125254,21126193,21126282,21127015,21127680,21128179,21128195,21128313,21128726,21128831,21129010,21129059,21129116,21129367,21129577,21129711,21129917,21129971,21130253,21130349,21130404,21130450,21130532,21130598,21130718,21130994,21131361,21131494,21131544,21131678,21131755,21132104,21132147,21132284,21132435,21132603,21132726,21132827,2113289 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173457, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371588,20377703,20384278,20388692,20410514,20412365,20424356,20435565,20438442,20465203,20466970,20493105,20493881,20507386,20510613,20512327,20512808,20514537,20552852,20557927,20584361,20584427,20585246,20586355,20586631,20618939,20626051,20627062,20640621,20643963,20671547,20673304,20690448,20691800,20698864,20702475,20727567,20747615,20750431,20752275,20784289,20786130,20787359,20830713,20845485,20847021,20848356,20877669,20880299,20895239,20908818,20910073,20916127,20919104,20920352,20925566,20927293,20929983,20935443,20938848,20941833,20942668,20949487,20976975,20977152,20995432,20995781,21003157,21160988,21163338,21164902,21165847,21166387,21176817,21177921,21178967,21180583,21181019,21181385,21183218,21183789,21184742,21186018,21189131,21189988,21190571,21190927,21191470,21191639,21192641,21193260,21195150,21195490,21198404,21199032,21199481,21200159,21200361,21200502,21201216,21201995,21202460,21203197,21204001,21204377,21204799,21205494,21205731,21205976,21206388,21206924,21207062,21207273,2120743 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173458, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226915,20228132,20257576,20272204,20278014,20278098,20291817,20296511,20308343,20309970,20325350,20334124,20334301,20335606,20352692,20355412,20401439,20403596,20411740,20412835,20416187,20419450,20421820,20434611,20441340,20442743,20453694,20457586,20461385,20469060,20470524,20478172,20482513,20486364,20501273,20504928,20512282,20523239,20523488,20557181,20562357,20597229,20597531,20600836,20608106,20609424,20617521,20618712,20632672,20633468,20636997,20675301,20678154,20696829,20703477,20703655,20709272,20709352,20715918,20718450,20728061,20729154,20729999,20731266,20732366,20777119,20779687,20779748,20781857,20782733,20833762,20833968,20838553,20840024,20840891,20843643,20845985,20847771,20848497,20882252,20882446,20886126,20887412,20887951,20888068,20888475,20888604,20889839,20890183,20890479,20892021,20893003,20893106,20893433,20895489,20916146,20922796,20924081,20925482,20927069,20930015,20931240,20966474,20971060,20971303,20974043,20975459,21001548,21001629,21001767,21001957,21002031,21002412,2100290 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173459, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20172610,20218089,20220183,20225455,20225588,20227679,20246753,20250398,20257659,20264731,20273851,20277986,20326610,20328523,20343732,20353491,20355279,20355418,20355599,20410952,20412714,20421668,20452946,20454743,20456165,20479354,20480149,20486031,20491232,20514501,20516336,20516393,20562681,20597349,20610628,20678666,20682226,20696411,20709287,20709335,20719396,20719741,20728083,20779345,20779550,20833532,20833739,20834592,20845569,20847220,20854530 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173459, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894590,20896005,20896564,20898849,20907039,20907087,20907286,20909052,20909092,20910572,20910924,20919287,20919296,20929657,20930143,20931573,20941755,20941817,20942621,20942694,20966535,20974631,20975557,20976378,20976543,20995599,21054703,21129430,21129818,21131700,21161012,21161141,21161199,21162461,21163565,21163740,21164018,21164756,21165148,21165649,21165808,21166490,21166586,21166677,21166776,21166804,21167001,21167209,21176124,21176236,21176471,21176665,21177083,21177374,21178412,21180229,21180339,21180448,21180571,21180678,21181451,21181604,21181830,21182032,21182198,21182504,21182584,21182972,21183530,21184868,21185449,21186456,21186656,21186869,21187704,21187859,21187907,21188458,21188649,21189198,21189446,21189965,21190309,21190528,21190731,21190776,21191125,21191172,21191781,21191853,21191903,21192002,21192183,21192338,21192431,21193582,21193658,21194116,21194287,21194323,21194653,21194709,21194987,21195271,21195335,21195388,21195444,21195606,21198289,21198674,21198713,21198785,21198974,2120032 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173460, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173460, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168753,20170142,20173850,20174160,20178362,20178614,20184726,20200308,20203927,20206258,20209001,20209436,20217448,20218312,20220330,20223986,20226048,20226607,20227870,20229226,20247098,20259503,20265010,20296637,20332609,20334236,20337930,20339421,20340040,20345647,20350795,20351371,20353916,20355391,20358747,20360235,20360368,20360560,20361362,20362601,20362686,20363967,20364116,20364268,20365487,20365923,20366174,20367243,20367355,20368528,20368791,20369331,20370610,20395259,20400636,20402662,20407487,20411471,20416154,20419523,20422601,20438627,20442995,20443782,20444095,20452074,20455617,20456585,20470696,20475612,20476081,20477127,20480483,20483632,20486966,20487351,20490975,20492575,20493866,20493988,20505005,20506278,20506565,20506726,20507225,20516426,20518567,20522752,20525032,20525525,20546211,20549103,20551509,20553605,20565365,20567436,20577424,20580164,20597666,20599621,20603571,20606919,20607783,20609647,20611801,20613654,20617811,20623103,20623218,20631361,20633775,20636077,20637300,2064135 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173461, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21207046 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173462, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21188657 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173463, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20474478,20485568,20545334,20674277,20782322,20888267,20889475,20919429,21001891,21002745,21053597,21053778,21053828,21053960,21054631,21054799,21056080,21056189,21056632,21057711,21059819,21060149,21123856,21124456,21124573,21125845,21126241,21129267,21130514,21130740,21130851,21131078,21131305 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173464, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20781950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173465, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345897,20382455,20384587,20410426,20419431,20436293,20447913,20466593,20469149,20478283,20495682,20503204,20515112,20529710,20583896,20584266,20586227,20601088,20627244,20649207,20658807,20675818,20709050,20709649,20727240,20784152,20840124,20847630,20854354,20872672,20880637,20910994,20931946,21200252,21204904,21206175,21208548,21211940,21217187,21219657,21221508,21246156,21308262 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173466, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297161,20355865,20360462,20362949,20379888,20383281,20389335,20426341,20451282,20464644,20476676,20479599,20480109,20493736,20494537,20514593,20531314,20557665,20586562,20604136,20654744,20701964,20716024,20727300,20728264,20747394,20786037,20854618,20870340,20871176,20873483,20898825,20930529,20942021,20942872,20976506,21182371,21183252,21200438,21202860,21204566,21211652,21213382,21220163,21235758,21250807,21253549,21299030,21309286,21342350 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173467, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20252802,20442982,20456333,20472422,20478081,20478269,20506143,20550569,20553624,20599251,20630982,20631765,20671634,20681486,20718485,20779976,20833094,20834838,20880659,20886233,20889272,20892874,20895777,20916035,20919664,20924691,20925830,20926412,20967669,21001759,21001990,21002133,21002604,21002801,21056301,21059032,21061044,21123335,21123789,21124409,21124853,21125240,21127682,21128190,21128203,21129127,21130602,21131000,21131553,21132110,21132137,21132287,21132821,21132886,21133107,21135851,21136067,21136742,21160954,21162163,21182562,21187227,21192384,21192471,21192682,21199188,21199746,21199767,21201012,21201296,21202983,21206630,21206695,21206884,21206910,21207052,21207138,21207462,21207538,21207749,21208396,21208521,21208643,21208951,21209444 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173468, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20410507,20493877,20557925,20586637,20727565,20747613,20750428,20787365,20877659,21003153,21164898,21176813,21198403,21200162,21200494,21202458,21214567,21216076,21216803,21217337,21219243,21220797,21224451,21231916,21242537,21254197,21304982,21319161,21321846,21324135 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173469, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226904,20228123,20257571,20272199,20278011,20278102,20291809,20296525,20308345,20309967,20325351,20334132,20334296,20335620,20352693,20355401,20403601,20411738,20412839,20416185,20419447,20421829,20434613,20441330,20457583,20461388,20469058,20470515,20478176,20482514,20486354,20501266,20504921,20512280,20523230,20523487,20557173,20562353,20597231,20597533,20600831,20608094,20609418,20617527,20618703,20632673,20633459,20637000,20675297,20678149,20696826,20703476,20703649,20709264,20709360,20715904,20718464,20728064,20729162,20730013,20731254,20732364,20777125,20779693,20779749,20781866,20782738,20833758,20833958,20838555,20840029,20840898,20843641,20845986,20847766,20848499,20882243,20882455,20886114,20887403,20887953,20888067,20888468,20888600,20889848,20890173,20890481,20892015,20892996,20893109,20893428,20895498,20916147,20922793,20924071,20925478,20927066,20930018,20931232,20966468,20971052,20971296,20974039,20975460,21001550,21001628,21001771,21001954,21002023,21002413,21002900,21053846,21054121,2105476 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173470, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516364 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173470, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20218078,20220185,20225580,20257657,20264743,20273836,20343739,20421665,20454747,20480145,20486029,20491227,20516333,20516381,20562677,20597353,20610625,20709293,20709336,20719399,20728089,20833534,20833727,20847212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173470, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896563,20898845,20907043,20910042,20910564,20910929,20919282,20919309,20930136,20941762,20942619,20966524,20974628,20975168,20975551,20976377,20976548,20976664,20995612,21054700,21125355,21129424,21129811,21161015,21161196,21162469,21163558,21163737,21164005,21164769,21165656,21165803,21166497,21166672,21166772,21166812,21166989,21167211,21176109,21176457,21176663,21177093,21180237,21180439,21180576,21180682,21181455,21181832,21182041,21182071,21182187,21182493,21182569,21183888,21184708,21184870,21185097,21185450,21186464,21186665,21187708,21187864,21187910,21188470,21189447,21190525,21190735,21190769,21191122,21191170,21191776,21191847,21191906,21191986,21192196,21192428,21193574,21193655,21194112,21194299,21194651,21194702,21194984,21195340,21195387,21195436,21198664,21198978,21200324,21200604,21202121,21202802,21204040,21204623,21204675,21205169,21205421,21205464,21205588,21205826,21206012,21206115,21206572,21207125,21207165,21207178,21207337,21207596,21207619,21207639,21207667,21207686,21207706,2120791 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173471, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550169 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173471, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168748,20170133,20173854,20174168,20178358,20178613,20184718,20200310,20203914,20206249,20208993,20209440,20217455,20218308,20220320,20223976,20226040,20226618,20227879,20229217,20247092,20259505,20265006,20296644,20332604,20334230,20337944,20339423,20340038,20345654,20350789,20351373,20353917,20355387,20358757,20360236,20360365,20360570,20361370,20362597,20362688,20363960,20364113,20364273,20365490,20365924,20366167,20367248,20367341,20368523,20368793,20369345,20370617,20395267,20402663,20407486,20411477,20416142,20419525,20422610,20438630,20443001,20443784,20444099,20452064,20455623,20456586,20470705,20475608,20476084,20477120,20480486,20483629,20486967,20487365,20490977,20492572,20493853,20493983,20505002,20506281,20506546,20506716,20507227,20516423,20518551,20522754,20525035,20525515,20546218,20549095,20551513,20553601,20565369,20567438,20577414,20580158,20597681,20599628,20603566,20606921,20607789,20609641,20611807,20613655,20617812,20623100,20623231,20631363,20633772,20636068,20637302,20641356,2064355 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173472, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20340541 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173473, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001649,21001936,21056003,21124760,21129934,21129986 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173474, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345898,20382458,20384586,20410412,20419444,20436294,20447907,20466596,20469137,20478288,20495671,20503197,20515108,20529701,20583886,20584255,20586223,20601097,20627242,20649217,20658805,20675826,20709045,20709642,20727242,20728055,20784160,20787016,20840132,20847638,20854353,20872674,20880503,20880645,20910990,20919486,20931944,20975686,21183091,21193347,21200250,21204909,21206166,21208540,21211947,21217197,21219655,21221505,21246167,21308251 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173475, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297162,20355860,20360469,20362955,20379883,20383276,20389340,20426353,20451281,20464654,20476679,20479604,20480102,20493744,20494528,20514605,20522620,20531319,20557663,20586566,20604137,20619400,20654746,20701968,20716015,20727291,20728270,20728437,20747399,20786049,20854617,20870339,20871184,20873484,20898838,20930520,20942016,20942868,20976510,21182374,21183254,21200442,21202858,21204573,21211659,21213390,21220172,21235763,21250819,21253544,21299037,21309288,21342357 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173476, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168687,20173973,20252804,20442976,20456340,20472413,20478084,20478270,20506132,20550574,20553636,20599241,20603150,20607991,20630975,20631766,20671627,20673779,20681482,20692670,20718496,20779987,20833093,20834836,20838985,20840275,20878347,20880368,20880661,20882202,20886236,20888462,20888490,20888976,20889273,20892395,20892872,20895772,20916042,20917574,20919651,20924686,20925450,20925829,20926424,20927052,20929953,20966451,20966513,20967662,20967722,20968179,20968230,21001532,21001745,21001913,21001986,21002134,21002598,21002657,21002798,21053641,21053761,21054017,21054719,21054813,21055219,21056299,21056311,21056378,21059027,21060465,21061045,21120482,21120620,21123327,21123406,21123792,21124092,21124413,21124859,21125165,21125246,21126196,21126290,21127003,21127683,21128187,21128200,21128307,21128731,21128835,21129009,21129057,21129125,21129357,21129575,21129717,21129799,21129913,21129969,21130249,21130299,21130346,21130398,21130458,21130530,21130592,21130720,21131004,21131359,21131495,21131556,2113168 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173477, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371581,20377705,20384288,20388693,20410519,20412377,20424350,20435576,20438436,20465196,20466985,20493103,20493874,20507379,20510617,20512342,20512806,20514532,20552860,20557929,20584355,20584431,20585242,20586351,20586639,20618941,20626055,20627061,20640610,20643961,20671536,20673296,20690445,20691796,20698875,20702479,20727574,20747621,20750432,20752267,20784277,20786122,20787363,20830717,20845484,20847030,20848357,20877661,20880293,20895241,20908813,20910072,20916114,20919103,20920349,20925560,20927284,20929985,20935448,20938841,20941837,20942669,20949479,20976978,20977150,20995429,20995776,21003158,21160986,21163344,21164905,21165846,21166377,21176809,21177918,21178965,21180584,21181021,21181386,21183219,21183786,21184754,21186019,21189129,21189985,21190565,21190929,21191462,21191644,21192639,21193259,21195139,21195486,21198409,21199026,21199474,21200165,21200367,21200504,21201209,21201989,21202456,21203208,21204012,21204378,21204804,21205497,21205728,21205969,21206391,21206919,21207032,21207270,2120742 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173478, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226906,20228125,20257564,20272208,20278017,20278103,20291818,20296523,20308347,20309973,20325356,20334137,20334307,20335609,20352694,20355402,20401443,20403598,20411736,20412836,20416189,20419451,20421814,20434622,20441335,20442742,20453693,20457594,20461374,20469064,20470520,20478184,20482521,20486355,20501271,20504925,20512289,20523232,20523486,20557185,20562356,20597237,20597528,20600833,20608108,20609417,20617519,20618707,20632660,20633454,20637007,20675306,20678160,20696824,20703474,20703658,20709271,20709355,20715905,20718452,20728068,20729153,20730010,20731255,20732374,20777118,20779689,20779752,20781854,20782731,20833759,20833957,20838559,20840035,20840893,20843644,20845993,20847775,20848506,20882254,20882445,20886124,20887405,20887954,20888063,20888474,20888606,20889836,20890177,20890470,20892022,20892992,20893102,20893440,20895501,20916149,20922789,20924082,20925470,20927064,20930008,20931227,20966482,20971055,20971297,20974042,20975458,21001540,21001633,21001769,21001955,21002032,21002405,2100289 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173479, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516359 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173479, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20172611,20218084,20220173,20225464,20225583,20227686,20246755,20250399,20257665,20264744,20273839,20277984,20326614,20328529,20343729,20353487,20355270,20355416,20355595,20410950,20412712,20421674,20452945,20454746,20456163,20479363,20480156,20486034,20491229,20514503,20516334,20516384,20562689,20597357,20610631,20678660,20682219,20696418,20709290,20709342,20719388,20719743,20728081,20779343,20779547,20833526,20833738,20834593,20845563,20847223,20854531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173479, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894580,20896016,20896569,20898854,20907046,20907089,20907294,20909043,20909084,20910029,20910574,20910938,20919292,20919310,20929654,20930149,20931572,20941760,20941828,20942613,20942697,20966528,20974635,20975164,20975554,20976383,20976544,20976673,20995600,21054704,21125359,21129439,21129815,21131694,21161009,21161144,21161200,21162468,21162725,21163564,21163750,21164007,21164766,21165149,21165659,21165799,21166489,21166577,21166667,21166770,21166811,21166990,21167204,21176115,21176238,21176465,21176677,21177097,21177377,21178409,21180240,21180345,21180438,21180561,21180676,21181453,21181594,21181821,21182043,21182069,21182197,21182494,21182577,21182970,21183531,21183891,21184709,21184861,21185095,21185446,21186457,21186657,21186855,21187712,21187861,21187916,21188455,21188658,21189203,21189435,21189962,21190305,21190526,21190729,21190775,21191123,21191182,21191676,21191782,21191848,21191902,21191990,21192192,21192333,21192423,21193581,21193652,21194114,21194296,21194317,21194657,21194712,21194993,2119525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173480, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291102,20308815,20474474,21130855 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173481, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550173 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173481, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168751,20170146,20173848,20174161,20178359,20178599,20184729,20200318,20203925,20206245,20208999,20209437,20217453,20218313,20220332,20223978,20226045,20226612,20227880,20229218,20247099,20259496,20265003,20296646,20332612,20334239,20337939,20339419,20340035,20345655,20350787,20351361,20353923,20355381,20358751,20360246,20360361,20360565,20361368,20362606,20362693,20363965,20364123,20364269,20365488,20365929,20366171,20367240,20367353,20368525,20368800,20369333,20370618,20395261,20400639,20402666,20407489,20411467,20416147,20419512,20422607,20438633,20442997,20443791,20444101,20452060,20455629,20456578,20470703,20475603,20476080,20477119,20480476,20483637,20486979,20487362,20490964,20492579,20493867,20493978,20504998,20506288,20506559,20506717,20507232,20514956,20516416,20518553,20522755,20525026,20525516,20546212,20549106,20551501,20553594,20558638,20565374,20567448,20577409,20580167,20597677,20599623,20603578,20606915,20607779,20609644,20611805,20613661,20617823,20623111,20623225,20631364,20633770,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173482, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20169748,20171217,20172632,20174092,20178713,20186487,20188607,20200242,20201403,20202952,20208870,20211310,20217274,20220557,20227550,20227660,20229865,20247288,20248901,20255099,20257455,20260606,20264576,20278685,20295634,20296888,20298336,20302295,20304741,20305897,20309603,20310155,20312963,20314131,20325806,20332514,20333672,20338601,20351382,20352809,20355109,20356293,20394882,20398600,20405152,20408824,20413202,20415885,20422089,20442811,20444082,20444609,20445552,20449148,20451882,20454022,20460834,20469712,20474526,20476956,20483989,20491653,20501400,20505490,20506553,20508477,20514564,20515512,20520534,20523648,20546474,20549114,20551760,20555025,20557232,20561270,20571029,20576588,20576624,20599994,20603448,20607768,20610251,20611062,20614952,20617642,20621375,20630999,20631051,20632189,20635068,20636698,20638537,20641443,20643568,20671641,20672843,20673804,20675331,20678695,20679021,20682375,20684726,20685092,20686363,20692266,20694005,20700144,20703103,20705258,20710880,20718024,20719720,2072278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173483, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001657,21001937,21055999,21124768,21129933,21129987 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173484, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345891,20382457,20384579,20410421,20419446,20436296,20447904,20466581,20469143,20478290,20495679,20503193,20515106,20529711,20583888,20584256,20586220,20601098,20627243,20649216,20658798,20675819,20709044,20728049,20784159,20787017,20840125,20847633,20854361,20872686,20880501,20880638,20910992,20931942,20975688,21193355,21200241,21204912,21206170,21208535,21217186,21219649,21221499,21308261 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173485, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297154,20355862,20360465,20362945,20379890,20383273,20389344,20426342,20451286,20464647,20476674,20479600,20480111,20493735,20494525,20514600,20522624,20531315,20557664,20586555,20604147,20654743,20701962,20716022,20727296,20728262,20747401,20786046,20854616,20870341,20871186,20873487,20898830,20930521,20942022,20942867,20976505,21182365,21183261,21200449,21202852,21204570,21211664,21213393,21220168,21235764,21250810,21253546,21299035,21309299,21342353 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173486, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20252801,20442968,20456342,20472416,20478276,20506142,20553627,20599249,20603142,20631757,20671626,20673777,20692667,20718492,20779988,20833101,20834841,20838979,20840286,20878336,20880356,20880650,20882213,20886244,20888460,20892879,20916047,20919652,20924694,20925454,20925822,20926423,20967663,20967721,20968183,21001748,21001909,21002146,21002799,21053770,21055230,21056308,21059038,21120478,21123338,21124091,21124858,21126293,21127007,21127687,21128191,21128303,21129015,21129056,21129790,21129920,21130355,21130408,21130447,21130589,21130728,21130998,21131546,21131762,21132102,21132139,21132205,21132290,21132817,21132893,21132962,21135852,21135963,21136166,21136294,21160951,21161623,21162177,21162375,21164449,21165545,21182563,21183464,21187223,21192371,21192469,21192852,21198520,21199183,21199741,21199757,21201021,21201289,21201345,21201697,21202028,21202067,21202993,21203278,21205999,21206536,21206633,21206897,21206913,21206985,21207216,21207546,21207723,21207751,21208077,21208203,21208242,21208328,2120851 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173487, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371583,20466973,20512329,20626049,20690449,20698863,20750429,20784280,20787370,20845477,20925559,20927280,20976976,20977151,20995784,21177914,21183780,21189136,21193252,21204014,21205492,21207261,21209428,21217628,21218838,21219247,21221733,21222456,21230031,21231925,21242081,21245328,21249121,21254648,21256817,21315000,21315878,21321852,21324129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173488, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20185082,20193236,20226903,20228131,20257574,20272202,20278012,20278096,20291813,20296516,20309965,20325348,20334133,20334303,20335613,20352691,20355409,20401434,20403611,20411746,20412827,20416193,20419448,20421824,20434616,20441325,20442739,20453686,20457585,20461380,20469062,20470516,20478182,20482518,20486369,20501268,20504919,20512288,20523236,20523484,20557176,20562354,20597238,20597522,20600843,20608102,20609426,20617528,20618713,20632666,20633461,20637002,20675310,20678147,20696834,20703485,20703660,20709268,20709346,20715912,20718456,20728071,20729157,20730001,20731265,20732365,20777112,20779688,20779741,20781855,20782732,20833748,20833972,20838550,20840036,20840886,20843635,20845983,20847779,20848504,20882248,20882447,20886123,20887398,20887963,20888066,20888472,20888593,20889840,20890178,20890477,20892018,20892995,20893103,20893439,20895493,20916148,20922804,20924075,20925476,20927067,20930011,20931234,20966476,20971056,20971299,20974049,20975454,21001546,21001618,21001770,21001951,21002033,2100240 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173489, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516367 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173489, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20218079,20220177,20225459,20225582,20227688,20246765,20250392,20264734,20273843,20277978,20326607,20328525,20343733,20353493,20355273,20355420,20410951,20412717,20421675,20452938,20454749,20479350,20486032,20491239,20514505,20516339,20516386,20562687,20597364,20682214,20696409,20709289,20709330,20719391,20719738,20728090,20779337,20833527,20833741,20834584,20845565,20847219,20854521 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173489, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894594,20896019,20896568,20898846,20907095,20907283,20909046,20909093,20910027,20910565,20910930,20919283,20919299,20929661,20930146,20941767,20942615,20942702,20966529,20974629,20975174,20975558,20976373,20976661,20995598,21054701,21125361,21129432,21129816,21131695,21161013,21161202,21162472,21162727,21163557,21163746,21164016,21164760,21165143,21165652,21165795,21166488,21166580,21166674,21166775,21166808,21166991,21167212,21176234,21176456,21176670,21177085,21177378,21178401,21180238,21180354,21180442,21180566,21180684,21181447,21181599,21181820,21182033,21182063,21182195,21182503,21182583,21182977,21183538,21183886,21184715,21184860,21185107,21185453,21186454,21186660,21186858,21187710,21187853,21187911,21188465,21188653,21189205,21189437,21189967,21190304,21190530,21190740,21190772,21191121,21191169,21191790,21191849,21191907,21192000,21192193,21192339,21192432,21193572,21193650,21194110,21194289,21194327,21194658,21194710,21194989,21195268,21195332,21195378,21195443,21195598,21198276,21198670,2119872 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173490, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173490, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168744,20170143,20173852,20174165,20178353,20178608,20184721,20200312,20203919,20206246,20208998,20209432,20217449,20218315,20220334,20223974,20226050,20226613,20227875,20229221,20247094,20259500,20265011,20296647,20332610,20334237,20337946,20339424,20340036,20345657,20350783,20351362,20353925,20355382,20358750,20360249,20360372,20360569,20361363,20362595,20362694,20363961,20364119,20364281,20365499,20365925,20366178,20367249,20367354,20368520,20368797,20369337,20370612,20395260,20400647,20402664,20407488,20411468,20416148,20419519,20422605,20438635,20442998,20443781,20444106,20452058,20455619,20456582,20470704,20475605,20476091,20477121,20480475,20483625,20486968,20487361,20490972,20492567,20493851,20493981,20505007,20506280,20506548,20506719,20507220,20514951,20516425,20518557,20522745,20525023,20525522,20546207,20549093,20551500,20553599,20558625,20565358,20567449,20577410,20580171,20597669,20599615,20603576,20606914,20607786,20609654,20611803,20613653,20617814,20623104,20623228,20631366,20633776,2063606 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173491, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20257452,20325808,20421574,20551768,20710885 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173492, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21129988 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173493, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20384577,20410422,20495673,20503199,20515104,20529698,20627252,20675822,20727246,20784156,20787022,20911001,20975681,21200243 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173494, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20476669,20531311,20604140,20898839,21253532 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173495, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20878344,20880662,20919661,20924682,21053776,21124094,21132204,21136299,21199736,21199765 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173496, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20702483,21003155,21232218 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173497, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177847,20185070,20193222,20203781,20209704,20226916,20228122,20257568,20272196,20278015,20278105,20291808,20296526,20308348,20309964,20325352,20334126,20334299,20335607,20352703,20355399,20401441,20403599,20411743,20412832,20416192,20419461,20421825,20434621,20441328,20442740,20453696,20457581,20461382,20469069,20470513,20478185,20482522,20486358,20512277,20523233,20523479,20557183,20562363,20597224,20597527,20600832,20609415,20617520,20618704,20632669,20633458,20636996,20675298,20696830,20703483,20703661,20709273,20709351,20715909,20718461,20730012,20731269,20732373,20777121,20779695,20779753,20781862,20782737,20833750,20833962,20840028,20840892,20843638,20845987,20847772,20848508,20882452,20887404,20888466,20890181,20890471,20892020,20893007,20893110,20893431,20895496,20916152,20922791,20924074,20925475,20927060,20931238,20966471,20971049,20975449,21001553,21001630,21001762,21001960,21002416,21002901,21053842,21055811,21057128,21059057,21059364,21120601,21124081,21124834,21126560,21128318,21128509,2112890 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173498, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516360 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173498, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20227685,20273844,20277982,20343741,20516390,20562686,20696410 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173498, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896573,20910039,20974632,21163741,21166587,21176676,21180233,21180450,21182490,21187702,21189201,21193656,21195429,21205827,21207633,21207690,21209332,21209695,21210871,21211314,21219410,21219842,21220727,21224463,21233747,21240744,21243166,21246957,21255991,21265900,21279830,21283912 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173499, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550166 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173499, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20174158,20200311,20206248,20217459,20220321,20223977,20227873,20229222,20337949,20351363,20355384,20362607,20363970,20364118,20364277,20368802,20370615,20400637,20416141,20438624,20444100,20455618,20470690,20476089,20480474,20493989,20506720,20507222,20514961,20518566,20553602,20558633,20580169,20603567,20609649,20617807,20650578,20653571,20655370,20673288,20682284,20684930,20707268,20719375,20721817,20722348,20729984,20731409,20748887,20778157,20833858,20834567,20842570,20842801,20846499,20846983,20847749,20850018,20856003,20858361,20877439,20888049,20888399,20892963,20921472,20925124,20930294,20968875,20972427,21054779,21056809,21058111,21060851,21061437,21126725,21128516,21129025,21130113,21130332,21130542,21131220,21131478,21131650,21132015,21133042,21134018,21134455,21135345,21163488,21166971,21209241,21209974 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173500, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20169758,20171226,20171787,20172627,20174097,20177038,20178245,20178718,20186483,20188613,20200241,20200487,20201399,20202959,20208863,20211303,20217279,20217515,20220556,20227558,20227654,20229867,20247283,20248890,20255108,20257448,20260605,20264578,20267675,20278178,20278571,20278695,20295629,20296894,20298334,20302294,20304749,20305893,20309608,20310153,20312970,20314135,20325803,20332515,20333664,20338602,20340537,20351375,20352803,20355106,20356299,20357095,20394873,20398598,20402641,20405153,20408827,20413199,20415888,20420404,20421570,20422098,20435378,20437306,20438479,20442821,20444079,20444618,20445547,20449150,20451891,20454020,20460833,20469158,20469703,20474520,20476958,20479422,20481355,20483992,20486818,20491225,20491660,20493044,20501399,20505493,20506564,20508476,20514563,20515516,20516623,20520543,20522733,20523647,20546484,20549122,20551765,20555015,20557235,20561261,20563375,20567387,20571023,20576584,20576625,20600005,20603447,20607763,20610247,20611070,20614957,20617639,20618821,2062138 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173501, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001656,21001942,21056004,21124766,21129925,21129985 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173502, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177844,20185081,20193229,20203777,20209705,20226907,20228118,20257570,20272209,20278013,20278097,20291820,20296514,20308341,20309972,20325359,20334134,20334309,20335621,20352696,20355403,20403609,20411748,20412834,20416183,20419453,20421827,20434618,20441339,20442750,20453688,20457584,20461373,20469070,20470518,20478181,20482523,20486361,20501264,20504931,20512284,20523241,20523478,20557178,20562348,20597230,20597526,20600845,20608104,20609420,20617525,20618716,20632670,20633465,20636995,20675299,20678151,20696838,20888064,21001544,21001622,21001763,21001949,21002021,21002407,21002896,21053851,21054131,21054768,21055814,21057131,21059059,21059375,21128329,21128500,21128904,21129046,21129170,21129376,21129501,21129692,21130265,21130284,21130387,21130709,21131066,21131509,21133155,21133303,21133925,21134418,21135183,21135504,21135907,21164187,21166374,21166784,21167105,21167188,21167620,21167751,21167940,21168083,21168394,21168684,21170058,21170113,21170306,21170671,21170820,21171136,21171742,21172166,2117241 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173503, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516365 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173503, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21182501,21214682,21214751,21220032,21238679,21265883,21265899 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173504, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550170 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173504, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20340034,20493855,20525520,20546209,20577422,20681848,20696882,20782645,20888405,20926355,21002469 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173505, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20247275,20398599,20402647,20442820,20469709,20505495,20551763,20557237,20685099,20700440,20731458,20782703,20842072,20850454,20929942,20930363,20973048 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173506, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001653,21056000,21124767,21129932,21129983 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173507, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20466589,20658809 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173508, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20389345,20464649,20522634,20586563,20786041,20871179,21220173,21235770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173509, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20671624,20892876,21061053,21136173,21199182,21202026,21206990,21209431 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173510, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20438445,20847032,20929981,20977149,21189128,21195487,21203206,21210166,21218253,21218683,21219254,21219962,21245326,21304266,21306422 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173511, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177852,20185071,20193221,20203776,20209707,20226912,20228124,20257566,20272201,20278008,20278099,20291819,20296517,20308344,20325345,20334125,20334304,20335618,20352700,20355407,20401431,20403600,20416190,20419459,20421826,20441334,20442745,20453697,20457582,20469065,20470523,20478183,20482524,20486356,20504924,20523238,20523475,20557175,20562362,20597239,20597523,20600840,20608101,20609427,20618709,20632664,20633457,20636998,20675295,20678150,20696837,20703487,20703650,20709276,20709359,20718460,20728066,20729166,20732367,20777126,20779696,20779739,20782736,20833961,20838556,20840025,20840894,20843639,20845984,20847780,20848507,20882448,20886125,20887955,20888071,20888473,20890174,20890472,20893437,20895491,20916161,20922797,20924076,20925484,20927058,20931237,20966478,20971062,20971293,20974045,20975455,21001541,21001625,21001773,21002026,21002411,21002905,21053841,21054127,21054766,21055804,21057123,21059046,21059376,21124075,21124833,21126563,21128320,21128510,21128905,21129040,21129175,21129374,2112950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173512, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20273845,20452943,20454742 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173512, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21125362,21163745,21166993,21176459,21182491,21188456,21194991,21195599,21198667,21210681,21214684,21216846,21216924,21217226,21217440,21217885,21219397,21219831,21220029,21222061,21226704,21239028,21240392,21240746,21246955,21251172,21252235,21256001,21265903,21272105,21289095 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173513, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168743,20170148,20173851,20174163,20178348,20178600,20184714,20203921,20206254,20209004,20218317,20223975,20226051,20226615,20227865,20332602,20334228,20337942,20345662,20360238,20360375,20360559,20362602,20362700,20363962,20364117,20364280,20365495,20367345,20368790,20370624,20395265,20400650,20402667,20407482,20411462,20416151,20422609,20442989,20444094,20452065,20455615,20456579,20470699,20475601,20476085,20486972,20487355,20490969,20493859,20493984,20506289,20506730,20514959,20516421,20518555,20525526,20546214,20549096,20565363,20567450,20577413,20597667,20606912,20631369,20633763,20643545,20650581,20655381,20671611,20673290,20673842,20675800,20682292,20693239,20696874,20707262,20716674,20719034,20719380,20722349,20726163,20729978,20731415,20748884,20778149,20779845,20780055,20781949,20782304,20831382,20832844,20833859,20834583,20840043,20840607,20842568,20845126,20846507,20847745,20848556,20850015,20855640,20855991,20858367,20877446,20878790,20881107,20884364,20888323,20888403,20892967,20921475,2092634 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173514, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301097,20652907,20691119,20742317,20880583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173515, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291098,20308811,20403584,20443895,20474476,20475768,20477203,20545331,20562617,20573729,20596992,20674270,20725740,20730993,20778741,20782315,20840405,20888274,20889483,20898015,20919424,20925768,20929921,20929965,20966435,21001562,21001665,21001899,21001928,21001968,21002278,21002750,21002884,21053596,21053673,21053740,21053782,21053971,21054032,21054191,21054560,21054621,21054669,21054756,21054804,21054916,21054946,21055381,21055946,21056089,21056191,21056569,21056639,21056703,21056821,21057710,21058567,21058643,21059816,21060143,21060212,21060346,21120416,21120472,21120534,21122685,21122987,21123599,21123748,21123854,21124457,21124571,21125847,21126112,21126130,21128174,21128233,21128681,21129145,21129270,21129829,21130374,21130507,21130694,21130737,21130852,21131083,21131155,21131242,21131381,21131429,21131540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173516, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301095,20477760,20524489,20652904,20691115,20742316,20880574,20882183 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173517, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291105,20403588,20443892,20474469,20475779,20477210,20485557,20545335,20562618,20573726,20596993,20669689,20674271,20725733,20730996,20748789,20778749,20782316,20840404,20888265,20889479,20898017,20915787,20919422,20925766,20929920,20929961,20966439,21001561,21001669,21001896,21001931,21001973,21002281,21002753,21002892,21053590,21053668,21053738,21053783,21053829,21053968,21054034,21054196,21054567,21054626,21054655,21054666,21054750,21054796,21054918,21054944,21055387,21055944,21056087,21056188,21056570,21056642,21056709,21056815,21057717,21058557,21058642,21059509,21059707,21059821,21060145,21060210,21060349,21120408,21120464,21120525,21122680,21122983,21123602,21123749,21123760,21123855,21124332,21124453,21124580,21125840,21126069,21126106,21126124,21126236,21128164,21128236,21128685,21129141,21129273,21129832,21129864,21130365,21130503,21130642,21130692,21130742,21130849,21131018,21131084,21131158,21131237,21131303,21131428,21131539 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for gm : https://www.fotonower.com/velours/30173410,30173413,30173421,30173429,30173433,30173435,30173437,30173444,30173451,30173459,30173462,30173470,30173479,30173489,30173498,30173503,30173512,30173514,30173516?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173411,30173415,30173423,30173431,30173453,30173472,30173482,30173491,30173500,30173505?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30173412,30173432,30173473,30173483,30173492,30173501,30173506?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173414,30173434,30173436,30173438,30173463,30173480,30173515,30173517?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173416,30173424,30173439,30173446,30173454,30173465,30173474,30173484,30173493,30173507?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/30173417,30173425,30173440,30173447,30173455,30173466,30173475,30173485,30173494,30173508?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173418,30173426,30173441,30173448,30173456,30173461,30173467,30173476,30173486,30173495,30173509?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173419,30173427,30173442,30173449,30173457,30173468,30173477,30173487,30173496,30173510?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173420,30173428,30173443,30173450,30173458,30173469,30173478,30173488,30173497,30173502,30173511?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/30173422,30173430,30173445,30173452,30173460,30173464,30173471,30173481,30173490,30173499,30173504,30173513?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque Fonction SLA_MENSUEL nb_day : (5, 28) 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 : 02 mtr_id : dashboard_places : angers_montee_convoyeur date : 2025-02 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-02%') and created_at like '%2025-02%'))); nb_day : (5, 28) 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) = 02 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) = 02 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) = 02 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) = 02 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) = 02 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) = 02 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) = 02 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) = 02 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) = 02 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) = 02 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) = 02 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 '%022025%' and cps.thcl = 1533 GROUP BY sbstr ; after number_of_batch date_start : 2025-02-01 : dt_date_just_month_year : 2025-02-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-02-01" AND ded.date <= "2025-02-28" 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 (1652892,1652916,1652974,1653021,1653041,1653083,1653108,1653156,1653176,1653226,1653246,1653272,1653293,1653313,1653333,1653356,1653379,1653420,1653432,1652837,1652772,1653444,1653459,1652534,1652747,1652694,1637795,1653535) 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': 'gm', 'pht_type': 3594, 'ratio': 0.000793011616941015, 'nb_photo': 2, 'list_port_cont': '20516366', 'assoc_port': '20515637:20516366', 'assoc_mat': '20515637:autre:3594:20516366'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030668877346645357, 'nb_photo': 598, 'list_port_cont': '20171220,20172635,20174100,20177046,20178248,20178725,20186492,20188611,20200244,20200488,20201405,20202956,20208868,20211307,20217276,20217522,20220561,20227552,20229875,20247286,20248897,20255106,20257456,20260608,20264568,20267683,20278573,20278692,20295635,20296885,20298341,20302305,20304745,20305895,20309606,20310145,20312966,20314133,20325802,20332517,20333665,20338605,20340538,20351379,20352802,20356291,20357087,20394874,20398607,20405150,20413201,20415894,20421562,20422092,20435372,20437308,20438478,20442813,20444089,20444616,20445542,20460835,20469157,20469716,20474518,20476955,20479424,20483995,20486815,20491217,20491654,20501388,20505491,20506547,20514573,20516634,20520532,20522730,20523637,20549120,20551762,20555026,20557229,20561273,20563367,20567388,20571030,20576578,20576623,20600002,20603445,20607761,20610244,20611058,20614947,20617643,20621370,20621665,20630994,20631057,20632192,20636690,20638532,20641439,20643569,20647815,20670162,20673808,20675332,20678698,20679031,20682382,20686373,2069129', 'assoc_port': '20168059:20177046,20169834:20171220,20171951:20172635,20172749:20174100,20177142:20178248,20177545:20178725,20183123:20186492,20186672:20188611,20199784:20200488,20199786:20200244,20200509:20201405,20201667:20202956,20206394:20208868,20210194:20211307,20215666:20217522,20215687:20217276,20219531:20220561,20224382:20227552,20228243:20229875,20245939:20247286,20247542:20248897,20253021:20255106,20254304:20257456,20258541:20260608,20262010:20264568,20266083:20267683,20277672:20278692,20277675:20278573,20293712:20295635,20296496:20296885,20298064:20298341,20300873:20302305,20303267:20305895,20303272:20304745,20308442:20310145,20308450:20309606,20312006:20312966,20313893:20314133,20324558:20325802,20330844:20332517,20331796:20333665,20337409:20338605,20338547:20340538,20350380:20351379,20352155:20352802,20354703:20357087,20355354:20356291,20393265:20394874,20397365:20398607,20404209:20405150,20411279:20413201,20414609:20415894,20420764:20421562,20421504:20422092,20431075:20444616,20433550:20435372,20436382:2043730', 'assoc_mat': '20168059:autre:3327:20177046,20169834:autre:3327:20171220,20171951:autre:3327:20172635,20172749:autre:3327:20174100,20177142:autre:3327:20178248,20177545:autre:3327:20178725,20183123:autre:3327:20186492,20186672:autre:3327:20188611,20199784:autre:3327:20200488,20199786:autre:3327:20200244,20200509:autre:3327:20201405,20201667:autre:3327:20202956,20206394:autre:3327:20208868,20210194:autre:3327:20211307,20215666:autre:3327:20217522,20215687:autre:3327:20217276,20219531:autre:3327:20220561,20224382:autre:3327:20227552,20228243:autre:3327:20229875,20245939:autre:3327:20247286,20247542:autre:3327:20248897,20253021:autre:3327:20255106,20254304:autre:3327:20257456,20258541:autre:3327:20260608,20262010:autre:3327:20264568,20266083:autre:3327:20267683,20277672:autre:3327:20278692,20277675:autre:3327:20278573,20293712:autre:3327:20295635,20296496:autre:3327:20296885,20298064:autre:3327:20298341,20300873:autre:3327:20302305,20303267:autre:3327:20305895,20303272:autre:3327:20304745,20308442:autre:3327:20310145,20308450:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004476835172421793, 'nb_photo': 25, 'list_port_cont': '21001651,21001944,21056001,21124769,21129935', 'assoc_port': '21001262:21001944,21001273:21001651,21002624:21129935,21053304:21056001,21124054:21124769', 'assoc_mat': '21001262:autre:3594:21001944,21001273:autre:3594:21001651,21002624:autre:3594:21129935,21053304:autre:3594:21056001,21124054:autre:3594:21124769'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.010567712130856322, 'nb_photo': 45, 'list_port_cont': '20301087,20477768,20524498,20652910,20691116,20742313,20880579,20882174', 'assoc_port': '20300842:20301087,20477525:20477768,20524360:20524498,20652563:20652910,20688365:20691116,20742145:20742313,20880569:20880579,20882063:20882174', 'assoc_mat': '20300842:autre_refus:3726:20301087,20477525:autre_refus:3726:20477768,20524360:autre_refus:3726:20524498,20652563:autre_refus:3726:20652910,20688365:autre_refus:3726:20691116,20742145:autre_refus:3726:20742313,20880569:autre_refus:3726:20880579,20882063:autre_refus:3726:20882174'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011357970524446532, 'nb_photo': 1197, 'list_port_cont': '20308810,20403591,20443897,20475777,20477207,20485566,20545338,20562624,20573728,20596991,20669683,20674274,20725735,20730994,20748788,20778750,20782324,20840407,20888269,20889481,20898016,20915792,20919426,20925772,20929927,20929966,20966444,21001559,21001666,21001892,21001926,21001971,21002282,21002751,21002890,21053591,21053671,21053735,21053789,21053823,21053963,21054036,21054189,21054563,21054627,21054659,21054672,21054748,21054794,21054921,21054954,21055384,21055948,21056086,21056184,21056562,21056633,21056708,21057714,21058566,21058647,21059520,21059698,21059814,21060151,21060211,21060347,21120413,21120466,21120530,21122681,21122984,21123601,21123743,21123765,21123853,21124339,21124448,21124570,21125844,21126072,21126111,21126127,21126242,21128170,21128235,21128680,21129143,21129266,21129824,21129856,21130373,21130511,21130646,21130698,21130743,21130751,21131019,21131085,21131163,21131241,21131301,21131378,21131427,21131538', 'assoc_port': '20308446:20308810,20403540:20403591,20443833:20443897,20475364:20475777,20475366:20477207,20485442:20485566,20544936:20545338,20562535:20562624,20573403:20573728,20596788:20596991,20669625:20669683,20674231:20674274,20725589:20725735,20730973:20730994,20748721:20748788,20778575:20778750,20782294:20782324,20838641:20840407,20888115:20888269,20888796:20889481,20897850:20898016,20915459:20915792,20919368:20919426,20925357:20925772,20929764:20929966,20929770:20929927,20966349:20966444,21001228:21001559,21001267:21128235,21001276:21001666,21001688:21129143,21001689:21002751,21001703:21002282,21001724:21001892,21001734:21001971,21001739:21001926,21002711:21129856,21002713:21129824,21002721:21002890,21053265:21128680,21053273:21053735,21053278:21053671,21053291:21053591,21053695:21053789,21053716:21054036,21053722:21053963,21053729:21054189,21053759:21053823,21054297:21054659,21054310:21054627,21054318:21054563,21054359:21054672,21054597:21054921,21054617:21054794,21054630:21054954,21054641:21054748,21055181:2105538', 'assoc_mat': '20308446:autre_refus:3726:20308810,20403540:autre_refus:3726:20403591,20443833:autre_refus:3726:20443897,20475364:autre_refus:3726:20475777,20475366:autre_refus:3726:20477207,20485442:autre_refus:3726:20485566,20544936:autre_refus:3726:20545338,20562535:autre_refus:3726:20562624,20573403:autre_refus:3726:20573728,20596788:autre_refus:3726:20596991,20669625:autre_refus:3726:20669683,20674231:autre_refus:3726:20674274,20725589:autre_refus:3726:20725735,20730973:autre_refus:3726:20730994,20748721:autre_refus:3726:20748788,20778575:autre_refus:3726:20778750,20782294:autre_refus:3726:20782324,20838641:autre_refus:3726:20840407,20888115:autre_refus:3726:20888269,20888796:autre_refus:3726:20889481,20897850:autre_refus:3726:20898016,20915459:autre_refus:3726:20915792,20919368:autre_refus:3726:20919426,20925357:autre_refus:3726:20925772,20929764:autre_refus:3726:20929966,20929770:autre_refus:3726:20929927,20966349:autre_refus:3726:20966444,21001228:autre_refus:3726:21001559,21001267:autre_refus:3726:21128235,21001276:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0023106359595214576, 'nb_photo': 18, 'list_port_cont': '20177039,20340545,20394878,20405147,20435381,20454019,20567383,20635073,20672855,20691288,20732743,20777768,20849571,20890135,21055617,21127406', 'assoc_port': '20168059:20177039,20338547:20340545,20393265:20394878,20404209:20405147,20433550:20435381,20451770:20454019,20566746:20567383,20632028:20635073,20672169:20672855,20688397:20691288,20732080:20732743,20776152:20777768,20848641:20849571,20888795:20890135,21054298:21055617,21125559:21127406', 'assoc_mat': '20168059:barquette_avec_film:3327:20177039,20338547:barquette_avec_film:3327:20340545,20393265:barquette_avec_film:3327:20394878,20404209:barquette_avec_film:3327:20405147,20433550:barquette_avec_film:3327:20435381,20451770:barquette_avec_film:3327:20454019,20566746:barquette_avec_film:3327:20567383,20632028:barquette_avec_film:3327:20635073,20672169:barquette_avec_film:3327:20672855,20688397:barquette_avec_film:3327:20691288,20732080:barquette_avec_film:3327:20732743,20776152:barquette_avec_film:3327:20777768,20848641:barquette_avec_film:3327:20849571,20888795:barquette_avec_film:3327:20890135,21054298:barquette_avec_film:3327:21055617,21125559:barquette_avec_film:3327:21127406'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008810772761386143, 'nb_photo': 12, 'list_port_cont': '20382444,20495678,20515114,20658801,20709047,20787012,20910991,20931941,21183093,21200238', 'assoc_port': '20296337:20382444,20431076:20495678,20505940:20515114,20630388:20658801,20685069:20709047,20781905:20787012,20886151:20910991,20924209:20931941,21001280:21200238,21123363:21183093', 'assoc_mat': '20296337:barquette_opaque:4205:20382444,20431076:barquette_opaque:4205:20495678,20505940:barquette_opaque:4205:20515114,20630388:barquette_opaque:4205:20658801,20685069:barquette_opaque:4205:20709047,20781905:barquette_opaque:4205:20787012,20886151:barquette_opaque:4205:20910991,20924209:barquette_opaque:4205:20931941,21001280:barquette_opaque:4205:21200238,21123363:barquette_opaque:4205:21183093'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001512737556211387, 'nb_photo': 351, 'list_port_cont': '20297166,20355861,20360463,20362953,20379885,20383271,20389346,20426350,20451292,20464650,20476666,20479590,20480107,20493747,20494527,20514594,20522627,20531320,20557669,20586564,20604145,20619398,20654750,20701969,20716027,20727301,20728261,20747398,20786038,20854612,20870348,20871191,20873494,20898836,20930517,20942026,20942859,20976508,21182379,21183256,21200451,21202857,21204559,21211665,21213388,21220167,21235762,21250806,21253551,21299034,21309297,21342358', 'assoc_port': '20171947:20297166,20228245:20355861,20251677:20360463,20262031:20362953,20291011:20379885,20297655:20383271,20308443:20389346,20354704:20426350,20398812:20451292,20410109:20464650,20421532:20493747,20441872:20476666,20451766:20480107,20470424:20494527,20479233:20479590,20505111:20514594,20510744:20522627,20519774:20531320,20549743:20557669,20573401:20586564,20602371:20604145,20610319:20619398,20634828:20654750,20692234:20701969,20703033:20716027,20718502:20727301,20720594:20728261,20732078:20747398,20780559:20786038,20832985:20870348,20833038:20873494,20836981:20854612,20845542:20871191,20882059:20930517,20888117:20898836,20919369:20942859,20927010:20942026,20966339:20976508,21001284:21200451,21001694:21211665,21001717:21213388,21053272:21202857,21053297:21204559,21055192:21220167,21056532:21235762,21059205:21342358,21059359:21250806,21059806:21253551,21120302:21299034,21122482:21182379,21123359:21183256,21124048:21309297', 'assoc_mat': '20171947:barquette_opaque:4203:20297166,20228245:barquette_opaque:4203:20355861,20251677:barquette_opaque:4203:20360463,20262031:barquette_opaque:4203:20362953,20291011:barquette_opaque:4203:20379885,20297655:barquette_opaque:4203:20383271,20308443:barquette_opaque:4203:20389346,20354704:barquette_opaque:4203:20426350,20398812:barquette_opaque:4203:20451292,20410109:barquette_opaque:4203:20464650,20421532:barquette_opaque:4203:20493747,20441872:barquette_opaque:4203:20476666,20451766:barquette_opaque:4203:20480107,20470424:barquette_opaque:4203:20494527,20479233:barquette_opaque:4203:20479590,20505111:barquette_opaque:4203:20514594,20510744:barquette_opaque:4203:20522627,20519774:barquette_opaque:4203:20531320,20549743:barquette_opaque:4203:20557669,20573401:barquette_opaque:4203:20586564,20602371:barquette_opaque:4203:20604145,20610319:barquette_opaque:4203:20619398,20634828:barquette_opaque:4203:20654750,20692234:barquette_opaque:4203:20701969,20703033:barquette_opaque:4203:20716027,20718502:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018928397774792382, 'nb_photo': 42, 'list_port_cont': '20478083,20478274,20599256,20631769,20681488,20718487,20878335,20880653,21054726,21123332,21125177,21126200,21130296,21130531,21132291,21132600,21132888,21135854,21161619,21165552,21192385,21200856,21205899,21206000,21207049,21207147,21208231,21208319,21208334,21208642,21208950', 'assoc_port': '20477524:20478274,20477528:20478083,20598618:20599256,20631043:20631769,20680377:20681488,20717940:20718487,20877876:20878335,20880567:20880653,21053254:21200856,21053700:21205899,21053707:21206000,21054289:21208231,21054303:21208334,21054306:21208319,21054354:21054726,21055163:21207147,21055171:21207049,21055564:21130296,21056526:21130531,21058269:21135854,21059247:21132888,21059258:21132600,21059261:21132291,21120267:21161619,21120300:21165552,21122402:21208950,21122462:21123332,21123999:21208642,21124007:21125177,21125562:21192385,21125607:21126200', 'assoc_mat': '20477524:barquette_opaque:4207:20478274,20477528:barquette_opaque:4207:20478083,20598618:barquette_opaque:4207:20599256,20631043:barquette_opaque:4207:20631769,20680377:barquette_opaque:4207:20681488,20717940:barquette_opaque:4207:20718487,20877876:barquette_opaque:4207:20878335,20880567:barquette_opaque:4207:20880653,21053254:barquette_opaque:4207:21200856,21053700:barquette_opaque:4207:21205899,21053707:barquette_opaque:4207:21206000,21054289:barquette_opaque:4207:21208231,21054303:barquette_opaque:4207:21208334,21054306:barquette_opaque:4207:21208319,21054354:barquette_opaque:4207:21054726,21055163:barquette_opaque:4207:21207147,21055171:barquette_opaque:4207:21207049,21055564:barquette_opaque:4207:21130296,21056526:barquette_opaque:4207:21130531,21058269:barquette_opaque:4207:21135854,21059247:barquette_opaque:4207:21132888,21059258:barquette_opaque:4207:21132600,21059261:barquette_opaque:4207:21132291,21120267:barquette_opaque:4207:21161619,21120300:barquette_opaque:4207:21165552,21122402:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013691269827681384, 'nb_photo': 54, 'list_port_cont': '20384279,20435578,20493883,20584423,20585253,20586638,20640614,20702482,20845486,20877668,20880306,20927283,20942657,21186029,21189981,21193263,21201220,21208606,21210420,21214212,21214416,21216814,21217334,21219457,21220338,21225471,21230033,21242078,21242538,21249128,21251722,21252863', 'assoc_port': '20262011:20435578,20300840:20384279,20469231:20493883,20562533:20584423,20566749:20585253,20576082:20586638,20631045:20640614,20675611:20702482,20832993:20845486,20838637:20880306,20854906:20877668,20916991:20927283,20929136:20942657,21001727:21214212,21001731:21214416,21002634:21216814,21002641:21217334,21053253:21201220,21054294:21208606,21054329:21210420,21054648:21219457,21055196:21220338,21055639:21225471,21055665:21230033,21058220:21242078,21058225:21242538,21059264:21249128,21059405:21251722,21059415:21252863,21123387:21186029,21124039:21189981,21125567:21193263', 'assoc_mat': '20262011:barquette_opaque:4461:20435578,20300840:barquette_opaque:4461:20384279,20469231:barquette_opaque:4461:20493883,20562533:barquette_opaque:4461:20584423,20566749:barquette_opaque:4461:20585253,20576082:barquette_opaque:4461:20586638,20631045:barquette_opaque:4461:20640614,20675611:barquette_opaque:4461:20702482,20832993:barquette_opaque:4461:20845486,20838637:barquette_opaque:4461:20880306,20854906:barquette_opaque:4461:20877668,20916991:barquette_opaque:4461:20927283,20929136:barquette_opaque:4461:20942657,21001727:barquette_opaque:4461:21214212,21001731:barquette_opaque:4461:21214416,21002634:barquette_opaque:4461:21216814,21002641:barquette_opaque:4461:21217334,21053253:barquette_opaque:4461:21201220,21054294:barquette_opaque:4461:21208606,21054329:barquette_opaque:4461:21210420,21054648:barquette_opaque:4461:21219457,21055196:barquette_opaque:4461:21220338,21055639:barquette_opaque:4461:21225471,21055665:barquette_opaque:4461:21230033,21058220:barquette_opaque:4461:21242078,21058225:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04834960571044641, 'nb_photo': 1131, 'list_port_cont': '20226911,20228128,20257565,20272210,20278007,20278111,20291816,20296521,20308337,20325360,20334123,20334311,20335612,20352705,20355410,20401436,20403606,20411739,20412828,20416195,20419454,20421815,20434617,20441337,20442738,20453698,20457591,20461377,20469067,20470525,20478186,20482520,20486365,20501269,20504926,20512278,20523244,20523489,20557172,20562349,20597225,20597518,20600834,20608107,20609414,20617514,20618702,20632659,20633460,20637006,20675303,20678156,20696833,20703486,20703659,20709270,20709356,20715903,20718451,20728065,20729165,20731262,20732369,20777127,20779701,20779744,20781863,20782727,20833970,20838548,20840032,20840890,20843647,20845997,20847770,20848502,20882242,20882450,20886118,20887400,20887958,20888070,20888481,20888603,20889845,20890186,20890480,20892014,20893001,20893115,20893435,20895494,20916156,20924083,20925477,20927072,20930009,20931228,20966475,20971058,20971304,20974041,20975447,21001543,21001623,21001760,21001950,21002025,21002415,21002903,21053838,21054128,21055805,2105712', 'assoc_port': '20224380:20226911,20226941:20228128,20254278:20272210,20257117:20257565,20277674:20278111,20277678:20278007,20291009:20291816,20296336:20296521,20307290:20308337,20324562:20325360,20330842:20334311,20331821:20334123,20334539:20335612,20351129:20352705,20354712:20355410,20398811:20401436,20403539:20403606,20407606:20412828,20410110:20411739,20414615:20416195,20418291:20419454,20421527:20421815,20433553:20434617,20436920:20441337,20441869:20442738,20451768:20453698,20455315:20457591,20460488:20461377,20469016:20469067,20470421:20470525,20477526:20478186,20479472:20482520,20485445:20486365,20500513:20501269,20504796:20504926,20510743:20512278,20522136:20523244,20522902:20523489,20555730:20557172,20561529:20562349,20596784:20597518,20596787:20597225,20600236:20600834,20607820:20608107,20608556:20609414,20616936:20617514,20617896:20618702,20631044:20632659,20632057:20633460,20636733:20637006,20675069:20675303,20677303:20678156,20690024:20696833,20699101:20709356,20699105:20709270,20699109:20703486,20703029:2070365', 'assoc_mat': '20224380:barquette_opaque:4200:20226911,20226941:barquette_opaque:4200:20228128,20254278:barquette_opaque:4200:20272210,20257117:barquette_opaque:4200:20257565,20277674:barquette_opaque:4200:20278111,20277678:barquette_opaque:4200:20278007,20291009:barquette_opaque:4200:20291816,20296336:barquette_opaque:4200:20296521,20307290:barquette_opaque:4200:20308337,20324562:barquette_opaque:4200:20325360,20330842:barquette_opaque:4200:20334311,20331821:barquette_opaque:4200:20334123,20334539:barquette_opaque:4200:20335612,20351129:barquette_opaque:4200:20352705,20354712:barquette_opaque:4200:20355410,20398811:barquette_opaque:4200:20401436,20403539:barquette_opaque:4200:20403606,20407606:barquette_opaque:4200:20412828,20410110:barquette_opaque:4200:20411739,20414615:barquette_opaque:4200:20416195,20418291:barquette_opaque:4200:20419454,20421527:barquette_opaque:4200:20421815,20433553:barquette_opaque:4200:20434617,20436920:barquette_opaque:4200:20441337,20441869:barquette_opaque:4200:20442738,20451768:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0008305729993668002, 'nb_photo': 19, 'list_port_cont': '20225586,20246766,20250396,20264738,20273842,20353498,20452934,20479353,20597355,20610621,20719740,20728092,20833731,20845568,20854528', 'assoc_port': '20224378:20225586,20245938:20246766,20249728:20250396,20263700:20264738,20270889:20273842,20353379:20353498,20451769:20452934,20479234:20479353,20596786:20597355,20610318:20610621,20718507:20719740,20727919:20728092,20832939:20854528,20832998:20845568,20833043:20833731', 'assoc_mat': '20224378:barquette_opaque:4207:20225586,20245938:barquette_opaque:4207:20246766,20249728:barquette_opaque:4207:20250396,20263700:barquette_opaque:4207:20264738,20270889:barquette_opaque:4207:20273842,20353379:barquette_opaque:4207:20353498,20451769:barquette_opaque:4207:20452934,20479234:barquette_opaque:4207:20479353,20596786:barquette_opaque:4207:20597355,20610318:barquette_opaque:4207:20610621,20718507:barquette_opaque:4207:20719740,20727919:barquette_opaque:4207:20728092,20832939:barquette_opaque:4207:20854528,20832998:barquette_opaque:4207:20845568,20833043:barquette_opaque:4207:20833731'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006478385207939519, 'nb_photo': 305, 'list_port_cont': '20896565,20898851,20907281,20919281,20919304,20930135,20966537,20974637,20975173,20976670,20995604,21054695,21125356,21129431,21129809,21162470,21163735,21164010,21164755,21165658,21166581,21166678,21166780,21166814,21166986,21167207,21176464,21176674,21180446,21180568,21180688,21181452,21181589,21182037,21182199,21182505,21183884,21185442,21186458,21186655,21188461,21188660,21189196,21189438,21189963,21190534,21190743,21190768,21191127,21191174,21191900,21191995,21192435,21193580,21193659,21194285,21194318,21194661,21194713,21194992,21195384,21195433,21195602,21198661,21198775,21198975,21201820,21202973,21204035,21204618,21204673,21205183,21205456,21205476,21205830,21206024,21206119,21206585,21207327,21207585,21207629,21207681,21207712,21207833,21207916,21207935,21208557,21208776,21208814,21209329,21209707,21210256,21210312,21210677,21211315,21211388,21211643,21211775,21214384,21214515,21214677,21214694,21214717,21216269,21216648,21216750,21216927,21217044,21217458,21217573,21217702,21217872,21217966,2121810', 'assoc_port': '20215674:21204618,20219535:21276384,20224378:21205183,20226939:21205456,20245938:21205830,20249728:21206585,20263700:21207629,20270889:21207712,20277684:21054695,20300842:21209707,20327793:21211643,20341995:21214515,20353379:21214717,20354711:21214694,20411272:21217458,20421518:21218102,20451769:21219099,20477525:21219901,20485444:21268371,20489623:21220151,20515633:21226576,20515637:21226898,20524360:21230631,20596786:21242267,20652563:21252232,20688365:21193659,20695689:21194713,20699102:21194318,20699104:21194285,20718513:21257257,20727919:21190534,20742145:21190743,20832939:21284816,20832998:21284312,20833006:21185442,20833037:21186655,20833043:21283833,20833053:21125356,20880569:20907281,20887002:20896565,20888118:20898851,20888384:20919304,20888386:20919281,20895535:20930135,20966318:20995604,20966320:20974637,20966323:20975173,20966345:20976670,20966356:20966537,21001230:21198661,21001233:21198775,21001235:21198975,21001285:21279822,21001691:21211388,21001702:21273396,21001705:21211775,21001730:2121438', 'assoc_mat': '20215674:barquette_opaque:4209:21204618,20219535:barquette_opaque:4209:21276384,20224378:barquette_opaque:4209:21205183,20226939:barquette_opaque:4209:21205456,20245938:barquette_opaque:4209:21205830,20249728:barquette_opaque:4209:21206585,20263700:barquette_opaque:4209:21207629,20270889:barquette_opaque:4209:21207712,20277684:barquette_opaque:4209:21054695,20300842:barquette_opaque:4209:21209707,20327793:barquette_opaque:4209:21211643,20341995:barquette_opaque:4209:21214515,20353379:barquette_opaque:4209:21214717,20354711:barquette_opaque:4209:21214694,20411272:barquette_opaque:4209:21217458,20421518:barquette_opaque:4209:21218102,20451769:barquette_opaque:4209:21219099,20477525:barquette_opaque:4209:21219901,20485444:barquette_opaque:4209:21268371,20489623:barquette_opaque:4209:21220151,20515633:barquette_opaque:4209:21226576,20515637:barquette_opaque:4209:21226898,20524360:barquette_opaque:4209:21230631,20596786:barquette_opaque:4209:21242267,20652563:barquette_opaque:4209:21252232,20688365:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.021648878722073394, 'nb_photo': 10931, 'list_port_cont': '20168758,20170137,20173849,20174169,20178350,20178607,20184715,20200319,20203916,20206255,20208997,20209438,20217458,20218310,20220331,20223980,20226044,20226609,20227877,20229220,20247091,20259497,20265001,20296643,20332616,20334238,20337936,20339415,20340039,20345661,20350792,20351368,20353912,20355388,20358755,20360242,20360366,20360566,20361355,20362593,20362690,20363963,20364126,20364267,20365494,20365932,20366170,20367239,20367347,20368517,20368798,20369336,20370625,20395258,20400644,20402668,20407483,20411475,20416146,20419526,20422599,20438625,20443000,20443792,20444097,20452066,20455622,20456580,20470691,20475614,20476093,20477117,20480478,20483631,20486970,20487356,20490966,20492577,20493861,20493982,20505010,20506276,20506573,20506732,20507230,20514955,20516427,20518556,20522748,20525025,20525530,20546210,20549108,20551498,20553598,20558635,20565364,20567445,20577421,20580166,20597676,20599627,20603570,20606906,20607782,20609645,20611806,20613659,20617821,20623112,20623220,20631365,20633764,2063607', 'assoc_port': '20168058:20265001,20168492:20168758,20169287:20170137,20171950:20173849,20172748:20174169,20177140:20178350,20177547:20178607,20183126:20184715,20199782:20200319,20200514:20206255,20201665:20203916,20206393:20209438,20206396:20208997,20215665:20218310,20215671:20217458,20219533:20220331,20220268:20226609,20220270:20223980,20224384:20226044,20226942:20227877,20228246:20229220,20245966:20247091,20249724:20360242,20249727:20360366,20253023:20360566,20257111:20259497,20258543:20362690,20263701:20370625,20266081:20364267,20270891:20369336,20277682:20296643,20293713:20368798,20295679:20368517,20296493:20367347,20297024:20367239,20297026:20366170,20297653:20365932,20298063:20365494,20300871:20364126,20303263:20363963,20303271:20362593,20308453:20361355,20313891:20358755,20324554:20350792,20324561:20334238,20330845:20332616,20336407:20337936,20337414:20339415,20338546:20340039,20341992:20345661,20350378:20351368,20353380:20353912,20354709:20355388,20393269:20395258,20398810:20400644,20401674:20402668,20404210:2041952', 'assoc_mat': '20168058:barquette_opaque:4211:20265001,20168492:barquette_opaque:4211:20168758,20169287:barquette_opaque:4211:20170137,20171950:barquette_opaque:4211:20173849,20172748:barquette_opaque:4211:20174169,20177140:barquette_opaque:4211:20178350,20177547:barquette_opaque:4211:20178607,20183126:barquette_opaque:4211:20184715,20199782:barquette_opaque:4211:20200319,20200514:barquette_opaque:4211:20206255,20201665:barquette_opaque:4211:20203916,20206393:barquette_opaque:4211:20209438,20206396:barquette_opaque:4211:20208997,20215665:barquette_opaque:4211:20218310,20215671:barquette_opaque:4211:20217458,20219533:barquette_opaque:4211:20220331,20220268:barquette_opaque:4211:20226609,20220270:barquette_opaque:4211:20223980,20224384:barquette_opaque:4211:20226044,20226942:barquette_opaque:4211:20227877,20228246:barquette_opaque:4211:20229220,20245966:barquette_opaque:4211:20247091,20249724:barquette_opaque:4211:20360242,20249727:barquette_opaque:4211:20360366,20253023:barquette_opaque:4211:20360566,20257111:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005392641134905872, 'nb_photo': 178, 'list_port_cont': '20171221,20171788,20172633,20177037,20178242,20186482,20188602,20201409,20202953,20217520,20247287,20248894,20255101,20257454,20260616,20264571,20278693,20295630,20296890,20298344,20304747,20312969,20314126,20325797,20333671,20338607,20351377,20355113,20398608,20405156,20408818,20415895,20421566,20435376,20438477,20442817,20444084,20445541,20449151,20454027,20469152,20469710,20474527,20476952,20481343,20491215,20505492,20514569,20522737,20523645,20549121,20555014,20557228,20561271,20576619,20600007,20603456,20607769,20610252,20611067,20614956,20617633,20631052,20632191,20636692,20638536,20653683,20671651,20675327,20679026,20682384,20685096,20686372,20691296,20694006,20703107,20710877,20715325,20718031,20719723,20722779,20727785,20730389,20779038,20779681,20780870,20781382,20782090,20782702,20831675,20834297,20839313,20840264,20840455,20841159,20842067,20845293,20846690,20847844,20849498,20849567,20850444,20855750,20877463,20880708,20881648,20884800,20886157,20892985,20920902,20927503,20930370,20966775,2097561', 'assoc_port': '20168059:20177037,20169831:20171788,20169834:20171221,20171951:20172633,20177142:20178242,20183123:20186482,20186672:20188602,20200509:20201409,20201667:20202953,20215666:20217520,20245939:20247287,20247542:20248894,20253021:20255101,20254304:20257454,20258541:20260616,20262010:20264571,20277672:20278693,20293712:20295630,20296496:20296890,20298064:20298344,20303272:20304747,20312006:20312969,20313893:20314126,20324558:20325797,20331796:20333671,20337409:20338607,20350380:20351377,20354707:20355113,20397365:20398608,20404209:20405156,20407607:20408818,20414609:20415895,20420764:20421566,20433550:20435376,20436921:20438477,20441870:20442817,20443835:20444084,20444393:20445541,20448174:20449151,20451770:20454027,20469014:20469152,20469233:20469710,20471728:20474527,20476723:20476952,20479474:20481343,20489628:20491215,20505113:20505492,20513207:20514569,20522138:20522737,20522899:20523645,20547841:20549121,20551965:20555014,20555731:20557228,20557618:20561271,20576078:20576619,20598617:20600007,20602369:2060345', 'assoc_mat': '20168059:bouchon:3327:20177037,20169831:bouchon:3327:20171788,20169834:bouchon:3327:20171221,20171951:bouchon:3327:20172633,20177142:bouchon:3327:20178242,20183123:bouchon:3327:20186482,20186672:bouchon:3327:20188602,20200509:bouchon:3327:20201409,20201667:bouchon:3327:20202953,20215666:bouchon:3327:20217520,20245939:bouchon:3327:20247287,20247542:bouchon:3327:20248894,20253021:bouchon:3327:20255101,20254304:bouchon:3327:20257454,20258541:bouchon:3327:20260616,20262010:bouchon:3327:20264571,20277672:bouchon:3327:20278693,20293712:bouchon:3327:20295630,20296496:bouchon:3327:20296890,20298064:bouchon:3327:20298344,20303272:bouchon:3327:20304747,20312006:bouchon:3327:20312969,20313893:bouchon:3327:20314126,20324558:bouchon:3327:20325797,20331796:bouchon:3327:20333671,20337409:bouchon:3327:20338607,20350380:bouchon:3327:20351377,20354707:bouchon:3327:20355113,20397365:bouchon:3327:20398608,20404209:bouchon:3327:20405156,20407607:bouchon:3327:20408818,20414609:bouchon:3327:20415895,20420764:bouchon:3327:20421566,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.010143697601675489, 'nb_photo': 317, 'list_port_cont': '20345892,20382454,20384590,20410424,20419442,20436301,20447915,20466595,20469145,20478282,20495672,20503194,20515115,20529704,20583885,20584269,20586219,20601095,20627249,20649208,20658797,20675825,20709048,20709638,20727233,20728053,20784165,20787020,20840133,20847626,20854349,20872673,20880502,20880635,20911000,20919482,20931939,20975684,21183087,21193358,21200244,21204907,21206176,21208544,21211935,21217200,21219645,21221501,21246161,21308266', 'assoc_port': '20204921:20345892,20266098:20436301,20296337:20382454,20303275:20384590,20326810:20410424,20338549:20419442,20392276:20447915,20414608:20466595,20431076:20495672,20445955:20478282,20469015:20469145,20485440:20503194,20505940:20515115,20517445:20529704,20553045:20583885,20561522:20584269,20570272:20586219,20600235:20601095,20612113:20627249,20630388:20658797,20640602:20649208,20672165:20675825,20685069:20709048,20699111:20709638,20718506:20727233,20720578:20728053,20776158:20784165,20781905:20787020,20832929:20840133,20833007:20847626,20836985:20854349,20841933:20880502,20848242:20872673,20880568:20880635,20886151:20911000,20888388:20919482,20924209:20931939,20966334:20975684,21001280:21200244,21001716:21211935,21002710:21217200,21053303:21204907,21053711:21206176,21054296:21208544,21055166:21219645,21055579:21221501,21058334:21246161,21123363:21183087,21124053:21308266,21125601:21193358', 'assoc_mat': '20204921:carton:4205:20345892,20266098:carton:4205:20436301,20296337:carton:4205:20382454,20303275:carton:4205:20384590,20326810:carton:4205:20410424,20338549:carton:4205:20419442,20392276:carton:4205:20447915,20414608:carton:4205:20466595,20431076:carton:4205:20495672,20445955:carton:4205:20478282,20469015:carton:4205:20469145,20485440:carton:4205:20503194,20505940:carton:4205:20515115,20517445:carton:4205:20529704,20553045:carton:4205:20583885,20561522:carton:4205:20584269,20570272:carton:4205:20586219,20600235:carton:4205:20601095,20612113:carton:4205:20627249,20630388:carton:4205:20658797,20640602:carton:4205:20649208,20672165:carton:4205:20675825,20685069:carton:4205:20709048,20699111:carton:4205:20709638,20718506:carton:4205:20727233,20720578:carton:4205:20728053,20776158:carton:4205:20784165,20781905:carton:4205:20787020,20832929:carton:4205:20840133,20833007:carton:4205:20847626,20836985:carton:4205:20854349,20841933:carton:4205:20880502,20848242:carton:4205:20872673,20880568:carton:4205:20880635,2088'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007045213284349989, 'nb_photo': 953, 'list_port_cont': '20297167,20355869,20360467,20362951,20379893,20383266,20389347,20426345,20451287,20464643,20476671,20479592,20480116,20493733,20494535,20514595,20522625,20531322,20557658,20586565,20604143,20619410,20654749,20701976,20716017,20727305,20728265,20747402,20786050,20854610,20870345,20871177,20873495,20898834,20930528,20942027,20942871,20976503,21182368,21183266,21200439,21202845,21204568,21211655,21213396,21220166,21235766,21250820,21253528,21299027,21309285,21342349', 'assoc_port': '20171947:20297167,20228245:20355869,20251677:20360467,20262031:20362951,20291011:20379893,20297655:20383266,20308443:20389347,20354704:20426345,20398812:20451287,20410109:20464643,20421532:20493733,20441872:20476671,20451766:20480116,20470424:20494535,20479233:20479592,20505111:20514595,20510744:20522625,20519774:20531322,20549743:20557658,20573401:20586565,20602371:20604143,20610319:20619410,20634828:20654749,20692234:20701976,20703033:20716017,20718502:20727305,20720594:20728265,20732078:20747402,20780559:20786050,20832985:20870345,20833038:20873495,20836981:20854610,20845542:20871177,20882059:20930528,20888117:20898834,20919369:20942871,20927010:20942027,20966339:20976503,21001284:21200439,21001694:21211655,21001717:21213396,21053272:21202845,21053297:21204568,21055192:21220166,21056532:21235766,21059205:21342349,21059359:21250820,21059806:21253528,21120302:21299027,21122482:21182368,21123359:21183266,21124048:21309285', 'assoc_mat': '20171947:carton:4203:20297167,20228245:carton:4203:20355869,20251677:carton:4203:20360467,20262031:carton:4203:20362951,20291011:carton:4203:20379893,20297655:carton:4203:20383266,20308443:carton:4203:20389347,20354704:carton:4203:20426345,20398812:carton:4203:20451287,20410109:carton:4203:20464643,20421532:carton:4203:20493733,20441872:carton:4203:20476671,20451766:carton:4203:20480116,20470424:carton:4203:20494535,20479233:carton:4203:20479592,20505111:carton:4203:20514595,20510744:carton:4203:20522625,20519774:carton:4203:20531322,20549743:carton:4203:20557658,20573401:carton:4203:20586565,20602371:carton:4203:20604143,20610319:carton:4203:20619410,20634828:carton:4203:20654749,20692234:carton:4203:20701976,20703033:carton:4203:20716017,20718502:carton:4203:20727305,20720594:carton:4203:20728265,20732078:carton:4203:20747402,20780559:carton:4203:20786050,20832985:carton:4203:20870345,20833038:carton:4203:20873495,20836981:carton:4203:20854610,20845542:carton:4203:20871177,20882059:carton:4203:20930528,2088'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9453861064970299, 'nb_photo': 3571, 'list_port_cont': '20168690,20173985,20252800,20442975,20456334,20472418,20478078,20478266,20506131,20550577,20553634,20599243,20603135,20607997,20630978,20631762,20671632,20673771,20681487,20692657,20718494,20779978,20833100,20834832,20838994,20840283,20878340,20880353,20880655,20882207,20886237,20888461,20888497,20888982,20889276,20892400,20892883,20895778,20916036,20917562,20919649,20924681,20925455,20925831,20926413,20927042,20929950,20966456,20966520,20967661,20967718,20968186,20968229,21001523,21001744,21001907,21001980,21002143,21002596,21002656,21002805,21053644,21053768,21054024,21054715,21054820,21055223,21056293,21056318,21056377,21059035,21060461,21061050,21120486,21120622,21123331,21123403,21123778,21124084,21124403,21124851,21125176,21125247,21126189,21126292,21127008,21127681,21128181,21128194,21128300,21128729,21128820,21129012,21129053,21129120,21129368,21129580,21129716,21129792,21129914,21129968,21130242,21130300,21130342,21130405,21130457,21130522,21130593,21130726,21130995,21131363,21131488,21131552,2113167', 'assoc_port': '20168493:20168690,20172747:20173985,20251679:20252800,20441871:20442975,20455313:20456334,20471727:20472418,20477524:20478266,20477528:20478078,20505938:20506131,20547838:20550577,20551963:20553634,20598618:20599243,20602370:20603135,20607822:20607997,20630386:20630978,20631043:20631762,20671424:20671632,20673657:20673771,20680377:20681487,20692247:20692657,20717940:20718494,20779601:20779978,20832405:20833100,20832932:20840283,20834196:20834832,20838639:20838994,20877876:20878340,20880237:20880353,20880567:20880655,20882062:20882207,20886147:20886237,20888382:20888497,20888387:20888461,20888766:20889276,20888780:20888982,20891551:20892883,20891558:20892400,20895538:20895778,20912928:20925455,20915461:20916036,20916992:20917562,20919370:20919649,20924210:20924681,20925354:20926413,20925359:20925831,20927005:20927042,20929767:20929950,20966321:20968229,20966331:20968186,20966337:20967718,20966344:20967661,20966351:20966520,20966357:20966456,21001226:21198527,21001232:21198701,21001261:21199194,21001268:2119974', 'assoc_mat': '20168493:carton:4207:20168690,20172747:carton:4207:20173985,20251679:carton:4207:20252800,20441871:carton:4207:20442975,20455313:carton:4207:20456334,20471727:carton:4207:20472418,20477524:carton:4207:20478266,20477528:carton:4207:20478078,20505938:carton:4207:20506131,20547838:carton:4207:20550577,20551963:carton:4207:20553634,20598618:carton:4207:20599243,20602370:carton:4207:20603135,20607822:carton:4207:20607997,20630386:carton:4207:20630978,20631043:carton:4207:20631762,20671424:carton:4207:20671632,20673657:carton:4207:20673771,20680377:carton:4207:20681487,20692247:carton:4207:20692657,20717940:carton:4207:20718494,20779601:carton:4207:20779978,20832405:carton:4207:20833100,20832932:carton:4207:20840283,20834196:carton:4207:20834832,20838639:carton:4207:20838994,20877876:carton:4207:20878340,20880237:carton:4207:20880353,20880567:carton:4207:20880655,20882062:carton:4207:20882207,20886147:carton:4207:20886237,20888382:carton:4207:20888497,20888387:carton:4207:20888461,20888766:carton:4207:20889276,2088'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01715770757731139, 'nb_photo': 6951, 'list_port_cont': '20371587,20377710,20384276,20388698,20410513,20412363,20424365,20435580,20438443,20465210,20466982,20493113,20493885,20507375,20510623,20512334,20512801,20514545,20552855,20557914,20584352,20584426,20585241,20586346,20586629,20618944,20626047,20627052,20640619,20643953,20671549,20673298,20690455,20691792,20698867,20702474,20727570,20747620,20750430,20752268,20784283,20786127,20787361,20830715,20845483,20847031,20848360,20877671,20880298,20895229,20908824,20910068,20916120,20919110,20920357,20925563,20927291,20929982,20935457,20938845,20941843,20942663,20949484,20976974,20977143,20995434,20995783,21003152,21160990,21163333,21164907,21165858,21166379,21176807,21177915,21178966,21180589,21181025,21181392,21183226,21183787,21184751,21186025,21189130,21189977,21190563,21190938,21191458,21191643,21192638,21193255,21195146,21195495,21198402,21199035,21199480,21200153,21200359,21200493,21201205,21201988,21202454,21203198,21204009,21204385,21204808,21205490,21205719,21205965,21206387,21206931,21207037,21207260,2120741', 'assoc_port': '20262011:20435580,20270432:20371587,20270890:20438443,20277680:20377710,20300840:20384276,20308445:20388698,20323457:20493113,20324556:20466982,20326809:20410513,20331795:20412363,20351126:20424365,20411273:20465210,20469231:20493885,20475362:20507375,20479476:20514545,20487793:20512334,20502149:20510623,20504795:20512801,20524358:20552855,20555729:20557914,20562533:20584426,20562536:20584352,20566749:20585241,20570275:20586346,20576082:20586629,20610315:20618944,20617899:20627052,20623011:20626047,20631045:20640619,20637040:20643953,20645280:20671549,20649581:20673298,20675611:20702474,20677297:20690455,20688364:20698867,20690028:20691792,20718544:20727570,20727289:20747620,20734875:20750430,20748609:20752268,20777278:20784283,20780598:20786127,20782291:20787361,20827591:20830715,20832993:20845483,20833003:20847031,20833051:20848360,20838637:20880298,20854906:20877671,20886148:20916120,20886150:20895229,20886996:20935457,20888383:20919110,20888391:20920357,20889872:20908824,20891559:20938845,20892353:2091006', 'assoc_mat': '20262011:carton:4461:20435580,20270432:carton:4461:20371587,20270890:carton:4461:20438443,20277680:carton:4461:20377710,20300840:carton:4461:20384276,20308445:carton:4461:20388698,20323457:carton:4461:20493113,20324556:carton:4461:20466982,20326809:carton:4461:20410513,20331795:carton:4461:20412363,20351126:carton:4461:20424365,20411273:carton:4461:20465210,20469231:carton:4461:20493885,20475362:carton:4461:20507375,20479476:carton:4461:20514545,20487793:carton:4461:20512334,20502149:carton:4461:20510623,20504795:carton:4461:20512801,20524358:carton:4461:20552855,20555729:carton:4461:20557914,20562533:carton:4461:20584426,20562536:carton:4461:20584352,20566749:carton:4461:20585241,20570275:carton:4461:20586346,20576082:carton:4461:20586629,20610315:carton:4461:20618944,20617899:carton:4461:20627052,20623011:carton:4461:20626047,20631045:carton:4461:20640619,20637040:carton:4461:20643953,20645280:carton:4461:20671549,20649581:carton:4461:20673298,20675611:carton:4461:20702474,20677297:carton:4461:20690455,2068'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.027874414452324196, 'nb_photo': 4228, 'list_port_cont': '20226902,20228120,20257573,20272211,20278019,20278110,20291810,20296519,20308338,20309971,20325353,20334135,20334310,20335608,20352695,20355405,20401438,20403597,20411751,20412838,20416191,20419458,20421816,20434614,20441338,20442744,20453699,20457589,20461387,20469068,20470519,20478179,20482526,20486357,20501261,20504922,20512287,20523242,20523483,20557186,20562360,20597226,20597530,20600841,20608105,20609421,20617515,20618705,20632671,20633455,20637005,20675307,20678145,20696835,20703481,20703648,20709267,20709357,20715917,20718454,20728074,20729163,20730003,20731264,20732362,20777116,20779691,20779747,20781859,20782723,20833760,20833965,20838560,20840034,20840897,20843642,20845991,20847767,20848503,20882244,20882453,20886113,20887399,20887962,20888075,20888467,20888599,20889846,20890179,20890469,20892013,20893005,20893117,20893430,20895503,20916153,20922802,20924078,20925471,20927062,20930019,20931230,20966483,20971063,20971302,20974048,20975453,21001542,21001624,21001772,21001946,21002029,21002414,2100290', 'assoc_port': '20224380:20226902,20226941:20228120,20254278:20272211,20257117:20257573,20277674:20278110,20277678:20278019,20291009:20291810,20296336:20296519,20307290:20308338,20308451:20309971,20324562:20325353,20330842:20334310,20331821:20334135,20334539:20335608,20351129:20352695,20354712:20355405,20398811:20401438,20403539:20403597,20407606:20412838,20410110:20411751,20414615:20416191,20418291:20419458,20421527:20421816,20433553:20434614,20436920:20441338,20441869:20442744,20451768:20453699,20455315:20457589,20460488:20461387,20469016:20469068,20470421:20470519,20477526:20478179,20479472:20482526,20485445:20486357,20500513:20501261,20504796:20504922,20510743:20512287,20522136:20523242,20522902:20523483,20555730:20557186,20561529:20562360,20596784:20597530,20596787:20597226,20600236:20600841,20607820:20608105,20608556:20609421,20616936:20617515,20617896:20618705,20631044:20632671,20632057:20633455,20636733:20637005,20675069:20675307,20677303:20678145,20690024:20696835,20699101:20709357,20699105:20709267,20699109:2070348', 'assoc_mat': '20224380:carton:4200:20226902,20226941:carton:4200:20228120,20254278:carton:4200:20272211,20257117:carton:4200:20257573,20277674:carton:4200:20278110,20277678:carton:4200:20278019,20291009:carton:4200:20291810,20296336:carton:4200:20296519,20307290:carton:4200:20308338,20308451:carton:4200:20309971,20324562:carton:4200:20325353,20330842:carton:4200:20334310,20331821:carton:4200:20334135,20334539:carton:4200:20335608,20351129:carton:4200:20352695,20354712:carton:4200:20355405,20398811:carton:4200:20401438,20403539:carton:4200:20403597,20407606:carton:4200:20412838,20410110:carton:4200:20411751,20414615:carton:4200:20416191,20418291:carton:4200:20419458,20421527:carton:4200:20421816,20433553:carton:4200:20434614,20436920:carton:4200:20441338,20441869:carton:4200:20442744,20451768:carton:4200:20453699,20455315:carton:4200:20457589,20460488:carton:4200:20461387,20469016:carton:4200:20469068,20470421:carton:4200:20470519,20477526:carton:4200:20478179,20479472:carton:4200:20482526,20485445:carton:4200:20486357,2050'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.011599767446844999, 'nb_photo': 54, 'list_port_cont': '20516358', 'assoc_port': '20515637:20516358', 'assoc_mat': '20515637:carton:3594:20516358'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9503894108707407, 'nb_photo': 1181, 'list_port_cont': '20172617,20218085,20220175,20225460,20225579,20227676,20246767,20250387,20257663,20264745,20273849,20277993,20326608,20328527,20343736,20353484,20355269,20355424,20355591,20410947,20412703,20421663,20452942,20454756,20456167,20479352,20480146,20486039,20491228,20514516,20516337,20516395,20562680,20597363,20610626,20678663,20682217,20696415,20709292,20709341,20719390,20719733,20728087,20779333,20779546,20833538,20833729,20834594,20845558,20847222,20854533', 'assoc_port': '20171946:20172617,20215674:20218085,20219535:20220175,20224378:20225579,20224381:20225460,20226939:20227676,20245938:20246767,20249728:20250387,20257109:20257663,20263700:20264745,20270889:20273849,20277684:20277993,20324553:20326608,20327793:20328527,20341995:20343736,20353379:20353484,20354708:20355424,20354711:20355269,20355355:20355591,20410111:20410947,20411272:20412703,20421518:20421663,20451769:20452942,20454229:20454756,20455316:20456167,20479234:20479352,20479473:20480146,20485444:20486039,20489623:20491228,20513203:20514516,20515633:20516395,20515635:20516337,20561523:20562680,20596786:20597363,20610318:20610626,20677302:20678663,20680363:20682217,20695689:20696415,20699102:20709292,20699104:20709341,20718507:20719733,20718513:20719390,20727919:20728087,20779070:20779546,20779073:20779333,20832939:20854533,20832998:20845558,20833006:20847222,20833037:20834594,20833043:20833729,20833053:20833538', 'assoc_mat': '20171946:carton:4207:20172617,20215674:carton:4207:20218085,20219535:carton:4207:20220175,20224378:carton:4207:20225579,20224381:carton:4207:20225460,20226939:carton:4207:20227676,20245938:carton:4207:20246767,20249728:carton:4207:20250387,20257109:carton:4207:20257663,20263700:carton:4207:20264745,20270889:carton:4207:20273849,20277684:carton:4207:20277993,20324553:carton:4207:20326608,20327793:carton:4207:20328527,20341995:carton:4207:20343736,20353379:carton:4207:20353484,20354708:carton:4207:20355424,20354711:carton:4207:20355269,20355355:carton:4207:20355591,20410111:carton:4207:20410947,20411272:carton:4207:20412703,20421518:carton:4207:20421663,20451769:carton:4207:20452942,20454229:carton:4207:20454756,20455316:carton:4207:20456167,20479234:carton:4207:20479352,20479473:carton:4207:20480146,20485444:carton:4207:20486039,20489623:carton:4207:20491228,20513203:carton:4207:20514516,20515633:carton:4207:20516395,20515635:carton:4207:20516337,20561523:carton:4207:20562680,20596786:carton:4207:20597363,2061'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.051942598732006746, 'nb_photo': 7554, 'list_port_cont': '20894595,20896008,20896572,20898843,20907050,20907097,20907288,20909057,20909081,20910030,20910560,20910935,20919279,20919308,20929658,20930137,20931581,20941761,20941816,20942618,20942699,20966536,20974626,20975161,20975556,20976374,20976550,20976663,20995610,21054702,21125357,21129438,21129812,21131705,21161022,21161145,21161193,21162466,21162733,21163556,21163749,21164009,21164763,21165144,21165661,21165805,21166483,21166584,21166675,21166767,21166809,21166987,21167202,21176125,21176239,21176467,21176675,21177091,21177372,21178407,21180236,21180340,21180435,21180574,21180686,21181449,21181592,21181818,21182030,21182074,21182189,21182497,21182576,21182968,21183528,21183883,21184719,21184872,21185093,21185455,21186466,21186663,21186864,21187698,21187855,21187905,21188468,21188655,21189202,21189436,21189971,21190298,21190540,21190734,21190767,21191124,21191184,21191672,21191791,21191857,21191905,21191996,21192194,21192334,21192429,21193576,21193654,21194121,21194284,21194325,21194662,21194715,21194985,2119525', 'assoc_port': '20171946:21198285,20215674:21204629,20219535:21276401,20224378:21205179,20226939:21205457,20245938:21205817,20249728:21206571,20257109:21207182,20263700:21207625,20270889:21207710,20277684:21054702,20300842:21209697,20324553:21211370,20327793:21211646,20341995:21214516,20353379:21214711,20354708:21214463,20354711:21214689,20355355:21214354,20410111:21217476,20411272:21217449,20421518:21218117,20451769:21219108,20454229:21219232,20455316:21218970,20477525:21219904,20479234:21219934,20479473:21269543,20485444:21268360,20489623:21220148,20513203:21224940,20515633:21226579,20515635:21226703,20515637:21226907,20524360:21230623,20561523:21236047,20596786:21242272,20610318:21245801,20652563:21252233,20677302:21255556,20680363:21192334,20688365:21193654,20695689:21194715,20699102:21194325,20699104:21194284,20718507:21256557,20718513:21257258,20727919:21190540,20742145:21190734,20779070:21289740,20779073:21166483,20832939:21284806,20832998:21284308,20833006:21185455,20833037:21186663,20833043:21283834,20833053:2112535', 'assoc_mat': '20171946:carton:4209:21198285,20215674:carton:4209:21204629,20219535:carton:4209:21276401,20224378:carton:4209:21205179,20226939:carton:4209:21205457,20245938:carton:4209:21205817,20249728:carton:4209:21206571,20257109:carton:4209:21207182,20263700:carton:4209:21207625,20270889:carton:4209:21207710,20277684:carton:4209:21054702,20300842:carton:4209:21209697,20324553:carton:4209:21211370,20327793:carton:4209:21211646,20341995:carton:4209:21214516,20353379:carton:4209:21214711,20354708:carton:4209:21214463,20354711:carton:4209:21214689,20355355:carton:4209:21214354,20410111:carton:4209:21217476,20411272:carton:4209:21217449,20421518:carton:4209:21218117,20451769:carton:4209:21219108,20454229:carton:4209:21219232,20455316:carton:4209:21218970,20477525:carton:4209:21219904,20479234:carton:4209:21219934,20479473:carton:4209:21269543,20485444:carton:4209:21268360,20489623:carton:4209:21220148,20513203:carton:4209:21224940,20515633:carton:4209:21226579,20515635:carton:4209:21226703,20515637:carton:4209:21226907,2052'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01810127167454378, 'nb_photo': 6, 'list_port_cont': '20550178', 'assoc_port': '20549748:20550178', 'assoc_mat': '20549748:carton:4200:20550178'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01160059906818923, 'nb_photo': 17279, 'list_port_cont': '20168757,20170139,20173853,20174167,20178351,20178610,20184723,20200322,20203926,20206244,20209003,20209443,20217450,20218304,20220328,20223982,20226049,20226614,20227869,20229219,20247106,20259499,20265005,20296645,20332613,20334226,20337932,20339418,20340045,20345660,20350782,20351370,20353927,20355383,20358756,20360241,20360374,20360567,20361365,20362596,20362696,20363957,20364120,20364274,20365492,20365937,20366169,20367250,20367348,20368521,20368795,20369338,20370623,20395266,20400643,20402655,20407498,20411476,20416139,20419514,20422606,20438623,20442987,20443778,20444104,20452067,20455627,20456581,20470692,20475611,20476088,20477125,20480484,20483628,20486973,20487354,20490970,20492578,20493858,20493990,20504999,20506283,20506563,20506724,20507218,20514946,20516413,20518561,20522747,20525020,20525514,20546205,20549097,20551510,20553596,20558631,20565367,20567439,20577419,20580161,20597675,20599626,20603563,20606907,20607778,20609652,20611799,20613657,20617822,20623115,20623222,20631368,20633761,2063607', 'assoc_port': '20168058:20265005,20168492:20168757,20169287:20170139,20171950:20173853,20172748:20174167,20177140:20178351,20177547:20178610,20183126:20184723,20199782:20200322,20200514:20206244,20201665:20203926,20206393:20209443,20206396:20209003,20215665:20218304,20215671:20217450,20219533:20220328,20220268:20226614,20220270:20223982,20224384:20226049,20226942:20227869,20228246:20229219,20245966:20247106,20249724:20360241,20249727:20360374,20253023:20360567,20257111:20259499,20258543:20362696,20263701:20370623,20266081:20364274,20270891:20369338,20277682:20296645,20293713:20368795,20295679:20368521,20296493:20367348,20297024:20367250,20297026:20366169,20297653:20365937,20298063:20365492,20300871:20364120,20303263:20363957,20303271:20362596,20308453:20361365,20313891:20358756,20324554:20350782,20324561:20334226,20330845:20332613,20336407:20337932,20337414:20339418,20338546:20340045,20341992:20345660,20350378:20351370,20353380:20353927,20354709:20355383,20393269:20395266,20398810:20400643,20401674:20402655,20404210:2041951', 'assoc_mat': '20168058:carton:4211:20265005,20168492:carton:4211:20168757,20169287:carton:4211:20170139,20171950:carton:4211:20173853,20172748:carton:4211:20174167,20177140:carton:4211:20178351,20177547:carton:4211:20178610,20183126:carton:4211:20184723,20199782:carton:4211:20200322,20200514:carton:4211:20206244,20201665:carton:4211:20203926,20206393:carton:4211:20209443,20206396:carton:4211:20209003,20215665:carton:4211:20218304,20215671:carton:4211:20217450,20219533:carton:4211:20220328,20220268:carton:4211:20226614,20220270:carton:4211:20223982,20224384:carton:4211:20226049,20226942:carton:4211:20227869,20228246:carton:4211:20229219,20245966:carton:4211:20247106,20249724:carton:4211:20360241,20249727:carton:4211:20360374,20253023:carton:4211:20360567,20257111:carton:4211:20259499,20258543:carton:4211:20362696,20263701:carton:4211:20370623,20266081:carton:4211:20364274,20270891:carton:4211:20369338,20277682:carton:4211:20296645,20293713:carton:4211:20368795,20295679:carton:4211:20368521,20296493:carton:4211:20367348,2029'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0035369731768591923, 'nb_photo': 127, 'list_port_cont': '20169761,20178240,20201404,20211304,20217528,20248895,20255102,20257449,20260612,20295628,20296882,20304737,20333663,20338597,20352801,20357084,20402649,20408821,20413209,20421565,20438470,20442812,20444090,20449158,20454025,20469162,20476957,20479428,20481344,20491656,20501395,20505488,20506566,20508485,20515510,20520537,20523639,20549115,20557236,20561269,20563365,20567384,20600000,20610255,20614955,20617638,20621669,20631053,20632193,20636694,20648072,20684729,20686371,20719717,20727793,20728140,20729373,20731642,20732742,20749117,20749380,20777379,20781390,20782091,20834302,20839315,20840449,20842070,20846685,20849574,20855759,20880387,20881652,20884793,20888204,20927791,20930367,20967453,20975614,21002741,21054381,21055620,21057838,21057935,21124625,21127951', 'assoc_port': '20169285:20169761,20177142:20178240,20200509:20201404,20210194:20211304,20215666:20217528,20247542:20248895,20253021:20255102,20254304:20257449,20258541:20260612,20293712:20295628,20296496:20296882,20303272:20304737,20331796:20333663,20337409:20338597,20352155:20352801,20354703:20357084,20401648:20402649,20407607:20408821,20411279:20413209,20420764:20421565,20436921:20438470,20441870:20442812,20443835:20444090,20448174:20449158,20451770:20454025,20469014:20469162,20476723:20476957,20479231:20479428,20479474:20481344,20489625:20491656,20500511:20501395,20505113:20505488,20506320:20506566,20507534:20508485,20513202:20515510,20519772:20520537,20522899:20523639,20547841:20549115,20555731:20557236,20557618:20561269,20561524:20563365,20566746:20567384,20598617:20600000,20609891:20610255,20612116:20614955,20616931:20617638,20620314:20621669,20630385:20631053,20631042:20632193,20634826:20636694,20647124:20648072,20683131:20684729,20685067:20686371,20718508:20719717,20726745:20727793,20727921:20728140,20728868:2072937', 'assoc_mat': '20169285:carton:3327:20169761,20177142:carton:3327:20178240,20200509:carton:3327:20201404,20210194:carton:3327:20211304,20215666:carton:3327:20217528,20247542:carton:3327:20248895,20253021:carton:3327:20255102,20254304:carton:3327:20257449,20258541:carton:3327:20260612,20293712:carton:3327:20295628,20296496:carton:3327:20296882,20303272:carton:3327:20304737,20331796:carton:3327:20333663,20337409:carton:3327:20338597,20352155:carton:3327:20352801,20354703:carton:3327:20357084,20401648:carton:3327:20402649,20407607:carton:3327:20408821,20411279:carton:3327:20413209,20420764:carton:3327:20421565,20436921:carton:3327:20438470,20441870:carton:3327:20442812,20443835:carton:3327:20444090,20448174:carton:3327:20449158,20451770:carton:3327:20454025,20469014:carton:3327:20469162,20476723:carton:3327:20476957,20479231:carton:3327:20479428,20479474:carton:3327:20481344,20489625:carton:3327:20491656,20500511:carton:3327:20501395,20505113:carton:3327:20505488,20506320:carton:3327:20506566,20507534:carton:3327:20508485,2051'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.012093575106950302, 'nb_photo': 58, 'list_port_cont': '21001652,21001938,21055996,21124765,21129931,21129981', 'assoc_port': '21001262:21001938,21001273:21001652,21002613:21129981,21002624:21129931,21053304:21055996,21124054:21124765', 'assoc_mat': '21001262:carton:3594:21001938,21001273:carton:3594:21001652,21002613:carton:3594:21129981,21002624:carton:3594:21129931,21053304:carton:3594:21055996,21124054:carton:3594:21124765'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003210317094384694, 'nb_photo': 15, 'list_port_cont': '20477769,20652900,20691111,20742318,20882179', 'assoc_port': '20477525:20477769,20652563:20652900,20688365:20691111,20742145:20742318,20882063:20882179', 'assoc_mat': '20477525:cartonnette:3726:20477769,20652563:cartonnette:3726:20652900,20688365:cartonnette:3726:20691111,20742145:cartonnette:3726:20742318,20882063:cartonnette:3726:20882179'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0020473331407211116, 'nb_photo': 193, 'list_port_cont': '20291108,20443898,20474477,20485560,20545336,20596989,20731001,20748786,20778746,20782320,20840411,20888264,20889482,20898024,20925764,20929923,20929964,20966442,21001555,21001658,21001900,21001930,21001972,21002756,21002889,21053589,21053734,21053825,21053965,21054197,21054570,21054622,21054660,21054673,21054751,21054919,21054950,21055389,21055943,21056084,21056635,21057719,21059697,21060152,21060208,21120461,21120533,21122687,21122980,21123741,21124458,21124574,21125838,21126064,21126110,21126123,21126237,21128172,21128229,21128684,21129138,21129263,21129826,21129863,21130506,21130738,21130859,21131077,21131302,21131383,21131537', 'assoc_port': '20291008:20291108,20443833:20443898,20474345:20474477,20485442:20485560,20544936:20545336,20596788:20596989,20730973:20731001,20748721:20748786,20778575:20778746,20782294:20782320,20838641:20840411,20888115:20888264,20888796:20889482,20897850:20898024,20925357:20925764,20929764:20929964,20929770:20929923,20966349:20966442,21001228:21001555,21001267:21128229,21001276:21001658,21001688:21129138,21001689:21002756,21001724:21001900,21001734:21001972,21001739:21001930,21002711:21129863,21002713:21129826,21002721:21002889,21053265:21128684,21053273:21053734,21053291:21053589,21053722:21053965,21053729:21054197,21053759:21053825,21054297:21054660,21054310:21054622,21054318:21054570,21054359:21054673,21054597:21054919,21054630:21054950,21054641:21054751,21055181:21055389,21055520:21057719,21055634:21056084,21055660:21055943,21056520:21056635,21058271:21130859,21058309:21131077,21058352:21130738,21059252:21131537,21059255:21131383,21059257:21131302,21059408:21060152,21059413:21059697,21059807:21060208,21120263:2112053', 'assoc_mat': '20291008:cartonnette:3726:20291108,20443833:cartonnette:3726:20443898,20474345:cartonnette:3726:20474477,20485442:cartonnette:3726:20485560,20544936:cartonnette:3726:20545336,20596788:cartonnette:3726:20596989,20730973:cartonnette:3726:20731001,20748721:cartonnette:3726:20748786,20778575:cartonnette:3726:20778746,20782294:cartonnette:3726:20782320,20838641:cartonnette:3726:20840411,20888115:cartonnette:3726:20888264,20888796:cartonnette:3726:20889482,20897850:cartonnette:3726:20898024,20925357:cartonnette:3726:20925764,20929764:cartonnette:3726:20929964,20929770:cartonnette:3726:20929923,20966349:cartonnette:3726:20966442,21001228:cartonnette:3726:21001555,21001267:cartonnette:3726:21128229,21001276:cartonnette:3726:21001658,21001688:cartonnette:3726:21129138,21001689:cartonnette:3726:21002756,21001724:cartonnette:3726:21001900,21001734:cartonnette:3726:21001972,21001739:cartonnette:3726:21001930,21002711:cartonnette:3726:21129863,21002713:cartonnette:3726:21129826,21002721:cartonnette:3726:21002889,21053265:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006031395458588674, 'nb_photo': 24, 'list_port_cont': '20301090,20477771,20524493,20652911,20691113,20880582,20882176', 'assoc_port': '20300842:20301090,20477525:20477771,20524360:20524493,20652563:20652911,20688365:20691113,20880569:20880582,20882063:20882176', 'assoc_mat': '20300842:Carton_brun:3726:20301090,20477525:Carton_brun:3726:20477771,20524360:Carton_brun:3726:20524493,20652563:Carton_brun:3726:20652911,20688365:Carton_brun:3726:20691113,20880569:Carton_brun:3726:20880582,20882063:Carton_brun:3726:20882176'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006749862184866763, 'nb_photo': 553, 'list_port_cont': '20291100,20403581,20443887,20474472,20475769,20477209,20485559,20562626,20573722,20596990,20669680,20674280,20725729,20730998,20778744,20782314,20840412,20888272,20889485,20898018,20915785,20925771,20929919,20929971,20966441,21001556,21001663,21001895,21001932,21001965,21002286,21002893,21053587,21053672,21053745,21053784,21053820,21053966,21054031,21054192,21054568,21054619,21054657,21054670,21054755,21054803,21054917,21054949,21055390,21055950,21056083,21056187,21056559,21056638,21056701,21056817,21057708,21058559,21059511,21059708,21060141,21060214,21060350,21120415,21120465,21122691,21122978,21123600,21123752,21123860,21124333,21124452,21124579,21125839,21126067,21126113,21126131,21126235,21128175,21128227,21128678,21129137,21129265,21129827,21129858,21130366,21130505,21130645,21130695,21130739,21130750,21130850,21131020,21131082,21131153,21131245,21131297,21131385,21131531', 'assoc_port': '20291008:20291100,20403540:20403581,20443833:20443887,20474345:20474472,20475364:20475769,20475366:20477209,20485442:20485559,20562535:20562626,20573403:20573722,20596788:20596990,20669625:20669680,20674231:20674280,20725589:20725729,20730973:20730998,20778575:20778744,20782294:20782314,20838641:20840412,20888115:20888272,20888796:20889485,20897850:20898018,20915459:20915785,20925357:20925771,20929764:20929971,20929770:20929919,20966349:20966441,21001228:21001556,21001267:21128227,21001276:21001663,21001688:21129137,21001703:21002286,21001724:21001895,21001734:21001965,21001739:21001932,21002711:21129858,21002713:21129827,21002721:21002893,21053265:21128678,21053273:21053745,21053278:21053672,21053291:21053587,21053695:21053784,21053716:21054031,21053722:21053966,21053729:21054192,21053759:21053820,21054297:21054657,21054310:21054619,21054318:21054568,21054359:21054670,21054597:21054917,21054617:21054803,21054630:21054949,21054641:21054755,21055181:21055390,21055507:21058559,21055520:21057708,21055578:2105655', 'assoc_mat': '20291008:Carton_brun:3726:20291100,20403540:Carton_brun:3726:20403581,20443833:Carton_brun:3726:20443887,20474345:Carton_brun:3726:20474472,20475364:Carton_brun:3726:20475769,20475366:Carton_brun:3726:20477209,20485442:Carton_brun:3726:20485559,20562535:Carton_brun:3726:20562626,20573403:Carton_brun:3726:20573722,20596788:Carton_brun:3726:20596990,20669625:Carton_brun:3726:20669680,20674231:Carton_brun:3726:20674280,20725589:Carton_brun:3726:20725729,20730973:Carton_brun:3726:20730998,20778575:Carton_brun:3726:20778744,20782294:Carton_brun:3726:20782314,20838641:Carton_brun:3726:20840412,20888115:Carton_brun:3726:20888272,20888796:Carton_brun:3726:20889485,20897850:Carton_brun:3726:20898018,20915459:Carton_brun:3726:20915785,20925357:Carton_brun:3726:20925771,20929764:Carton_brun:3726:20929971,20929770:Carton_brun:3726:20929919,20966349:Carton_brun:3726:20966441,21001228:Carton_brun:3726:21001556,21001267:Carton_brun:3726:21128227,21001276:Carton_brun:3726:21001663,21001688:Carton_brun:3726:21129137,21001703:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.007702339444786579, 'nb_photo': 26, 'list_port_cont': '20301089,20477767,20524487,20652905,20691121,20742322,20880581,20882184', 'assoc_port': '20300842:20301089,20477525:20477767,20524360:20524487,20652563:20652905,20688365:20691121,20742145:20742322,20880569:20880581,20882063:20882184', 'assoc_mat': '20300842:Carton_gris:3726:20301089,20477525:Carton_gris:3726:20477767,20524360:Carton_gris:3726:20524487,20652563:Carton_gris:3726:20652905,20688365:Carton_gris:3726:20691121,20742145:Carton_gris:3726:20742322,20880569:Carton_gris:3726:20880581,20882063:Carton_gris:3726:20882184'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004455957593767061, 'nb_photo': 293, 'list_port_cont': '20291097,20403589,20443889,20474468,20475774,20477202,20485567,20545337,20573731,20596985,20669685,20674275,20725731,20730995,20778743,20782313,20888275,20889476,20898014,20915791,20919433,20925767,20929917,20929972,21001554,21001661,21001897,21001962,21002284,21002755,21002882,21053588,21053739,21053787,21053826,21053964,21054033,21054194,21054565,21054628,21054658,21054668,21054759,21054795,21054926,21054948,21055391,21055941,21056090,21056192,21056560,21056634,21056824,21057718,21058563,21058646,21059515,21060209,21120412,21120470,21122682,21123598,21123747,21123858,21124459,21124572,21125842,21126066,21126122,21126231,21128167,21128232,21128683,21129142,21129262,21129860,21130375,21130512,21130639,21130691,21130754,21130863,21131074,21131161,21131244,21131300,21131421,21131541', 'assoc_port': '20291008:20291097,20403540:20403589,20443833:20443889,20474345:20474468,20475364:20475774,20475366:20477202,20485442:20485567,20544936:20545337,20573403:20573731,20596788:20596985,20669625:20669685,20674231:20674275,20725589:20725731,20730973:20730995,20778575:20778743,20782294:20782313,20888115:20888275,20888796:20889476,20897850:20898014,20915459:20915791,20919368:20919433,20925357:20925767,20929764:20929972,20929770:20929917,21001228:21001554,21001267:21128232,21001276:21001661,21001688:21129142,21001689:21002755,21001703:21002284,21001724:21001897,21001734:21001962,21002711:21129860,21002721:21002882,21053265:21128683,21053273:21053739,21053291:21053588,21053695:21053787,21053716:21054033,21053722:21053964,21053729:21054194,21053759:21053826,21054297:21054658,21054310:21054628,21054318:21054565,21054359:21054668,21054597:21054926,21054617:21054795,21054630:21054948,21054641:21054759,21055181:21055391,21055507:21058563,21055520:21057718,21055578:21056560,21055613:21056192,21055634:21056090,21055660:2105594', 'assoc_mat': '20291008:Carton_gris:3726:20291097,20403540:Carton_gris:3726:20403589,20443833:Carton_gris:3726:20443889,20474345:Carton_gris:3726:20474468,20475364:Carton_gris:3726:20475774,20475366:Carton_gris:3726:20477202,20485442:Carton_gris:3726:20485567,20544936:Carton_gris:3726:20545337,20573403:Carton_gris:3726:20573731,20596788:Carton_gris:3726:20596985,20669625:Carton_gris:3726:20669685,20674231:Carton_gris:3726:20674275,20725589:Carton_gris:3726:20725731,20730973:Carton_gris:3726:20730995,20778575:Carton_gris:3726:20778743,20782294:Carton_gris:3726:20782313,20888115:Carton_gris:3726:20888275,20888796:Carton_gris:3726:20889476,20897850:Carton_gris:3726:20898014,20915459:Carton_gris:3726:20915791,20919368:Carton_gris:3726:20919433,20925357:Carton_gris:3726:20925767,20929764:Carton_gris:3726:20929972,20929770:Carton_gris:3726:20929917,21001228:Carton_gris:3726:21001554,21001267:Carton_gris:3726:21128232,21001276:Carton_gris:3726:21001661,21001688:Carton_gris:3726:21129142,21001689:Carton_gris:3726:21002755,21001703:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005901167473270695, 'nb_photo': 162, 'list_port_cont': '20345899,20382445,20384584,20410419,20419434,20436302,20447903,20466590,20469146,20478289,20495684,20503195,20515101,20529712,20583891,20584265,20586232,20601100,20627241,20649213,20658804,20675817,20709058,20709640,20727244,20728056,20784151,20787011,20840121,20847629,20872683,20880493,20880648,20919479,20931935,20975678,21183084,21193360,21200249,21204906,21208545,21211948,21217189,21219651,21221495,21246162,21308260', 'assoc_port': '20204921:20345899,20266098:20436302,20296337:20382445,20303275:20384584,20326810:20410419,20338549:20419434,20392276:20447903,20414608:20466590,20431076:20495684,20445955:20478289,20469015:20469146,20485440:20503195,20505940:20515101,20517445:20529712,20553045:20583891,20561522:20584265,20570272:20586232,20600235:20601100,20612113:20627241,20630388:20658804,20640602:20649213,20672165:20675817,20685069:20709058,20699111:20709640,20718506:20727244,20720578:20728056,20776158:20784151,20781905:20787011,20832929:20840121,20833007:20847629,20841933:20880493,20848242:20872683,20880568:20880648,20888388:20919479,20924209:20931935,20966334:20975678,21001280:21200249,21001716:21211948,21002710:21217189,21053303:21204906,21054296:21208545,21055166:21219651,21055579:21221495,21058334:21246162,21123363:21183084,21124053:21308260,21125601:21193360', 'assoc_mat': '20204921:ela:4205:20345899,20266098:ela:4205:20436302,20296337:ela:4205:20382445,20303275:ela:4205:20384584,20326810:ela:4205:20410419,20338549:ela:4205:20419434,20392276:ela:4205:20447903,20414608:ela:4205:20466590,20431076:ela:4205:20495684,20445955:ela:4205:20478289,20469015:ela:4205:20469146,20485440:ela:4205:20503195,20505940:ela:4205:20515101,20517445:ela:4205:20529712,20553045:ela:4205:20583891,20561522:ela:4205:20584265,20570272:ela:4205:20586232,20600235:ela:4205:20601100,20612113:ela:4205:20627241,20630388:ela:4205:20658804,20640602:ela:4205:20649213,20672165:ela:4205:20675817,20685069:ela:4205:20709058,20699111:ela:4205:20709640,20718506:ela:4205:20727244,20720578:ela:4205:20728056,20776158:ela:4205:20784151,20781905:ela:4205:20787011,20832929:ela:4205:20840121,20833007:ela:4205:20847629,20841933:ela:4205:20880493,20848242:ela:4205:20872683,20880568:ela:4205:20880648,20888388:ela:4205:20919479,20924209:ela:4205:20931935,20966334:ela:4205:20975678,21001280:ela:4205:21200249,21001716:ela:4205:2121194'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.973619919629455, 'nb_photo': 1340, 'list_port_cont': '20297165,20355871,20360468,20362947,20379891,20383280,20389350,20426343,20451294,20464652,20476667,20479601,20480108,20493741,20494524,20514601,20522629,20531310,20557670,20586569,20604141,20619405,20654751,20701967,20716025,20727304,20728267,20747393,20786043,20854621,20870349,20871190,20873492,20898837,20930514,20942015,20942873,20976499,21182375,21183263,21200453,21202848,21204560,21211660,21213383,21220165,21235759,21250808,21253536,21299036,21309295,21342361', 'assoc_port': '20171947:20297165,20228245:20355871,20251677:20360468,20262031:20362947,20291011:20379891,20297655:20383280,20308443:20389350,20354704:20426343,20398812:20451294,20410109:20464652,20421532:20493741,20441872:20476667,20451766:20480108,20470424:20494524,20479233:20479601,20505111:20514601,20510744:20522629,20519774:20531310,20549743:20557670,20573401:20586569,20602371:20604141,20610319:20619405,20634828:20654751,20692234:20701967,20703033:20716025,20718502:20727304,20720594:20728267,20732078:20747393,20780559:20786043,20832985:20870349,20833038:20873492,20836981:20854621,20845542:20871190,20882059:20930514,20888117:20898837,20919369:20942873,20927010:20942015,20966339:20976499,21001284:21200453,21001694:21211660,21001717:21213383,21053272:21202848,21053297:21204560,21055192:21220165,21056532:21235759,21059205:21342361,21059359:21250808,21059806:21253536,21120302:21299036,21122482:21182375,21123359:21183263,21124048:21309295', 'assoc_mat': '20171947:ela:4203:20297165,20228245:ela:4203:20355871,20251677:ela:4203:20360468,20262031:ela:4203:20362947,20291011:ela:4203:20379891,20297655:ela:4203:20383280,20308443:ela:4203:20389350,20354704:ela:4203:20426343,20398812:ela:4203:20451294,20410109:ela:4203:20464652,20421532:ela:4203:20493741,20441872:ela:4203:20476667,20451766:ela:4203:20480108,20470424:ela:4203:20494524,20479233:ela:4203:20479601,20505111:ela:4203:20514601,20510744:ela:4203:20522629,20519774:ela:4203:20531310,20549743:ela:4203:20557670,20573401:ela:4203:20586569,20602371:ela:4203:20604141,20610319:ela:4203:20619405,20634828:ela:4203:20654751,20692234:ela:4203:20701967,20703033:ela:4203:20716025,20718502:ela:4203:20727304,20720594:ela:4203:20728267,20732078:ela:4203:20747393,20780559:ela:4203:20786043,20832985:ela:4203:20870349,20833038:ela:4203:20873492,20836981:ela:4203:20854621,20845542:ela:4203:20871190,20882059:ela:4203:20930514,20888117:ela:4203:20898837,20919369:ela:4203:20942873,20927010:ela:4203:20942015,20966339:ela:4203:2097649'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015481321119899967, 'nb_photo': 124, 'list_port_cont': '20252795,20442974,20472428,20478092,20506133,20599255,20692665,20718486,20779974,20834829,20838984,20840285,20880657,20886235,20888456,20888977,20889282,20916049,20919660,20924689,20925819,20929951,20967673,20967714,20968181,21002148,21002654,21053642,21053774,21055222,21059039,21120479,21124098,21124852,21126198,21126295,21127018,21127675,21128192,21129365,21130254,21130297,21130344,21130402,21130453,21131490,21131676,21132114,21132138,21132614,21132722,21132830,21133096,21136169,21161622,21162170,21162380,21164443,21182566,21183467,21192686,21192854,21198521,21199819,21202056,21205891,21206004,21206522,21206635,21207152,21207297,21208054,21208523,21208648,21208699,21209438', 'assoc_port': '20251679:20252795,20441871:20442974,20471727:20472428,20477528:20478092,20505938:20506133,20598618:20599255,20692247:20692665,20717940:20718486,20779601:20779974,20832932:20840285,20834196:20834829,20838639:20838984,20880567:20880657,20886147:20886235,20888387:20888456,20888766:20889282,20888780:20888977,20915461:20916049,20919370:20919660,20924210:20924689,20925359:20925819,20929767:20929951,20966331:20968181,20966337:20967714,20966344:20967673,21001226:21198521,21001277:21199819,21001707:21129365,21001710:21002654,21001714:21002148,21002616:21208054,21053267:21202056,21053289:21053774,21053294:21053642,21053700:21205891,21053707:21206004,21053714:21206522,21053717:21206635,21054295:21208523,21054608:21207297,21054614:21130254,21054618:21055222,21055163:21207152,21055548:21130344,21055564:21130297,21056530:21130402,21056531:21130453,21058226:21136169,21058358:21059039,21059207:21133096,21059250:21132830,21059256:21132722,21059258:21132614,21059406:21132138,21059409:21132114,21059804:21131676,21059828:2113149', 'assoc_mat': '20251679:ela:4207:20252795,20441871:ela:4207:20442974,20471727:ela:4207:20472428,20477528:ela:4207:20478092,20505938:ela:4207:20506133,20598618:ela:4207:20599255,20692247:ela:4207:20692665,20717940:ela:4207:20718486,20779601:ela:4207:20779974,20832932:ela:4207:20840285,20834196:ela:4207:20834829,20838639:ela:4207:20838984,20880567:ela:4207:20880657,20886147:ela:4207:20886235,20888387:ela:4207:20888456,20888766:ela:4207:20889282,20888780:ela:4207:20888977,20915461:ela:4207:20916049,20919370:ela:4207:20919660,20924210:ela:4207:20924689,20925359:ela:4207:20925819,20929767:ela:4207:20929951,20966331:ela:4207:20968181,20966337:ela:4207:20967714,20966344:ela:4207:20967673,21001226:ela:4207:21198521,21001277:ela:4207:21199819,21001707:ela:4207:21129365,21001710:ela:4207:21002654,21001714:ela:4207:21002148,21002616:ela:4207:21208054,21053267:ela:4207:21202056,21053289:ela:4207:21053774,21053294:ela:4207:21053642,21053700:ela:4207:21205891,21053707:ela:4207:21206004,21053714:ela:4207:21206522,21053717:ela:4207:2120663'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004353481504345921, 'nb_photo': 36, 'list_port_cont': '20512339,20584435,20784275,20941838,20995426,21160985,21177907,21181017,21183222,21183788,21191464,21201997,21207058,21207259,21214223,21214413,21232213,21242080,21244322,21245341,21249891,21311084,21318744', 'assoc_port': '20487793:20512339,20562533:20584435,20777278:20784275,20927003:20941838,20966324:20995426,21001727:21214223,21001731:21214413,21002718:21318744,21053263:21201997,21053718:21207058,21053723:21207259,21056508:21232213,21058220:21242080,21058289:21244322,21058310:21245341,21059293:21249891,21120260:21160985,21122360:21177907,21122464:21181017,21123360:21183222,21123364:21183788,21124056:21191464,21125612:21311084', 'assoc_mat': '20487793:ela:4461:20512339,20562533:ela:4461:20584435,20777278:ela:4461:20784275,20927003:ela:4461:20941838,20966324:ela:4461:20995426,21001727:ela:4461:21214223,21001731:ela:4461:21214413,21002718:ela:4461:21318744,21053263:ela:4461:21201997,21053718:ela:4461:21207058,21053723:ela:4461:21207259,21056508:ela:4461:21232213,21058220:ela:4461:21242080,21058289:ela:4461:21244322,21058310:ela:4461:21245341,21059293:ela:4461:21249891,21120260:ela:4461:21160985,21122360:ela:4461:21177907,21122464:ela:4461:21181017,21123360:ela:4461:21183222,21123364:ela:4461:21183788,21124056:ela:4461:21191464,21125612:ela:4461:21311084'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008414046918055504, 'nb_photo': 117, 'list_port_cont': '20257577,20272203,20308346,20403608,20411747,20412833,20434612,20441326,20457593,20461379,20470521,20478173,20504917,20557182,20608099,20618715,20632668,20633467,20636999,20675308,20703478,20703647,20709348,20728067,20729155,20730002,20731267,20777122,20779694,20782724,20838562,20840037,20840887,20845992,20847769,20882456,20886120,20889851,20890182,20893114,20916157,20922800,20927065,20930016,21059366,21124073,21126562,21129042,21131065,21131561,21131601,21132630,21133923,21135916,21162531,21167097,21167189,21168072,21170114,21170812,21171143,21182543,21193237,21207257,21207499,21207813,21207858,21208102,21208439,21208514,21208597,21208881,21209423,21209667,21209844,21210492,21214119,21215478,21215879', 'assoc_port': '20254278:20272203,20257117:20257577,20307290:20308346,20403539:20403608,20407606:20412833,20410110:20411747,20433553:20434612,20436920:20441326,20455315:20457593,20460488:20461379,20470421:20470521,20477526:20478173,20504796:20504917,20555730:20557182,20607820:20608099,20617896:20618715,20631044:20632668,20632057:20633467,20636733:20636999,20675069:20675308,20699101:20709348,20699109:20703478,20703029:20703647,20727920:20728067,20728867:20729155,20729786:20730002,20730971:20731267,20776150:20777122,20779605:20779694,20782287:20782724,20832927:20840037,20832937:20840887,20833005:20845992,20836979:20838562,20847131:20847769,20882060:20882456,20885734:20886120,20888767:20889851,20888768:20890182,20891548:20893114,20915460:20916157,20920477:20922800,20927009:20927065,20929773:20930016,21002619:21208881,21002684:21208597,21002715:21208514,21053296:21210492,21053746:21129042,21054317:21209423,21054321:21209844,21054357:21209667,21054590:21208439,21054611:21207858,21054612:21208102,21054633:21207813,21055159:2120749', 'assoc_mat': '20254278:ela:4200:20272203,20257117:ela:4200:20257577,20307290:ela:4200:20308346,20403539:ela:4200:20403608,20407606:ela:4200:20412833,20410110:ela:4200:20411747,20433553:ela:4200:20434612,20436920:ela:4200:20441326,20455315:ela:4200:20457593,20460488:ela:4200:20461379,20470421:ela:4200:20470521,20477526:ela:4200:20478173,20504796:ela:4200:20504917,20555730:ela:4200:20557182,20607820:ela:4200:20608099,20617896:ela:4200:20618715,20631044:ela:4200:20632668,20632057:ela:4200:20633467,20636733:ela:4200:20636999,20675069:ela:4200:20675308,20699101:ela:4200:20709348,20699109:ela:4200:20703478,20703029:ela:4200:20703647,20727920:ela:4200:20728067,20728867:ela:4200:20729155,20729786:ela:4200:20730002,20730971:ela:4200:20731267,20776150:ela:4200:20777122,20779605:ela:4200:20779694,20782287:ela:4200:20782724,20832927:ela:4200:20840037,20832937:ela:4200:20840887,20833005:ela:4200:20845992,20836979:ela:4200:20838562,20847131:ela:4200:20847769,20882060:ela:4200:20882456,20885734:ela:4200:20886120,20888767:ela:4200:2088985'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0010482376157763993, 'nb_photo': 35, 'list_port_cont': '20218087,20246764,20250388,20264732,20273837,20328519,20343725,20355597,20410945,20412711,20479360,20491235,20516341,20562682,20597362,20610627,20696405,20709295,20719387,20719745,20728086,20779339,20847221', 'assoc_port': '20215674:20218087,20245938:20246764,20249728:20250388,20263700:20264732,20270889:20273837,20327793:20328519,20341995:20343725,20355355:20355597,20410111:20410945,20411272:20412711,20479234:20479360,20489623:20491235,20515635:20516341,20561523:20562682,20596786:20597362,20610318:20610627,20695689:20696405,20699102:20709295,20718507:20719745,20718513:20719387,20727919:20728086,20779073:20779339,20833006:20847221', 'assoc_mat': '20215674:ela:4207:20218087,20245938:ela:4207:20246764,20249728:ela:4207:20250388,20263700:ela:4207:20264732,20270889:ela:4207:20273837,20327793:ela:4207:20328519,20341995:ela:4207:20343725,20355355:ela:4207:20355597,20410111:ela:4207:20410945,20411272:ela:4207:20412711,20479234:ela:4207:20479360,20489623:ela:4207:20491235,20515635:ela:4207:20516341,20561523:ela:4207:20562682,20596786:ela:4207:20597362,20610318:ela:4207:20610627,20695689:ela:4207:20696405,20699102:ela:4207:20709295,20718507:ela:4207:20719745,20718513:ela:4207:20719387,20727919:ela:4207:20728086,20779073:ela:4207:20779339,20833006:ela:4207:20847221'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004701649639379277, 'nb_photo': 944, 'list_port_cont': '20894586,20896007,20896559,20898857,20907048,20907085,20907285,20910028,20910568,20910939,20919285,20919295,20929650,20930147,20931577,20941758,20941820,20942614,20942701,20974638,20975560,20976384,20976555,20995608,21054699,21125365,21129427,21129817,21131704,21161011,21161201,21162473,21162726,21163736,21164006,21164762,21165153,21165654,21165800,21166484,21166676,21166769,21166803,21167208,21176123,21176462,21176669,21177086,21177363,21178410,21180241,21180346,21180436,21180573,21180681,21181450,21181828,21182042,21182061,21182200,21182495,21182575,21182965,21183523,21183894,21185103,21185445,21186666,21186854,21187699,21187852,21188460,21188652,21189200,21189433,21189968,21190300,21190532,21190742,21190765,21191117,21191177,21191783,21191850,21191897,21191994,21192187,21192328,21192434,21193567,21193653,21194120,21194297,21194322,21194656,21194707,21194986,21195263,21195327,21195380,21195430,21195597,21198286,21198665,21198709,21198787,21200334,21200598,21201752,21202124,21202806,21202969,21203890,2120403', 'assoc_port': '20171946:21198286,20215674:21204628,20219535:21276379,20224378:21205182,20226939:21205458,20245938:21205818,20249728:21206580,20257109:21207184,20263700:21207623,20270889:21207708,20277684:21054699,20300842:21209701,20324553:21211379,20327793:21211637,20341995:21214514,20353379:21214718,20354708:21214470,20354711:21214695,20355355:21214353,20410111:21217469,20411272:21217457,20421518:21218109,20451769:21219105,20454229:21219234,20455316:21218969,20477525:21219913,20479234:21219944,20479473:21269529,20485444:21268379,20489623:21220141,20513203:21224950,20515633:21226581,20515635:21226714,20515637:21226903,20524360:21230627,20561523:21236057,20596786:21242276,20610318:21245805,20652563:21252224,20680363:21192328,20688365:21193653,20695689:21194707,20699102:21194322,20699104:21194297,20718507:21256559,20718513:21257260,20727919:21190532,20742145:21190742,20779070:21289735,20779073:21166484,20832939:21284813,20832998:21284316,20833006:21185445,20833037:21186666,20833043:21283832,20833053:21125365,20880569:2090728', 'assoc_mat': '20171946:ela:4209:21198286,20215674:ela:4209:21204628,20219535:ela:4209:21276379,20224378:ela:4209:21205182,20226939:ela:4209:21205458,20245938:ela:4209:21205818,20249728:ela:4209:21206580,20257109:ela:4209:21207184,20263700:ela:4209:21207623,20270889:ela:4209:21207708,20277684:ela:4209:21054699,20300842:ela:4209:21209701,20324553:ela:4209:21211379,20327793:ela:4209:21211637,20341995:ela:4209:21214514,20353379:ela:4209:21214718,20354708:ela:4209:21214470,20354711:ela:4209:21214695,20355355:ela:4209:21214353,20410111:ela:4209:21217469,20411272:ela:4209:21217457,20421518:ela:4209:21218109,20451769:ela:4209:21219105,20454229:ela:4209:21219234,20455316:ela:4209:21218969,20477525:ela:4209:21219913,20479234:ela:4209:21219944,20479473:ela:4209:21269529,20485444:ela:4209:21268379,20489623:ela:4209:21220141,20513203:ela:4209:21224950,20515633:ela:4209:21226581,20515635:ela:4209:21226714,20515637:ela:4209:21226903,20524360:ela:4209:21230627,20561523:ela:4209:21236057,20596786:ela:4209:21242276,20610318:ela:4209:2124580'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009479522581942461, 'nb_photo': 2407, 'list_port_cont': '20168746,20170141,20173847,20174166,20178354,20178604,20184727,20200316,20203912,20206257,20209002,20209445,20217445,20218305,20220329,20223979,20226041,20226608,20227871,20229227,20247100,20259508,20264997,20296639,20332605,20334234,20337937,20339412,20340046,20345651,20350786,20351372,20353926,20355385,20358745,20360245,20360370,20360571,20361361,20362599,20362697,20363958,20364127,20364275,20365491,20365933,20366173,20367245,20367344,20368530,20368799,20369335,20370622,20395268,20400635,20402656,20407494,20411472,20416155,20419527,20422600,20438639,20442988,20443785,20444102,20452071,20455631,20456571,20470700,20475607,20476087,20477122,20480477,20483627,20486971,20487358,20490978,20492580,20493854,20493992,20505012,20506290,20506554,20506718,20507233,20514953,20516422,20518563,20522760,20525021,20525519,20546216,20549094,20551499,20553603,20558636,20565371,20567440,20577423,20580163,20597674,20599613,20603579,20606913,20607787,20609642,20611793,20613656,20617813,20623113,20623216,20631359,20633769,2063607', 'assoc_port': '20168058:20264997,20168492:20168746,20169287:20170141,20171950:20173847,20172748:20174166,20177140:20178354,20177547:20178604,20183126:20184727,20199782:20200316,20200514:20206257,20201665:20203912,20206393:20209445,20206396:20209002,20215665:20218305,20215671:20217445,20219533:20220329,20220268:20226608,20220270:20223979,20224384:20226041,20226942:20227871,20228246:20229227,20245966:20247100,20249724:20360245,20249727:20360370,20253023:20360571,20257111:20259508,20258543:20362697,20263701:20370622,20266081:20364275,20270891:20369335,20277682:20296639,20293713:20368799,20295679:20368530,20296493:20367344,20297024:20367245,20297026:20366173,20297653:20365933,20298063:20365491,20300871:20364127,20303263:20363958,20303271:20362599,20308453:20361361,20313891:20358745,20324554:20350786,20324561:20334234,20330845:20332605,20336407:20337937,20337414:20339412,20338546:20340046,20341992:20345651,20350378:20351372,20353380:20353926,20354709:20355385,20393269:20395268,20398810:20400635,20401674:20402656,20404210:2041952', 'assoc_mat': '20168058:ela:4211:20264997,20168492:ela:4211:20168746,20169287:ela:4211:20170141,20171950:ela:4211:20173847,20172748:ela:4211:20174166,20177140:ela:4211:20178354,20177547:ela:4211:20178604,20183126:ela:4211:20184727,20199782:ela:4211:20200316,20200514:ela:4211:20206257,20201665:ela:4211:20203912,20206393:ela:4211:20209445,20206396:ela:4211:20209002,20215665:ela:4211:20218305,20215671:ela:4211:20217445,20219533:ela:4211:20220329,20220268:ela:4211:20226608,20220270:ela:4211:20223979,20224384:ela:4211:20226041,20226942:ela:4211:20227871,20228246:ela:4211:20229227,20245966:ela:4211:20247100,20249724:ela:4211:20360245,20249727:ela:4211:20360370,20253023:ela:4211:20360571,20257111:ela:4211:20259508,20258543:ela:4211:20362697,20263701:ela:4211:20370622,20266081:ela:4211:20364275,20270891:ela:4211:20369335,20277682:ela:4211:20296639,20293713:ela:4211:20368799,20295679:ela:4211:20368530,20296493:ela:4211:20367344,20297024:ela:4211:20367245,20297026:ela:4211:20366173,20297653:ela:4211:20365933,20298063:ela:4211:2036549'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00020117403878260222, 'nb_photo': 2, 'list_port_cont': '20709057', 'assoc_port': '20685069:20709057', 'assoc_mat': '20685069:etiquette:4205:20709057'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00021762425777289738, 'nb_photo': 155, 'list_port_cont': '20297169,20355873,20362956,20379894,20383268,20389342,20451284,20476665,20479605,20480101,20493739,20494526,20514607,20531318,20557657,20586557,20604134,20654742,20716014,20727292,20728260,20747397,20786042,20854619,20870334,20871181,20873490,20898828,20930515,20942030,20942865,20976500,21182377,21183260,21200450,21202851,21204565,21211656,21213384,21220175,21235765,21250814,21253560,21299039,21309287,21342347', 'assoc_port': '20171947:20297169,20228245:20355873,20262031:20362956,20291011:20379894,20297655:20383268,20308443:20389342,20398812:20451284,20421532:20493739,20441872:20476665,20451766:20480101,20470424:20494526,20479233:20479605,20505111:20514607,20519774:20531318,20549743:20557657,20573401:20586557,20602371:20604134,20634828:20654742,20703033:20716014,20718502:20727292,20720594:20728260,20732078:20747397,20780559:20786042,20832985:20870334,20833038:20873490,20836981:20854619,20845542:20871181,20882059:20930515,20888117:20898828,20919369:20942865,20927010:20942030,20966339:20976500,21001284:21200450,21001694:21211656,21001717:21213384,21053272:21202851,21053297:21204565,21055192:21220175,21056532:21235765,21059205:21342347,21059359:21250814,21059806:21253560,21120302:21299039,21122482:21182377,21123359:21183260,21124048:21309287', 'assoc_mat': '20171947:etiquette:4203:20297169,20228245:etiquette:4203:20355873,20262031:etiquette:4203:20362956,20291011:etiquette:4203:20379894,20297655:etiquette:4203:20383268,20308443:etiquette:4203:20389342,20398812:etiquette:4203:20451284,20421532:etiquette:4203:20493739,20441872:etiquette:4203:20476665,20451766:etiquette:4203:20480101,20470424:etiquette:4203:20494526,20479233:etiquette:4203:20479605,20505111:etiquette:4203:20514607,20519774:etiquette:4203:20531318,20549743:etiquette:4203:20557657,20573401:etiquette:4203:20586557,20602371:etiquette:4203:20604134,20634828:etiquette:4203:20654742,20703033:etiquette:4203:20716014,20718502:etiquette:4203:20727292,20720594:etiquette:4203:20728260,20732078:etiquette:4203:20747397,20780559:etiquette:4203:20786042,20832985:etiquette:4203:20870334,20833038:etiquette:4203:20873490,20836981:etiquette:4203:20854619,20845542:etiquette:4203:20871181,20882059:etiquette:4203:20930515,20888117:etiquette:4203:20898828,20919369:etiquette:4203:20942865,20927010:etiquette:4203:20942030,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00011930739674350417, 'nb_photo': 9, 'list_port_cont': '20607994,20834843,20967676,21002795,21130250,21131687,21132819,21208233,21209114', 'assoc_port': '20607822:20607994,20834196:20834843,20966344:20967676,21002727:21002795,21054289:21208233,21054614:21130250,21059250:21132819,21059804:21131687,21122399:21209114', 'assoc_mat': '20607822:etiquette:4207:20607994,20834196:etiquette:4207:20834843,20966344:etiquette:4207:20967676,21002727:etiquette:4207:21002795,21054289:etiquette:4207:21208233,21054614:etiquette:4207:21130250,21059250:etiquette:4207:21132819,21059804:etiquette:4207:21131687,21122399:etiquette:4207:21209114'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.001176543191851201, 'nb_photo': 5, 'list_port_cont': '20880297,21181397,21218437,21321844', 'assoc_port': '20838637:20880297,21054601:21218437,21122469:21181397,21125613:21321844', 'assoc_mat': '20838637:etiquette:4461:20880297,21054601:etiquette:4461:21218437,21122469:etiquette:4461:21181397,21125613:etiquette:4461:21321844'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0016716453029158485, 'nb_photo': 130, 'list_port_cont': '20177845,20185083,20193223,20203774,20209702,20335615,20401446,20403610,20411737,20442752,20478171,20886117,20888069,20924079,21001539,21001626,21001774,21055807,21128330,21128504,21129386,21181312,21198083,21198586,21202302,21203385,21211153,21211750', 'assoc_port': '20177146:20177845,20183122:20185083,20192831:20193223,20202891:20203774,20209116:20209702,20334539:20335615,20398811:20401446,20403539:20403610,20410110:20411737,20441869:20442752,20477526:20478171,20885734:20886117,20886997:20888069,20920476:20924079,21001223:21198083,21001225:21211153,21001229:21198586,21001231:21128504,21001236:21128330,21001263:21001774,21001270:21001626,21001275:21001539,21001733:21129386,21053270:21202302,21053282:21203385,21054644:21055807,21122472:21181312,21124036:21211750', 'assoc_mat': '20177146:etiquette:4200:20177845,20183122:etiquette:4200:20185083,20192831:etiquette:4200:20193223,20202891:etiquette:4200:20203774,20209116:etiquette:4200:20209702,20334539:etiquette:4200:20335615,20398811:etiquette:4200:20401446,20403539:etiquette:4200:20403610,20410110:etiquette:4200:20411737,20441869:etiquette:4200:20442752,20477526:etiquette:4200:20478171,20885734:etiquette:4200:20886117,20886997:etiquette:4200:20888069,20920476:etiquette:4200:20924079,21001223:etiquette:4200:21198083,21001225:etiquette:4200:21211153,21001229:etiquette:4200:21198586,21001231:etiquette:4200:21128504,21001236:etiquette:4200:21128330,21001263:etiquette:4200:21001774,21001270:etiquette:4200:21001626,21001275:etiquette:4200:21001539,21001733:etiquette:4200:21129386,21053270:etiquette:4200:21202302,21053282:etiquette:4200:21203385,21054644:etiquette:4200:21055807,21122472:etiquette:4200:21181312,21124036:etiquette:4200:21211750'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0002250479386639324, 'nb_photo': 4, 'list_port_cont': '20220184,20516387,20719746', 'assoc_port': '20219535:20220184,20515633:20516387,20718507:20719746', 'assoc_mat': '20219535:etiquette:4207:20220184,20515633:etiquette:4207:20516387,20718507:etiquette:4207:20719746'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008574315368473532, 'nb_photo': 173, 'list_port_cont': '20896015,20910559,20910934,20929653,20930141,20942617,20975166,21125363,21129822,21131702,21163567,21165651,21166663,21166801,21180353,21180575,21182035,21182496,21182573,21183536,21185443,21186856,21190733,21190763,21191132,21191180,21191845,21191901,21193651,21194122,21194706,21194982,21195333,21195389,21198672,21198723,21200608,21202127,21202798,21202962,21204041,21204621,21205170,21206578,21207117,21207631,21207715,21208556,21209318,21209829,21210350,21210673,21211274,21211303,21211368,21211393,21211496,21211635,21214307,21214702,21214714,21217038,21217225,21217462,21217464,21217711,21218860,21218968,21218992,21219109,21219233,21219414,21219431,21219582,21219830,21219927,21220492,21220661,21220724,21220831,21221521,21224454,21225968,21226577,21226702,21227892,21229847,21230343,21232615,21234342,21236424,21238690,21239033,21239500,21240397,21240671,21240748,21242261,21242597,21243169,21243961,21244868,21245807,21246476,21246669,21246921,21248213,21249011,21249172,21252236,21253722,21255508,21257210,2125725', 'assoc_port': '20215674:21204621,20219535:21276395,20224378:21205170,20249728:21206578,20263700:21207631,20270889:21207715,20324553:21211368,20327793:21211635,20353379:21214714,20354711:21214702,20410111:21217464,20411272:21217462,20451769:21219109,20454229:21219233,20455316:21218968,20515633:21226577,20515635:21226702,20596786:21242261,20610318:21245807,20652563:21252236,20688365:21193651,20695689:21194706,20718513:21257256,20742145:21190733,20833006:21185443,20833043:21283842,20833053:21125363,20882063:20896015,20885736:20910559,20893167:20910934,20895535:20930141,20919367:20929653,20929134:20942617,20966323:20975166,21001227:21198723,21001230:21198672,21001265:21279040,21001285:21279823,21001287:21200608,21001691:21211393,21001696:21211496,21001729:21214307,21001743:21129822,21002591:21272092,21002640:21217038,21002683:21217225,21002714:21217711,21053264:21202127,21053271:21202798,21053274:21202962,21053280:21277048,21053290:21204041,21053301:21276367,21053305:21276000,21053308:21275486,21053720:21207117,21054293:2120855', 'assoc_mat': '20215674:etiquette:4209:21204621,20219535:etiquette:4209:21276395,20224378:etiquette:4209:21205170,20249728:etiquette:4209:21206578,20263700:etiquette:4209:21207631,20270889:etiquette:4209:21207715,20324553:etiquette:4209:21211368,20327793:etiquette:4209:21211635,20353379:etiquette:4209:21214714,20354711:etiquette:4209:21214702,20410111:etiquette:4209:21217464,20411272:etiquette:4209:21217462,20451769:etiquette:4209:21219109,20454229:etiquette:4209:21219233,20455316:etiquette:4209:21218968,20515633:etiquette:4209:21226577,20515635:etiquette:4209:21226702,20596786:etiquette:4209:21242261,20610318:etiquette:4209:21245807,20652563:etiquette:4209:21252236,20688365:etiquette:4209:21193651,20695689:etiquette:4209:21194706,20718513:etiquette:4209:21257256,20742145:etiquette:4209:21190733,20833006:etiquette:4209:21185443,20833043:etiquette:4209:21283842,20833053:etiquette:4209:21125363,20882063:etiquette:4209:20896015,20885736:etiquette:4209:20910559,20893167:etiquette:4209:20910934,20895535:etiquette:4209:20930141,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.985793394647603e-05, 'nb_photo': 282, 'list_port_cont': '20170135,20173846,20184728,20200321,20203915,20206252,20208992,20217452,20218311,20220326,20226605,20227866,20229215,20259502,20296642,20353918,20358748,20360243,20360364,20360557,20362701,20364115,20364282,20365489,20366168,20367352,20368522,20368803,20370614,20400640,20402660,20407495,20419521,20422611,20438628,20443002,20443783,20444109,20452073,20455628,20456572,20470695,20475617,20476090,20477118,20480488,20483623,20487364,20492573,20493985,20506275,20506725,20514948,20516415,20518562,20522749,20525019,20549098,20553592,20558622,20565373,20567435,20577412,20580162,20599624,20607780,20609638,20613646,20617819,20623221,20631362,20636078,20643553,20653573,20655377,20684924,20693233,20696876,20705110,20707261,20716672,20719040,20719370,20721815,20722345,20727732,20729982,20731416,20745389,20748900,20777167,20782311,20782649,20831376,20832833,20833848,20838194,20839806,20842579,20842799,20845120,20846501,20846982,20850021,20855648,20858357,20880187,20888044,20888548,20921467,20925129,20926354,20927442,2092984', 'assoc_port': '20169287:20170135,20171950:20173846,20183126:20184728,20199782:20200321,20200514:20206252,20201665:20203915,20206396:20208992,20215665:20218311,20215671:20217452,20219533:20220326,20220268:20226605,20226942:20227866,20228246:20229215,20249724:20360243,20249727:20360364,20253023:20360557,20257111:20259502,20258543:20362701,20263701:20370614,20266081:20364282,20277682:20296642,20293713:20368803,20295679:20368522,20296493:20367352,20297026:20366168,20298063:20365489,20300871:20364115,20313891:20358748,20353380:20353918,20398810:20400640,20401674:20402660,20404210:20419521,20404212:20407495,20422047:20422611,20436923:20438628,20441867:20443783,20441873:20443002,20443834:20444109,20450251:20452073,20454226:20455628,20455312:20456572,20470419:20470695,20474343:20476090,20474348:20475617,20476724:20477118,20479475:20480488,20481814:20483623,20485441:20487364,20492277:20492573,20493658:20493985,20505939:20506275,20506319:20506725,20513204:20514948,20515636:20516415,20517446:20518562,20522164:20522749,20524359:2052501', 'assoc_mat': '20169287:etiquette:4211:20170135,20171950:etiquette:4211:20173846,20183126:etiquette:4211:20184728,20199782:etiquette:4211:20200321,20200514:etiquette:4211:20206252,20201665:etiquette:4211:20203915,20206396:etiquette:4211:20208992,20215665:etiquette:4211:20218311,20215671:etiquette:4211:20217452,20219533:etiquette:4211:20220326,20220268:etiquette:4211:20226605,20226942:etiquette:4211:20227866,20228246:etiquette:4211:20229215,20249724:etiquette:4211:20360243,20249727:etiquette:4211:20360364,20253023:etiquette:4211:20360557,20257111:etiquette:4211:20259502,20258543:etiquette:4211:20362701,20263701:etiquette:4211:20370614,20266081:etiquette:4211:20364282,20277682:etiquette:4211:20296642,20293713:etiquette:4211:20368803,20295679:etiquette:4211:20368522,20296493:etiquette:4211:20367352,20297026:etiquette:4211:20366168,20298063:etiquette:4211:20365489,20300871:etiquette:4211:20364115,20313891:etiquette:4211:20358748,20353380:etiquette:4211:20353918,20398810:etiquette:4211:20400640,20401674:etiquette:4211:20402660,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005662289384448891, 'nb_photo': 23, 'list_port_cont': '20229873,20257447,20402652,20415891,20479431,20501390,20506558,20508482,20515521,20700439,20727791,20921723,21054683,21056359', 'assoc_port': '20228243:20229873,20254304:20257447,20401648:20402652,20414609:20415891,20479231:20479431,20500511:20501390,20506320:20506558,20507534:20508482,20513202:20515521,20699110:20700439,20726745:20727791,20920475:20921723,21053756:21054683,21054593:21056359', 'assoc_mat': '20228243:etiquette:3327:20229873,20254304:etiquette:3327:20257447,20401648:etiquette:3327:20402652,20414609:etiquette:3327:20415891,20479231:etiquette:3327:20479431,20500511:etiquette:3327:20501390,20506320:etiquette:3327:20506558,20507534:etiquette:3327:20508482,20513202:etiquette:3327:20515521,20699110:etiquette:3327:20700439,20726745:etiquette:3327:20727791,20920475:etiquette:3327:20921723,21053756:etiquette:3327:21054683,21054593:etiquette:3327:21056359'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01122535512867925, 'nb_photo': 367, 'list_port_cont': '20345893,20382456,20384580,20410413,20419443,20436298,20447916,20466591,20469148,20478296,20495677,20503203,20515100,20529697,20583893,20584257,20586226,20601101,20627248,20649205,20658802,20675829,20709055,20709644,20727234,20728054,20784157,20787013,20840126,20847627,20854360,20872677,20880492,20880644,20910997,20919476,20931940,20975679,21183096,21193354,21200248,21204915,21206163,21208534,21211939,21217185,21219658,21221509,21246158,21308254', 'assoc_port': '20204921:20345893,20266098:20436298,20296337:20382456,20303275:20384580,20326810:20410413,20338549:20419443,20392276:20447916,20414608:20466591,20431076:20495677,20445955:20478296,20469015:20469148,20485440:20503203,20505940:20515100,20517445:20529697,20553045:20583893,20561522:20584257,20570272:20586226,20600235:20601101,20612113:20627248,20630388:20658802,20640602:20649205,20672165:20675829,20685069:20709055,20699111:20709644,20718506:20727234,20720578:20728054,20776158:20784157,20781905:20787013,20832929:20840126,20833007:20847627,20836985:20854360,20841933:20880492,20848242:20872677,20880568:20880644,20886151:20910997,20888388:20919476,20924209:20931940,20966334:20975679,21001280:21200248,21001716:21211939,21002710:21217185,21053303:21204915,21053711:21206163,21054296:21208534,21055166:21219658,21055579:21221509,21058334:21246158,21123363:21183096,21124053:21308254,21125601:21193354', 'assoc_mat': '20204921:film_plastique:4205:20345893,20266098:film_plastique:4205:20436298,20296337:film_plastique:4205:20382456,20303275:film_plastique:4205:20384580,20326810:film_plastique:4205:20410413,20338549:film_plastique:4205:20419443,20392276:film_plastique:4205:20447916,20414608:film_plastique:4205:20466591,20431076:film_plastique:4205:20495677,20445955:film_plastique:4205:20478296,20469015:film_plastique:4205:20469148,20485440:film_plastique:4205:20503203,20505940:film_plastique:4205:20515100,20517445:film_plastique:4205:20529697,20553045:film_plastique:4205:20583893,20561522:film_plastique:4205:20584257,20570272:film_plastique:4205:20586226,20600235:film_plastique:4205:20601101,20612113:film_plastique:4205:20627248,20630388:film_plastique:4205:20658802,20640602:film_plastique:4205:20649205,20672165:film_plastique:4205:20675829,20685069:film_plastique:4205:20709055,20699111:film_plastique:4205:20709644,20718506:film_plastique:4205:20727234,20720578:film_plastique:4205:20728054,20776158:film_plastique:4205:2078415'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002910658064184159, 'nb_photo': 615, 'list_port_cont': '20297168,20355874,20360472,20362948,20379884,20383275,20389336,20426354,20451285,20464653,20476673,20479594,20480113,20493738,20494531,20514598,20522623,20531312,20557671,20586568,20604144,20619395,20654739,20701974,20716012,20727298,20728266,20747395,20786044,20854620,20870347,20871180,20873491,20898826,20930527,20942019,20942860,20976502,21182370,21183264,21200452,21202853,21204562,21211666,21213395,21220176,21235772,21250818,21253552,21299029,21309298,21342352', 'assoc_port': '20171947:20297168,20228245:20355874,20251677:20360472,20262031:20362948,20291011:20379884,20297655:20383275,20308443:20389336,20354704:20426354,20398812:20451285,20410109:20464653,20421532:20493738,20441872:20476673,20451766:20480113,20470424:20494531,20479233:20479594,20505111:20514598,20510744:20522623,20519774:20531312,20549743:20557671,20573401:20586568,20602371:20604144,20610319:20619395,20634828:20654739,20692234:20701974,20703033:20716012,20718502:20727298,20720594:20728266,20732078:20747395,20780559:20786044,20832985:20870347,20833038:20873491,20836981:20854620,20845542:20871180,20882059:20930527,20888117:20898826,20919369:20942860,20927010:20942019,20966339:20976502,21001284:21200452,21001694:21211666,21001717:21213395,21053272:21202853,21053297:21204562,21055192:21220176,21056532:21235772,21059205:21342352,21059359:21250818,21059806:21253552,21120302:21299029,21122482:21182370,21123359:21183264,21124048:21309298', 'assoc_mat': '20171947:film_plastique:4203:20297168,20228245:film_plastique:4203:20355874,20251677:film_plastique:4203:20360472,20262031:film_plastique:4203:20362948,20291011:film_plastique:4203:20379884,20297655:film_plastique:4203:20383275,20308443:film_plastique:4203:20389336,20354704:film_plastique:4203:20426354,20398812:film_plastique:4203:20451285,20410109:film_plastique:4203:20464653,20421532:film_plastique:4203:20493738,20441872:film_plastique:4203:20476673,20451766:film_plastique:4203:20480113,20470424:film_plastique:4203:20494531,20479233:film_plastique:4203:20479594,20505111:film_plastique:4203:20514598,20510744:film_plastique:4203:20522623,20519774:film_plastique:4203:20531312,20549743:film_plastique:4203:20557671,20573401:film_plastique:4203:20586568,20602371:film_plastique:4203:20604144,20610319:film_plastique:4203:20619395,20634828:film_plastique:4203:20654739,20692234:film_plastique:4203:20701974,20703033:film_plastique:4203:20716012,20718502:film_plastique:4203:20727298,20720594:film_plastique:4203:2072826'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031303101745931636, 'nb_photo': 920, 'list_port_cont': '20168695,20173982,20252805,20442979,20456327,20472424,20478087,20478279,20506130,20550578,20553629,20599250,20603140,20608000,20630984,20631759,20671623,20673774,20681474,20692668,20718495,20779975,20833099,20834830,20838983,20878346,20880363,20880651,20882209,20886238,20888457,20888973,20889284,20892399,20892880,20895770,20916037,20917573,20919653,20924690,20925823,20927046,20929948,20966457,20966512,20967671,20967715,20968173,20968224,21001537,21001751,21001988,21002138,21002602,21053634,21053764,21054023,21054717,21054807,21055220,21056290,21056315,21056375,21059030,21060467,21061055,21120487,21120632,21123328,21123397,21123779,21124088,21124410,21124860,21125171,21125254,21126193,21126282,21127015,21127680,21128179,21128195,21128313,21128726,21128831,21129010,21129059,21129116,21129367,21129577,21129711,21129917,21129971,21130253,21130349,21130404,21130450,21130532,21130598,21130718,21130994,21131361,21131494,21131544,21131678,21131755,21132104,21132147,21132284,21132435,21132603,21132726,21132827,2113289', 'assoc_port': '20168493:20168695,20172747:20173982,20251679:20252805,20441871:20442979,20455313:20456327,20471727:20472424,20477524:20478279,20477528:20478087,20505938:20506130,20547838:20550578,20551963:20553629,20598618:20599250,20602370:20603140,20607822:20608000,20630386:20630984,20631043:20631759,20671424:20671623,20673657:20673774,20680377:20681474,20692247:20692668,20717940:20718495,20779601:20779975,20832405:20833099,20834196:20834830,20838639:20838983,20877876:20878346,20880237:20880363,20880567:20880651,20882062:20882209,20886147:20886238,20888387:20888457,20888766:20889284,20888780:20888973,20891551:20892880,20891558:20892399,20895538:20895770,20915461:20916037,20916992:20917573,20919370:20919653,20924210:20924690,20925359:20925823,20927005:20927046,20929767:20929948,20966321:20968224,20966331:20968173,20966337:20967715,20966344:20967671,20966351:20966512,20966357:20966457,21001226:21198532,21001232:21198699,21001261:21199193,21001268:21199738,21001272:21199763,21001277:21199818,21001278:21128313,21001281:2100175', 'assoc_mat': '20168493:film_plastique:4207:20168695,20172747:film_plastique:4207:20173982,20251679:film_plastique:4207:20252805,20441871:film_plastique:4207:20442979,20455313:film_plastique:4207:20456327,20471727:film_plastique:4207:20472424,20477524:film_plastique:4207:20478279,20477528:film_plastique:4207:20478087,20505938:film_plastique:4207:20506130,20547838:film_plastique:4207:20550578,20551963:film_plastique:4207:20553629,20598618:film_plastique:4207:20599250,20602370:film_plastique:4207:20603140,20607822:film_plastique:4207:20608000,20630386:film_plastique:4207:20630984,20631043:film_plastique:4207:20631759,20671424:film_plastique:4207:20671623,20673657:film_plastique:4207:20673774,20680377:film_plastique:4207:20681474,20692247:film_plastique:4207:20692668,20717940:film_plastique:4207:20718495,20779601:film_plastique:4207:20779975,20832405:film_plastique:4207:20833099,20834196:film_plastique:4207:20834830,20838639:film_plastique:4207:20838983,20877876:film_plastique:4207:20878346,20880237:film_plastique:4207:2088036'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7571344878512761, 'nb_photo': 8179, 'list_port_cont': '20371588,20377703,20384278,20388692,20410514,20412365,20424356,20435565,20438442,20465203,20466970,20493105,20493881,20507386,20510613,20512327,20512808,20514537,20552852,20557927,20584361,20584427,20585246,20586355,20586631,20618939,20626051,20627062,20640621,20643963,20671547,20673304,20690448,20691800,20698864,20702475,20727567,20747615,20750431,20752275,20784289,20786130,20787359,20830713,20845485,20847021,20848356,20877669,20880299,20895239,20908818,20910073,20916127,20919104,20920352,20925566,20927293,20929983,20935443,20938848,20941833,20942668,20949487,20976975,20977152,20995432,20995781,21003157,21160988,21163338,21164902,21165847,21166387,21176817,21177921,21178967,21180583,21181019,21181385,21183218,21183789,21184742,21186018,21189131,21189988,21190571,21190927,21191470,21191639,21192641,21193260,21195150,21195490,21198404,21199032,21199481,21200159,21200361,21200502,21201216,21201995,21202460,21203197,21204001,21204377,21204799,21205494,21205731,21205976,21206388,21206924,21207062,21207273,2120743', 'assoc_port': '20262011:20435565,20270432:20371588,20270890:20438442,20277680:20377703,20300840:20384278,20308445:20388692,20323457:20493105,20324556:20466970,20326809:20410514,20331795:20412365,20351126:20424356,20411273:20465203,20469231:20493881,20475362:20507386,20479476:20514537,20487793:20512327,20502149:20510613,20504795:20512808,20524358:20552852,20555729:20557927,20562533:20584427,20562536:20584361,20566749:20585246,20570275:20586355,20576082:20586631,20610315:20618939,20617899:20627062,20623011:20626051,20631045:20640621,20637040:20643963,20645280:20671547,20649581:20673304,20675611:20702475,20677297:20690448,20688364:20698864,20690028:20691800,20718544:20727567,20727289:20747615,20734875:20750431,20748609:20752275,20777278:20784289,20780598:20786130,20782291:20787359,20827591:20830713,20832993:20845485,20833003:20847021,20833051:20848356,20838637:20880299,20854906:20877669,20886148:20916127,20886150:20895239,20886996:20935443,20888383:20919104,20888391:20920352,20889872:20908818,20891559:20938848,20892353:2091007', 'assoc_mat': '20262011:film_plastique:4461:20435565,20270432:film_plastique:4461:20371588,20270890:film_plastique:4461:20438442,20277680:film_plastique:4461:20377703,20300840:film_plastique:4461:20384278,20308445:film_plastique:4461:20388692,20323457:film_plastique:4461:20493105,20324556:film_plastique:4461:20466970,20326809:film_plastique:4461:20410514,20331795:film_plastique:4461:20412365,20351126:film_plastique:4461:20424356,20411273:film_plastique:4461:20465203,20469231:film_plastique:4461:20493881,20475362:film_plastique:4461:20507386,20479476:film_plastique:4461:20514537,20487793:film_plastique:4461:20512327,20502149:film_plastique:4461:20510613,20504795:film_plastique:4461:20512808,20524358:film_plastique:4461:20552852,20555729:film_plastique:4461:20557927,20562533:film_plastique:4461:20584427,20562536:film_plastique:4461:20584361,20566749:film_plastique:4461:20585246,20570275:film_plastique:4461:20586355,20576082:film_plastique:4461:20586631,20610315:film_plastique:4461:20618939,20617899:film_plastique:4461:2062706'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013085258017904042, 'nb_photo': 2974, 'list_port_cont': '20226915,20228132,20257576,20272204,20278014,20278098,20291817,20296511,20308343,20309970,20325350,20334124,20334301,20335606,20352692,20355412,20401439,20403596,20411740,20412835,20416187,20419450,20421820,20434611,20441340,20442743,20453694,20457586,20461385,20469060,20470524,20478172,20482513,20486364,20501273,20504928,20512282,20523239,20523488,20557181,20562357,20597229,20597531,20600836,20608106,20609424,20617521,20618712,20632672,20633468,20636997,20675301,20678154,20696829,20703477,20703655,20709272,20709352,20715918,20718450,20728061,20729154,20729999,20731266,20732366,20777119,20779687,20779748,20781857,20782733,20833762,20833968,20838553,20840024,20840891,20843643,20845985,20847771,20848497,20882252,20882446,20886126,20887412,20887951,20888068,20888475,20888604,20889839,20890183,20890479,20892021,20893003,20893106,20893433,20895489,20916146,20922796,20924081,20925482,20927069,20930015,20931240,20966474,20971060,20971303,20974043,20975459,21001548,21001629,21001767,21001957,21002031,21002412,2100290', 'assoc_port': '20224380:20226915,20226941:20228132,20254278:20272204,20257117:20257576,20277674:20278098,20277678:20278014,20291009:20291817,20296336:20296511,20307290:20308343,20308451:20309970,20324562:20325350,20330842:20334301,20331821:20334124,20334539:20335606,20351129:20352692,20354712:20355412,20398811:20401439,20403539:20403596,20407606:20412835,20410110:20411740,20414615:20416187,20418291:20419450,20421527:20421820,20433553:20434611,20436920:20441340,20441869:20442743,20451768:20453694,20455315:20457586,20460488:20461385,20469016:20469060,20470421:20470524,20477526:20478172,20479472:20482513,20485445:20486364,20500513:20501273,20504796:20504928,20510743:20512282,20522136:20523239,20522902:20523488,20555730:20557181,20561529:20562357,20596784:20597531,20596787:20597229,20600236:20600836,20607820:20608106,20608556:20609424,20616936:20617521,20617896:20618712,20631044:20632672,20632057:20633468,20636733:20636997,20675069:20675301,20677303:20678154,20690024:20696829,20699101:20709352,20699105:20709272,20699109:2070347', 'assoc_mat': '20224380:film_plastique:4200:20226915,20226941:film_plastique:4200:20228132,20254278:film_plastique:4200:20272204,20257117:film_plastique:4200:20257576,20277674:film_plastique:4200:20278098,20277678:film_plastique:4200:20278014,20291009:film_plastique:4200:20291817,20296336:film_plastique:4200:20296511,20307290:film_plastique:4200:20308343,20308451:film_plastique:4200:20309970,20324562:film_plastique:4200:20325350,20330842:film_plastique:4200:20334301,20331821:film_plastique:4200:20334124,20334539:film_plastique:4200:20335606,20351129:film_plastique:4200:20352692,20354712:film_plastique:4200:20355412,20398811:film_plastique:4200:20401439,20403539:film_plastique:4200:20403596,20407606:film_plastique:4200:20412835,20410110:film_plastique:4200:20411740,20414615:film_plastique:4200:20416187,20418291:film_plastique:4200:20419450,20421527:film_plastique:4200:20421820,20433553:film_plastique:4200:20434611,20436920:film_plastique:4200:20441340,20441869:film_plastique:4200:20442743,20451768:film_plastique:4200:2045369'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.003361151830967507, 'nb_photo': 380, 'list_port_cont': '20172610,20218089,20220183,20225455,20225588,20227679,20246753,20250398,20257659,20264731,20273851,20277986,20326610,20328523,20343732,20353491,20355279,20355418,20355599,20410952,20412714,20421668,20452946,20454743,20456165,20479354,20480149,20486031,20491232,20514501,20516336,20516393,20562681,20597349,20610628,20678666,20682226,20696411,20709287,20709335,20719396,20719741,20728083,20779345,20779550,20833532,20833739,20834592,20845569,20847220,20854530', 'assoc_port': '20171946:20172610,20215674:20218089,20219535:20220183,20224378:20225588,20224381:20225455,20226939:20227679,20245938:20246753,20249728:20250398,20257109:20257659,20263700:20264731,20270889:20273851,20277684:20277986,20324553:20326610,20327793:20328523,20341995:20343732,20353379:20353491,20354708:20355418,20354711:20355279,20355355:20355599,20410111:20410952,20411272:20412714,20421518:20421668,20451769:20452946,20454229:20454743,20455316:20456165,20479234:20479354,20479473:20480149,20485444:20486031,20489623:20491232,20513203:20514501,20515633:20516393,20515635:20516336,20561523:20562681,20596786:20597349,20610318:20610628,20677302:20678666,20680363:20682226,20695689:20696411,20699102:20709287,20699104:20709335,20718507:20719741,20718513:20719396,20727919:20728083,20779070:20779550,20779073:20779345,20832939:20854530,20832998:20845569,20833006:20847220,20833037:20834592,20833043:20833739,20833053:20833532', 'assoc_mat': '20171946:film_plastique:4207:20172610,20215674:film_plastique:4207:20218089,20219535:film_plastique:4207:20220183,20224378:film_plastique:4207:20225588,20224381:film_plastique:4207:20225455,20226939:film_plastique:4207:20227679,20245938:film_plastique:4207:20246753,20249728:film_plastique:4207:20250398,20257109:film_plastique:4207:20257659,20263700:film_plastique:4207:20264731,20270889:film_plastique:4207:20273851,20277684:film_plastique:4207:20277986,20324553:film_plastique:4207:20326610,20327793:film_plastique:4207:20328523,20341995:film_plastique:4207:20343732,20353379:film_plastique:4207:20353491,20354708:film_plastique:4207:20355418,20354711:film_plastique:4207:20355279,20355355:film_plastique:4207:20355599,20410111:film_plastique:4207:20410952,20411272:film_plastique:4207:20412714,20421518:film_plastique:4207:20421668,20451769:film_plastique:4207:20452946,20454229:film_plastique:4207:20454743,20455316:film_plastique:4207:20456165,20479234:film_plastique:4207:20479354,20479473:film_plastique:4207:2048014'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02411563484028056, 'nb_photo': 1286, 'list_port_cont': '20894590,20896005,20896564,20898849,20907039,20907087,20907286,20909052,20909092,20910572,20910924,20919287,20919296,20929657,20930143,20931573,20941755,20941817,20942621,20942694,20966535,20974631,20975557,20976378,20976543,20995599,21054703,21129430,21129818,21131700,21161012,21161141,21161199,21162461,21163565,21163740,21164018,21164756,21165148,21165649,21165808,21166490,21166586,21166677,21166776,21166804,21167001,21167209,21176124,21176236,21176471,21176665,21177083,21177374,21178412,21180229,21180339,21180448,21180571,21180678,21181451,21181604,21181830,21182032,21182198,21182504,21182584,21182972,21183530,21184868,21185449,21186456,21186656,21186869,21187704,21187859,21187907,21188458,21188649,21189198,21189446,21189965,21190309,21190528,21190731,21190776,21191125,21191172,21191781,21191853,21191903,21192002,21192183,21192338,21192431,21193582,21193658,21194116,21194287,21194323,21194653,21194709,21194987,21195271,21195335,21195388,21195444,21195606,21198289,21198674,21198713,21198785,21198974,2120032', 'assoc_port': '20171946:21198289,20215674:21204627,20219535:21276385,20224378:21205174,20226939:21205462,20245938:21205822,20249728:21206583,20257109:21207181,20263700:21207630,20270889:21207711,20277684:21054703,20324553:21211380,20327793:21211642,20341995:21214518,20353379:21214709,20354708:21214467,20354711:21214699,20355355:21214356,20410111:21217467,20411272:21217451,20421518:21218112,20451769:21219097,20454229:21219230,20455316:21218964,20477525:21219905,20479234:21219940,20479473:21269534,20485444:21268373,20489623:21220145,20513203:21224939,20515633:21226567,20515635:21226715,20515637:21226908,20524360:21230629,20561523:21236049,20596786:21242264,20610318:21245798,20652563:21252223,20677302:21255557,20680363:21192338,20688365:21193658,20695689:21194709,20699102:21194323,20699104:21194287,20718507:21256536,20718513:21257264,20727919:21190528,20742145:21190731,20779070:21289730,20779073:21166490,20832939:21284815,20832998:21284310,20833006:21185449,20833037:21186656,20833043:21283831,20880569:20907286,20882063:2089600', 'assoc_mat': '20171946:film_plastique:4209:21198289,20215674:film_plastique:4209:21204627,20219535:film_plastique:4209:21276385,20224378:film_plastique:4209:21205174,20226939:film_plastique:4209:21205462,20245938:film_plastique:4209:21205822,20249728:film_plastique:4209:21206583,20257109:film_plastique:4209:21207181,20263700:film_plastique:4209:21207630,20270889:film_plastique:4209:21207711,20277684:film_plastique:4209:21054703,20324553:film_plastique:4209:21211380,20327793:film_plastique:4209:21211642,20341995:film_plastique:4209:21214518,20353379:film_plastique:4209:21214709,20354708:film_plastique:4209:21214467,20354711:film_plastique:4209:21214699,20355355:film_plastique:4209:21214356,20410111:film_plastique:4209:21217467,20411272:film_plastique:4209:21217451,20421518:film_plastique:4209:21218112,20451769:film_plastique:4209:21219097,20454229:film_plastique:4209:21219230,20455316:film_plastique:4209:21218964,20477525:film_plastique:4209:21219905,20479234:film_plastique:4209:21219940,20479473:film_plastique:4209:2126953'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.02282899036334486, 'nb_photo': 6, 'list_port_cont': '20550177', 'assoc_port': '20549748:20550177', 'assoc_mat': '20549748:film_plastique:4200:20550177'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002925506946693671, 'nb_photo': 8268, 'list_port_cont': '20168753,20170142,20173850,20174160,20178362,20178614,20184726,20200308,20203927,20206258,20209001,20209436,20217448,20218312,20220330,20223986,20226048,20226607,20227870,20229226,20247098,20259503,20265010,20296637,20332609,20334236,20337930,20339421,20340040,20345647,20350795,20351371,20353916,20355391,20358747,20360235,20360368,20360560,20361362,20362601,20362686,20363967,20364116,20364268,20365487,20365923,20366174,20367243,20367355,20368528,20368791,20369331,20370610,20395259,20400636,20402662,20407487,20411471,20416154,20419523,20422601,20438627,20442995,20443782,20444095,20452074,20455617,20456585,20470696,20475612,20476081,20477127,20480483,20483632,20486966,20487351,20490975,20492575,20493866,20493988,20505005,20506278,20506565,20506726,20507225,20516426,20518567,20522752,20525032,20525525,20546211,20549103,20551509,20553605,20565365,20567436,20577424,20580164,20597666,20599621,20603571,20606919,20607783,20609647,20611801,20613654,20617811,20623103,20623218,20631361,20633775,20636077,20637300,2064135', 'assoc_port': '20168058:20265010,20168492:20168753,20169287:20170142,20171950:20173850,20172748:20174160,20177140:20178362,20177547:20178614,20183126:20184726,20199782:20200308,20200514:20206258,20201665:20203927,20206393:20209436,20206396:20209001,20215665:20218312,20215671:20217448,20219533:20220330,20220268:20226607,20220270:20223986,20224384:20226048,20226942:20227870,20228246:20229226,20245966:20247098,20249724:20360235,20249727:20360368,20253023:20360560,20257111:20259503,20258543:20362686,20263701:20370610,20266081:20364268,20270891:20369331,20277682:20296637,20293713:20368791,20295679:20368528,20296493:20367355,20297024:20367243,20297026:20366174,20297653:20365923,20298063:20365487,20300871:20364116,20303263:20363967,20303271:20362601,20308453:20361362,20313891:20358747,20324554:20350795,20324561:20334236,20330845:20332609,20336407:20337930,20337414:20339421,20338546:20340040,20341992:20345647,20350378:20351371,20353380:20353916,20354709:20355391,20393269:20395259,20398810:20400636,20401674:20402662,20404210:2041952', 'assoc_mat': '20168058:film_plastique:4211:20265010,20168492:film_plastique:4211:20168753,20169287:film_plastique:4211:20170142,20171950:film_plastique:4211:20173850,20172748:film_plastique:4211:20174160,20177140:film_plastique:4211:20178362,20177547:film_plastique:4211:20178614,20183126:film_plastique:4211:20184726,20199782:film_plastique:4211:20200308,20200514:film_plastique:4211:20206258,20201665:film_plastique:4211:20203927,20206393:film_plastique:4211:20209436,20206396:film_plastique:4211:20209001,20215665:film_plastique:4211:20218312,20215671:film_plastique:4211:20217448,20219533:film_plastique:4211:20220330,20220268:film_plastique:4211:20226607,20220270:film_plastique:4211:20223986,20224384:film_plastique:4211:20226048,20226942:film_plastique:4211:20227870,20228246:film_plastique:4211:20229226,20245966:film_plastique:4211:20247098,20249724:film_plastique:4211:20360235,20249727:film_plastique:4211:20360368,20253023:film_plastique:4211:20360560,20257111:film_plastique:4211:20259503,20258543:film_plastique:4211:2036268'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '21207046', 'assoc_port': '21055171:21207046', 'assoc_mat': '21055171:kraft:4207:21207046'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013439733672751026, 'nb_photo': 1, 'list_port_cont': '21188657', 'assoc_port': '21124005:21188657', 'assoc_mat': '21124005:kraft:4209:21188657'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012534073345113236, 'nb_photo': 69, 'list_port_cont': '20474478,20485568,20545334,20674277,20782322,20888267,20889475,20919429,21001891,21002745,21053597,21053778,21053828,21053960,21054631,21054799,21056080,21056189,21056632,21057711,21059819,21060149,21123856,21124456,21124573,21125845,21126241,21129267,21130514,21130740,21130851,21131078,21131305', 'assoc_port': '20474345:20474478,20485442:20485568,20544936:20545334,20674231:20674277,20782294:20782322,20888115:20888267,20888796:20889475,20919368:20919429,21001689:21002745,21001724:21001891,21053291:21053597,21053695:21053778,21053722:21053960,21053759:21053828,21054310:21054631,21054617:21054799,21055520:21057711,21055613:21056189,21055634:21056080,21056520:21056632,21058271:21130851,21058309:21131078,21058352:21130740,21059257:21131305,21059408:21060149,21059410:21059819,21122397:21130514,21123371:21123856,21123968:21125845,21124006:21124573,21124046:21124456,21125557:21129267,21125602:21126241', 'assoc_mat': '20474345:kraft:3726:20474478,20485442:kraft:3726:20485568,20544936:kraft:3726:20545334,20674231:kraft:3726:20674277,20782294:kraft:3726:20782322,20888115:kraft:3726:20888267,20888796:kraft:3726:20889475,20919368:kraft:3726:20919429,21001689:kraft:3726:21002745,21001724:kraft:3726:21001891,21053291:kraft:3726:21053597,21053695:kraft:3726:21053778,21053722:kraft:3726:21053960,21053759:kraft:3726:21053828,21054310:kraft:3726:21054631,21054617:kraft:3726:21054799,21055520:kraft:3726:21057711,21055613:kraft:3726:21056189,21055634:kraft:3726:21056080,21056520:kraft:3726:21056632,21058271:kraft:3726:21130851,21058309:kraft:3726:21131078,21058352:kraft:3726:21130740,21059257:kraft:3726:21131305,21059408:kraft:3726:21060149,21059410:kraft:3726:21059819,21122397:kraft:3726:21130514,21123371:kraft:3726:21123856,21123968:kraft:3726:21125845,21124006:kraft:3726:21124573,21124046:kraft:3726:21124456,21125557:kraft:3726:21129267,21125602:kraft:3726:21126241'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0013136946045261917, 'nb_photo': 1, 'list_port_cont': '20781950', 'assoc_port': '20781478:20781950', 'assoc_mat': '20781478:kraft:4211:20781950'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9548494364344068, 'nb_photo': 470, 'list_port_cont': '20345897,20382455,20384587,20410426,20419431,20436293,20447913,20466593,20469149,20478283,20495682,20503204,20515112,20529710,20583896,20584266,20586227,20601088,20627244,20649207,20658807,20675818,20709050,20709649,20727240,20784152,20840124,20847630,20854354,20872672,20880637,20910994,20931946,21200252,21204904,21206175,21208548,21211940,21217187,21219657,21221508,21246156,21308262', 'assoc_port': '20204921:20345897,20266098:20436293,20296337:20382455,20303275:20384587,20326810:20410426,20338549:20419431,20392276:20447913,20414608:20466593,20431076:20495682,20445955:20478283,20469015:20469149,20485440:20503204,20505940:20515112,20517445:20529710,20553045:20583896,20561522:20584266,20570272:20586227,20600235:20601088,20612113:20627244,20630388:20658807,20640602:20649207,20672165:20675818,20685069:20709050,20699111:20709649,20718506:20727240,20776158:20784152,20832929:20840124,20833007:20847630,20836985:20854354,20848242:20872672,20880568:20880637,20886151:20910994,20924209:20931946,21001280:21200252,21001716:21211940,21002710:21217187,21053303:21204904,21053711:21206175,21054296:21208548,21055166:21219657,21055579:21221508,21058334:21246156,21124053:21308262', 'assoc_mat': '20204921:metal:4205:20345897,20266098:metal:4205:20436293,20296337:metal:4205:20382455,20303275:metal:4205:20384587,20326810:metal:4205:20410426,20338549:metal:4205:20419431,20392276:metal:4205:20447913,20414608:metal:4205:20466593,20431076:metal:4205:20495682,20445955:metal:4205:20478283,20469015:metal:4205:20469149,20485440:metal:4205:20503204,20505940:metal:4205:20515112,20517445:metal:4205:20529710,20553045:metal:4205:20583896,20561522:metal:4205:20584266,20570272:metal:4205:20586227,20600235:metal:4205:20601088,20612113:metal:4205:20627244,20630388:metal:4205:20658807,20640602:metal:4205:20649207,20672165:metal:4205:20675818,20685069:metal:4205:20709050,20699111:metal:4205:20709649,20718506:metal:4205:20727240,20776158:metal:4205:20784152,20832929:metal:4205:20840124,20833007:metal:4205:20847630,20836985:metal:4205:20854354,20848242:metal:4205:20872672,20880568:metal:4205:20880637,20886151:metal:4205:20910994,20924209:metal:4205:20931946,21001280:metal:4205:21200252,21001716:metal:4205:21211940,21002710:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004044816554924274, 'nb_photo': 591, 'list_port_cont': '20297161,20355865,20360462,20362949,20379888,20383281,20389335,20426341,20451282,20464644,20476676,20479599,20480109,20493736,20494537,20514593,20531314,20557665,20586562,20604136,20654744,20701964,20716024,20727300,20728264,20747394,20786037,20854618,20870340,20871176,20873483,20898825,20930529,20942021,20942872,20976506,21182371,21183252,21200438,21202860,21204566,21211652,21213382,21220163,21235758,21250807,21253549,21299030,21309286,21342350', 'assoc_port': '20171947:20297161,20228245:20355865,20251677:20360462,20262031:20362949,20291011:20379888,20297655:20383281,20308443:20389335,20354704:20426341,20398812:20451282,20410109:20464644,20421532:20493736,20441872:20476676,20451766:20480109,20470424:20494537,20479233:20479599,20505111:20514593,20519774:20531314,20549743:20557665,20573401:20586562,20602371:20604136,20634828:20654744,20692234:20701964,20703033:20716024,20718502:20727300,20720594:20728264,20732078:20747394,20780559:20786037,20832985:20870340,20833038:20873483,20836981:20854618,20845542:20871176,20882059:20930529,20888117:20898825,20919369:20942872,20927010:20942021,20966339:20976506,21001284:21200438,21001694:21211652,21001717:21213382,21053272:21202860,21053297:21204566,21055192:21220163,21056532:21235758,21059205:21342350,21059359:21250807,21059806:21253549,21120302:21299030,21122482:21182371,21123359:21183252,21124048:21309286', 'assoc_mat': '20171947:metal:4203:20297161,20228245:metal:4203:20355865,20251677:metal:4203:20360462,20262031:metal:4203:20362949,20291011:metal:4203:20379888,20297655:metal:4203:20383281,20308443:metal:4203:20389335,20354704:metal:4203:20426341,20398812:metal:4203:20451282,20410109:metal:4203:20464644,20421532:metal:4203:20493736,20441872:metal:4203:20476676,20451766:metal:4203:20480109,20470424:metal:4203:20494537,20479233:metal:4203:20479599,20505111:metal:4203:20514593,20519774:metal:4203:20531314,20549743:metal:4203:20557665,20573401:metal:4203:20586562,20602371:metal:4203:20604136,20634828:metal:4203:20654744,20692234:metal:4203:20701964,20703033:metal:4203:20716024,20718502:metal:4203:20727300,20720594:metal:4203:20728264,20732078:metal:4203:20747394,20780559:metal:4203:20786037,20832985:metal:4203:20870340,20833038:metal:4203:20873483,20836981:metal:4203:20854618,20845542:metal:4203:20871176,20882059:metal:4203:20930529,20888117:metal:4203:20898825,20919369:metal:4203:20942872,20927010:metal:4203:20942021,20966339:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005047595098694252, 'nb_photo': 139, 'list_port_cont': '20252802,20442982,20456333,20472422,20478081,20478269,20506143,20550569,20553624,20599251,20630982,20631765,20671634,20681486,20718485,20779976,20833094,20834838,20880659,20886233,20889272,20892874,20895777,20916035,20919664,20924691,20925830,20926412,20967669,21001759,21001990,21002133,21002604,21002801,21056301,21059032,21061044,21123335,21123789,21124409,21124853,21125240,21127682,21128190,21128203,21129127,21130602,21131000,21131553,21132110,21132137,21132287,21132821,21132886,21133107,21135851,21136067,21136742,21160954,21162163,21182562,21187227,21192384,21192471,21192682,21199188,21199746,21199767,21201012,21201296,21202983,21206630,21206695,21206884,21206910,21207052,21207138,21207462,21207538,21207749,21208396,21208521,21208643,21208951,21209444', 'assoc_port': '20251679:20252802,20441871:20442982,20455313:20456333,20471727:20472422,20477524:20478269,20477528:20478081,20505938:20506143,20547838:20550569,20551963:20553624,20598618:20599251,20630386:20630982,20631043:20631765,20671424:20671634,20680377:20681486,20717940:20718485,20779601:20779976,20832405:20833094,20834196:20834838,20880567:20880659,20886147:20886233,20888766:20889272,20891551:20892874,20895538:20895777,20915461:20916035,20919370:20919664,20924210:20924691,20925354:20926412,20925359:20925830,20966344:20967669,21001261:21199188,21001268:21199746,21001272:21199767,21001281:21001759,21001712:21002604,21001714:21002133,21001720:21001990,21002727:21002801,21053255:21201012,21053257:21201296,21053275:21202983,21053717:21206630,21053719:21206910,21054295:21208521,21054300:21208396,21054313:21129127,21054592:21207749,21054600:21207538,21054606:21207462,21055163:21207138,21055171:21207052,21055178:21206884,21055510:21206695,21055516:21136742,21055581:21056301,21056519:21130602,21058231:21136067,21058269:2113585', 'assoc_mat': '20251679:metal:4207:20252802,20441871:metal:4207:20442982,20455313:metal:4207:20456333,20471727:metal:4207:20472422,20477524:metal:4207:20478269,20477528:metal:4207:20478081,20505938:metal:4207:20506143,20547838:metal:4207:20550569,20551963:metal:4207:20553624,20598618:metal:4207:20599251,20630386:metal:4207:20630982,20631043:metal:4207:20631765,20671424:metal:4207:20671634,20680377:metal:4207:20681486,20717940:metal:4207:20718485,20779601:metal:4207:20779976,20832405:metal:4207:20833094,20834196:metal:4207:20834838,20880567:metal:4207:20880659,20886147:metal:4207:20886233,20888766:metal:4207:20889272,20891551:metal:4207:20892874,20895538:metal:4207:20895777,20915461:metal:4207:20916035,20919370:metal:4207:20919664,20924210:metal:4207:20924691,20925354:metal:4207:20926412,20925359:metal:4207:20925830,20966344:metal:4207:20967669,21001261:metal:4207:21199188,21001268:metal:4207:21199746,21001272:metal:4207:21199767,21001281:metal:4207:21001759,21001712:metal:4207:21002604,21001714:metal:4207:21002133,21001720:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007495232504400903, 'nb_photo': 39, 'list_port_cont': '20410507,20493877,20557925,20586637,20727565,20747613,20750428,20787365,20877659,21003153,21164898,21176813,21198403,21200162,21200494,21202458,21214567,21216076,21216803,21217337,21219243,21220797,21224451,21231916,21242537,21254197,21304982,21319161,21321846,21324135', 'assoc_port': '20326809:20410507,20469231:20493877,20555729:20557925,20576082:20586637,20718544:20727565,20727289:20747613,20734875:20750428,20782291:20787365,20854906:20877659,21001224:21198403,21001271:21200162,21001286:21200494,21001736:21214567,21002620:21216076,21002634:21216803,21002641:21217337,21002728:21003153,21053268:21202458,21053302:21319161,21054640:21219243,21055518:21220797,21055633:21224451,21056506:21231916,21058225:21242537,21059811:21254197,21059897:21304982,21120290:21164898,21120310:21324135,21122347:21176813,21125613:21321846', 'assoc_mat': '20326809:metal:4461:20410507,20469231:metal:4461:20493877,20555729:metal:4461:20557925,20576082:metal:4461:20586637,20718544:metal:4461:20727565,20727289:metal:4461:20747613,20734875:metal:4461:20750428,20782291:metal:4461:20787365,20854906:metal:4461:20877659,21001224:metal:4461:21198403,21001271:metal:4461:21200162,21001286:metal:4461:21200494,21001736:metal:4461:21214567,21002620:metal:4461:21216076,21002634:metal:4461:21216803,21002641:metal:4461:21217337,21002728:metal:4461:21003153,21053268:metal:4461:21202458,21053302:metal:4461:21319161,21054640:metal:4461:21219243,21055518:metal:4461:21220797,21055633:metal:4461:21224451,21056506:metal:4461:21231916,21058225:metal:4461:21242537,21059811:metal:4461:21254197,21059897:metal:4461:21304982,21120290:metal:4461:21164898,21120310:metal:4461:21324135,21122347:metal:4461:21176813,21125613:metal:4461:21321846'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.21217402706373592, 'nb_photo': 2848, 'list_port_cont': '20226904,20228123,20257571,20272199,20278011,20278102,20291809,20296525,20308345,20309967,20325351,20334132,20334296,20335620,20352693,20355401,20403601,20411738,20412839,20416185,20419447,20421829,20434613,20441330,20457583,20461388,20469058,20470515,20478176,20482514,20486354,20501266,20504921,20512280,20523230,20523487,20557173,20562353,20597231,20597533,20600831,20608094,20609418,20617527,20618703,20632673,20633459,20637000,20675297,20678149,20696826,20703476,20703649,20709264,20709360,20715904,20718464,20728064,20729162,20730013,20731254,20732364,20777125,20779693,20779749,20781866,20782738,20833758,20833958,20838555,20840029,20840898,20843641,20845986,20847766,20848499,20882243,20882455,20886114,20887403,20887953,20888067,20888468,20888600,20889848,20890173,20890481,20892015,20892996,20893109,20893428,20895498,20916147,20922793,20924071,20925478,20927066,20930018,20931232,20966468,20971052,20971296,20974039,20975460,21001550,21001628,21001771,21001954,21002023,21002413,21002900,21053846,21054121,2105476', 'assoc_port': '20224380:20226904,20226941:20228123,20254278:20272199,20257117:20257571,20277674:20278102,20277678:20278011,20291009:20291809,20296336:20296525,20307290:20308345,20308451:20309967,20324562:20325351,20330842:20334296,20331821:20334132,20334539:20335620,20351129:20352693,20354712:20355401,20403539:20403601,20407606:20412839,20410110:20411738,20414615:20416185,20418291:20419447,20421527:20421829,20433553:20434613,20436920:20441330,20455315:20457583,20460488:20461388,20469016:20469058,20470421:20470515,20477526:20478176,20479472:20482514,20485445:20486354,20500513:20501266,20504796:20504921,20510743:20512280,20522136:20523230,20522902:20523487,20555730:20557173,20561529:20562353,20596784:20597533,20596787:20597231,20600236:20600831,20607820:20608094,20608556:20609418,20616936:20617527,20617896:20618703,20631044:20632673,20632057:20633459,20636733:20637000,20675069:20675297,20677303:20678149,20690024:20696826,20699101:20709360,20699105:20709264,20699109:20703476,20703029:20703649,20715257:20715904,20717939:2071846', 'assoc_mat': '20224380:metal:4200:20226904,20226941:metal:4200:20228123,20254278:metal:4200:20272199,20257117:metal:4200:20257571,20277674:metal:4200:20278102,20277678:metal:4200:20278011,20291009:metal:4200:20291809,20296336:metal:4200:20296525,20307290:metal:4200:20308345,20308451:metal:4200:20309967,20324562:metal:4200:20325351,20330842:metal:4200:20334296,20331821:metal:4200:20334132,20334539:metal:4200:20335620,20351129:metal:4200:20352693,20354712:metal:4200:20355401,20403539:metal:4200:20403601,20407606:metal:4200:20412839,20410110:metal:4200:20411738,20414615:metal:4200:20416185,20418291:metal:4200:20419447,20421527:metal:4200:20421829,20433553:metal:4200:20434613,20436920:metal:4200:20441330,20455315:metal:4200:20457583,20460488:metal:4200:20461388,20469016:metal:4200:20469058,20470421:metal:4200:20470515,20477526:metal:4200:20478176,20479472:metal:4200:20482514,20485445:metal:4200:20486354,20500513:metal:4200:20501266,20504796:metal:4200:20504921,20510743:metal:4200:20512280,20522136:metal:4200:20523230,20522902:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.00014943147719478737, 'nb_photo': 1, 'list_port_cont': '20516364', 'assoc_port': '20515637:20516364', 'assoc_mat': '20515637:metal:3594:20516364'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.005330275245966462, 'nb_photo': 41, 'list_port_cont': '20218078,20220185,20225580,20257657,20264743,20273836,20343739,20421665,20454747,20480145,20486029,20491227,20516333,20516381,20562677,20597353,20610625,20709293,20709336,20719399,20728089,20833534,20833727,20847212', 'assoc_port': '20215674:20218078,20219535:20220185,20224378:20225580,20257109:20257657,20263700:20264743,20270889:20273836,20341995:20343739,20421518:20421665,20454229:20454747,20479473:20480145,20485444:20486029,20489623:20491227,20515633:20516381,20515635:20516333,20561523:20562677,20596786:20597353,20610318:20610625,20699102:20709293,20699104:20709336,20718513:20719399,20727919:20728089,20833006:20847212,20833043:20833727,20833053:20833534', 'assoc_mat': '20215674:metal:4207:20218078,20219535:metal:4207:20220185,20224378:metal:4207:20225580,20257109:metal:4207:20257657,20263700:metal:4207:20264743,20270889:metal:4207:20273836,20341995:metal:4207:20343739,20421518:metal:4207:20421665,20454229:metal:4207:20454747,20479473:metal:4207:20480145,20485444:metal:4207:20486029,20489623:metal:4207:20491227,20515633:metal:4207:20516381,20515635:metal:4207:20516333,20561523:metal:4207:20562677,20596786:metal:4207:20597353,20610318:metal:4207:20610625,20699102:metal:4207:20709293,20699104:metal:4207:20709336,20718513:metal:4207:20719399,20727919:metal:4207:20728089,20833006:metal:4207:20847212,20833043:metal:4207:20833727,20833053:metal:4207:20833534'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.020464848295973944, 'nb_photo': 600, 'list_port_cont': '20896563,20898845,20907043,20910042,20910564,20910929,20919282,20919309,20930136,20941762,20942619,20966524,20974628,20975168,20975551,20976377,20976548,20976664,20995612,21054700,21125355,21129424,21129811,21161015,21161196,21162469,21163558,21163737,21164005,21164769,21165656,21165803,21166497,21166672,21166772,21166812,21166989,21167211,21176109,21176457,21176663,21177093,21180237,21180439,21180576,21180682,21181455,21181832,21182041,21182071,21182187,21182493,21182569,21183888,21184708,21184870,21185097,21185450,21186464,21186665,21187708,21187864,21187910,21188470,21189447,21190525,21190735,21190769,21191122,21191170,21191776,21191847,21191906,21191986,21192196,21192428,21193574,21193655,21194112,21194299,21194651,21194702,21194984,21195340,21195387,21195436,21198664,21198978,21200324,21200604,21202121,21202802,21204040,21204623,21204675,21205169,21205421,21205464,21205588,21205826,21206012,21206115,21206572,21207125,21207165,21207178,21207337,21207596,21207619,21207639,21207667,21207686,21207706,2120791', 'assoc_port': '20215674:21204623,20219535:21276393,20224378:21205169,20226939:21205464,20245938:21205826,20249728:21206572,20257109:21207178,20263700:21207619,20270889:21207706,20277684:21054700,20300842:21209703,20324553:21211371,20327793:21211645,20341995:21214523,20353379:21214704,20354708:21214462,20354711:21214693,20355355:21214355,20410111:21217479,20411272:21217463,20421518:21218103,20451769:21219103,20454229:21219237,20455316:21218961,20477525:21219906,20479473:21269532,20485444:21268378,20489623:21220152,20513203:21224944,20515633:21226580,20515635:21226700,20515637:21226909,20561523:21236055,20596786:21242271,20610318:21245812,20688365:21193655,20695689:21194702,20699104:21194299,20718507:21256553,20718513:21257253,20727919:21190525,20742145:21190735,20779070:21289736,20779073:21166497,20832939:21284807,20832998:21284318,20833006:21185450,20833037:21186665,20833043:21283839,20833053:21125355,20885736:20910564,20887002:20896563,20888118:20898845,20888384:20919309,20888386:20919282,20888765:20907043,20892354:2091004', 'assoc_mat': '20215674:metal:4209:21204623,20219535:metal:4209:21276393,20224378:metal:4209:21205169,20226939:metal:4209:21205464,20245938:metal:4209:21205826,20249728:metal:4209:21206572,20257109:metal:4209:21207178,20263700:metal:4209:21207619,20270889:metal:4209:21207706,20277684:metal:4209:21054700,20300842:metal:4209:21209703,20324553:metal:4209:21211371,20327793:metal:4209:21211645,20341995:metal:4209:21214523,20353379:metal:4209:21214704,20354708:metal:4209:21214462,20354711:metal:4209:21214693,20355355:metal:4209:21214355,20410111:metal:4209:21217479,20411272:metal:4209:21217463,20421518:metal:4209:21218103,20451769:metal:4209:21219103,20454229:metal:4209:21219237,20455316:metal:4209:21218961,20477525:metal:4209:21219906,20479473:metal:4209:21269532,20485444:metal:4209:21268378,20489623:metal:4209:21220152,20513203:metal:4209:21224944,20515633:metal:4209:21226580,20515635:metal:4209:21226700,20515637:metal:4209:21226909,20561523:metal:4209:21236055,20596786:metal:4209:21242271,20610318:metal:4209:21245812,20688365:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.18421830225882627, 'nb_photo': 6, 'list_port_cont': '20550169', 'assoc_port': '20549748:20550169', 'assoc_mat': '20549748:metal:4200:20550169'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01238675466484139, 'nb_photo': 2770, 'list_port_cont': '20168748,20170133,20173854,20174168,20178358,20178613,20184718,20200310,20203914,20206249,20208993,20209440,20217455,20218308,20220320,20223976,20226040,20226618,20227879,20229217,20247092,20259505,20265006,20296644,20332604,20334230,20337944,20339423,20340038,20345654,20350789,20351373,20353917,20355387,20358757,20360236,20360365,20360570,20361370,20362597,20362688,20363960,20364113,20364273,20365490,20365924,20366167,20367248,20367341,20368523,20368793,20369345,20370617,20395267,20402663,20407486,20411477,20416142,20419525,20422610,20438630,20443001,20443784,20444099,20452064,20455623,20456586,20470705,20475608,20476084,20477120,20480486,20483629,20486967,20487365,20490977,20492572,20493853,20493983,20505002,20506281,20506546,20506716,20507227,20516423,20518551,20522754,20525035,20525515,20546218,20549095,20551513,20553601,20565369,20567438,20577414,20580158,20597681,20599628,20603566,20606921,20607789,20609641,20611807,20613655,20617812,20623100,20623231,20631363,20633772,20636068,20637302,20641356,2064355', 'assoc_port': '20168058:20265006,20168492:20168748,20169287:20170133,20171950:20173854,20172748:20174168,20177140:20178358,20177547:20178613,20183126:20184718,20199782:20200310,20200514:20206249,20201665:20203914,20206393:20209440,20206396:20208993,20215665:20218308,20215671:20217455,20219533:20220320,20220268:20226618,20220270:20223976,20224384:20226040,20226942:20227879,20228246:20229217,20245966:20247092,20249724:20360236,20249727:20360365,20253023:20360570,20257111:20259505,20258543:20362688,20263701:20370617,20266081:20364273,20270891:20369345,20277682:20296644,20293713:20368793,20295679:20368523,20296493:20367341,20297024:20367248,20297026:20366167,20297653:20365924,20298063:20365490,20300871:20364113,20303263:20363960,20303271:20362597,20308453:20361370,20313891:20358757,20324554:20350789,20324561:20334230,20330845:20332604,20336407:20337944,20337414:20339423,20338546:20340038,20341992:20345654,20350378:20351373,20353380:20353917,20354709:20355387,20393269:20395267,20401674:20402663,20404210:20419525,20404212:2040748', 'assoc_mat': '20168058:metal:4211:20265006,20168492:metal:4211:20168748,20169287:metal:4211:20170133,20171950:metal:4211:20173854,20172748:metal:4211:20174168,20177140:metal:4211:20178358,20177547:metal:4211:20178613,20183126:metal:4211:20184718,20199782:metal:4211:20200310,20200514:metal:4211:20206249,20201665:metal:4211:20203914,20206393:metal:4211:20209440,20206396:metal:4211:20208993,20215665:metal:4211:20218308,20215671:metal:4211:20217455,20219533:metal:4211:20220320,20220268:metal:4211:20226618,20220270:metal:4211:20223976,20224384:metal:4211:20226040,20226942:metal:4211:20227879,20228246:metal:4211:20229217,20245966:metal:4211:20247092,20249724:metal:4211:20360236,20249727:metal:4211:20360365,20253023:metal:4211:20360570,20257111:metal:4211:20259505,20258543:metal:4211:20362688,20263701:metal:4211:20370617,20266081:metal:4211:20364273,20270891:metal:4211:20369345,20277682:metal:4211:20296644,20293713:metal:4211:20368793,20295679:metal:4211:20368523,20296493:metal:4211:20367341,20297024:metal:4211:20367248,20297026:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0047437553838372845, 'nb_photo': 1, 'list_port_cont': '20340541', 'assoc_port': '20338547:20340541', 'assoc_mat': '20338547:metal:3327:20340541'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001542692285946147, 'nb_photo': 11, 'list_port_cont': '21001649,21001936,21056003,21124760,21129934,21129986', 'assoc_port': '21001262:21001936,21001273:21001649,21002613:21129986,21002624:21129934,21053304:21056003,21124054:21124760', 'assoc_mat': '21001262:metal:3594:21001936,21001273:metal:3594:21001649,21002613:metal:3594:21129986,21002624:metal:3594:21129934,21053304:metal:3594:21056003,21124054:metal:3594:21124760'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016721781837523406, 'nb_photo': 2085, 'list_port_cont': '20345898,20382458,20384586,20410412,20419444,20436294,20447907,20466596,20469137,20478288,20495671,20503197,20515108,20529701,20583886,20584255,20586223,20601097,20627242,20649217,20658805,20675826,20709045,20709642,20727242,20728055,20784160,20787016,20840132,20847638,20854353,20872674,20880503,20880645,20910990,20919486,20931944,20975686,21183091,21193347,21200250,21204909,21206166,21208540,21211947,21217197,21219655,21221505,21246167,21308251', 'assoc_port': '20204921:20345898,20266098:20436294,20296337:20382458,20303275:20384586,20326810:20410412,20338549:20419444,20392276:20447907,20414608:20466596,20431076:20495671,20445955:20478288,20469015:20469137,20485440:20503197,20505940:20515108,20517445:20529701,20553045:20583886,20561522:20584255,20570272:20586223,20600235:20601097,20612113:20627242,20630388:20658805,20640602:20649217,20672165:20675826,20685069:20709045,20699111:20709642,20718506:20727242,20720578:20728055,20776158:20784160,20781905:20787016,20832929:20840132,20833007:20847638,20836985:20854353,20841933:20880503,20848242:20872674,20880568:20880645,20886151:20910990,20888388:20919486,20924209:20931944,20966334:20975686,21001280:21200250,21001716:21211947,21002710:21217197,21053303:21204909,21053711:21206166,21054296:21208540,21055166:21219655,21055579:21221505,21058334:21246167,21123363:21183091,21124053:21308251,21125601:21193347', 'assoc_mat': '20204921:papier:4205:20345898,20266098:papier:4205:20436294,20296337:papier:4205:20382458,20303275:papier:4205:20384586,20326810:papier:4205:20410412,20338549:papier:4205:20419444,20392276:papier:4205:20447907,20414608:papier:4205:20466596,20431076:papier:4205:20495671,20445955:papier:4205:20478288,20469015:papier:4205:20469137,20485440:papier:4205:20503197,20505940:papier:4205:20515108,20517445:papier:4205:20529701,20553045:papier:4205:20583886,20561522:papier:4205:20584255,20570272:papier:4205:20586223,20600235:papier:4205:20601097,20612113:papier:4205:20627242,20630388:papier:4205:20658805,20640602:papier:4205:20649217,20672165:papier:4205:20675826,20685069:papier:4205:20709045,20699111:papier:4205:20709642,20718506:papier:4205:20727242,20720578:papier:4205:20728055,20776158:papier:4205:20784160,20781905:papier:4205:20787016,20832929:papier:4205:20840132,20833007:papier:4205:20847638,20836985:papier:4205:20854353,20841933:papier:4205:20880503,20848242:papier:4205:20872674,20880568:papier:4205:20880645,2088'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009602423956625437, 'nb_photo': 4190, 'list_port_cont': '20297162,20355860,20360469,20362955,20379883,20383276,20389340,20426353,20451281,20464654,20476679,20479604,20480102,20493744,20494528,20514605,20522620,20531319,20557663,20586566,20604137,20619400,20654746,20701968,20716015,20727291,20728270,20728437,20747399,20786049,20854617,20870339,20871184,20873484,20898838,20930520,20942016,20942868,20976510,21182374,21183254,21200442,21202858,21204573,21211659,21213390,21220172,21235763,21250819,21253544,21299037,21309288,21342357', 'assoc_port': '20171947:20297162,20228245:20355860,20251677:20360469,20262031:20362955,20291011:20379883,20297655:20383276,20308443:20389340,20354704:20426353,20398812:20451281,20410109:20464654,20421532:20493744,20441872:20476679,20451766:20480102,20470424:20494528,20479233:20479604,20505111:20514605,20510744:20522620,20519774:20531319,20549743:20557663,20573401:20586566,20602371:20604137,20610319:20619400,20634828:20654746,20684265:20728437,20692234:20701968,20703033:20716015,20718502:20727291,20720594:20728270,20732078:20747399,20780559:20786049,20832985:20870339,20833038:20873484,20836981:20854617,20845542:20871184,20882059:20930520,20888117:20898838,20919369:20942868,20927010:20942016,20966339:20976510,21001284:21200442,21001694:21211659,21001717:21213390,21053272:21202858,21053297:21204573,21055192:21220172,21056532:21235763,21059205:21342357,21059359:21250819,21059806:21253544,21120302:21299037,21122482:21182374,21123359:21183254,21124048:21309288', 'assoc_mat': '20171947:papier:4203:20297162,20228245:papier:4203:20355860,20251677:papier:4203:20360469,20262031:papier:4203:20362955,20291011:papier:4203:20379883,20297655:papier:4203:20383276,20308443:papier:4203:20389340,20354704:papier:4203:20426353,20398812:papier:4203:20451281,20410109:papier:4203:20464654,20421532:papier:4203:20493744,20441872:papier:4203:20476679,20451766:papier:4203:20480102,20470424:papier:4203:20494528,20479233:papier:4203:20479604,20505111:papier:4203:20514605,20510744:papier:4203:20522620,20519774:papier:4203:20531319,20549743:papier:4203:20557663,20573401:papier:4203:20586566,20602371:papier:4203:20604137,20610319:papier:4203:20619400,20634828:papier:4203:20654746,20684265:papier:4203:20728437,20692234:papier:4203:20701968,20703033:papier:4203:20716015,20718502:papier:4203:20727291,20720594:papier:4203:20728270,20732078:papier:4203:20747399,20780559:papier:4203:20786049,20832985:papier:4203:20870339,20833038:papier:4203:20873484,20836981:papier:4203:20854617,20845542:papier:4203:20871184,2088'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04488316528391014, 'nb_photo': 9914, 'list_port_cont': '20168687,20173973,20252804,20442976,20456340,20472413,20478084,20478270,20506132,20550574,20553636,20599241,20603150,20607991,20630975,20631766,20671627,20673779,20681482,20692670,20718496,20779987,20833093,20834836,20838985,20840275,20878347,20880368,20880661,20882202,20886236,20888462,20888490,20888976,20889273,20892395,20892872,20895772,20916042,20917574,20919651,20924686,20925450,20925829,20926424,20927052,20929953,20966451,20966513,20967662,20967722,20968179,20968230,21001532,21001745,21001913,21001986,21002134,21002598,21002657,21002798,21053641,21053761,21054017,21054719,21054813,21055219,21056299,21056311,21056378,21059027,21060465,21061045,21120482,21120620,21123327,21123406,21123792,21124092,21124413,21124859,21125165,21125246,21126196,21126290,21127003,21127683,21128187,21128200,21128307,21128731,21128835,21129009,21129057,21129125,21129357,21129575,21129717,21129799,21129913,21129969,21130249,21130299,21130346,21130398,21130458,21130530,21130592,21130720,21131004,21131359,21131495,21131556,2113168', 'assoc_port': '20168493:20168687,20172747:20173973,20251679:20252804,20441871:20442976,20455313:20456340,20471727:20472413,20477524:20478270,20477528:20478084,20505938:20506132,20547838:20550574,20551963:20553636,20598618:20599241,20602370:20603150,20607822:20607991,20630386:20630975,20631043:20631766,20671424:20671627,20673657:20673779,20680377:20681482,20692247:20692670,20717940:20718496,20779601:20779987,20832405:20833093,20832932:20840275,20834196:20834836,20838639:20838985,20877876:20878347,20880237:20880368,20880567:20880661,20882062:20882202,20886147:20886236,20888382:20888490,20888387:20888462,20888766:20889273,20888780:20888976,20891551:20892872,20891558:20892395,20895538:20895772,20912928:20925450,20915461:20916042,20916992:20917574,20919370:20919651,20924210:20924686,20925354:20926424,20925359:20925829,20927005:20927052,20929767:20929953,20966321:20968230,20966331:20968179,20966337:20967722,20966344:20967662,20966351:20966513,20966357:20966451,21001226:21198524,21001232:21198707,21001261:21199184,21001268:2119974', 'assoc_mat': '20168493:papier:4207:20168687,20172747:papier:4207:20173973,20251679:papier:4207:20252804,20441871:papier:4207:20442976,20455313:papier:4207:20456340,20471727:papier:4207:20472413,20477524:papier:4207:20478270,20477528:papier:4207:20478084,20505938:papier:4207:20506132,20547838:papier:4207:20550574,20551963:papier:4207:20553636,20598618:papier:4207:20599241,20602370:papier:4207:20603150,20607822:papier:4207:20607991,20630386:papier:4207:20630975,20631043:papier:4207:20631766,20671424:papier:4207:20671627,20673657:papier:4207:20673779,20680377:papier:4207:20681482,20692247:papier:4207:20692670,20717940:papier:4207:20718496,20779601:papier:4207:20779987,20832405:papier:4207:20833093,20832932:papier:4207:20840275,20834196:papier:4207:20834836,20838639:papier:4207:20838985,20877876:papier:4207:20878347,20880237:papier:4207:20880368,20880567:papier:4207:20880661,20882062:papier:4207:20882202,20886147:papier:4207:20886236,20888382:papier:4207:20888490,20888387:papier:4207:20888462,20888766:papier:4207:20889273,2088'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21795162564990964, 'nb_photo': 68796, 'list_port_cont': '20371581,20377705,20384288,20388693,20410519,20412377,20424350,20435576,20438436,20465196,20466985,20493103,20493874,20507379,20510617,20512342,20512806,20514532,20552860,20557929,20584355,20584431,20585242,20586351,20586639,20618941,20626055,20627061,20640610,20643961,20671536,20673296,20690445,20691796,20698875,20702479,20727574,20747621,20750432,20752267,20784277,20786122,20787363,20830717,20845484,20847030,20848357,20877661,20880293,20895241,20908813,20910072,20916114,20919103,20920349,20925560,20927284,20929985,20935448,20938841,20941837,20942669,20949479,20976978,20977150,20995429,20995776,21003158,21160986,21163344,21164905,21165846,21166377,21176809,21177918,21178965,21180584,21181021,21181386,21183219,21183786,21184754,21186019,21189129,21189985,21190565,21190929,21191462,21191644,21192639,21193259,21195139,21195486,21198409,21199026,21199474,21200165,21200367,21200504,21201209,21201989,21202456,21203208,21204012,21204378,21204804,21205497,21205728,21205969,21206391,21206919,21207032,21207270,2120742', 'assoc_port': '20262011:20435576,20270432:20371581,20270890:20438436,20277680:20377705,20300840:20384288,20308445:20388693,20323457:20493103,20324556:20466985,20326809:20410519,20331795:20412377,20351126:20424350,20411273:20465196,20469231:20493874,20475362:20507379,20479476:20514532,20487793:20512342,20502149:20510617,20504795:20512806,20524358:20552860,20555729:20557929,20562533:20584431,20562536:20584355,20566749:20585242,20570275:20586351,20576082:20586639,20610315:20618941,20617899:20627061,20623011:20626055,20631045:20640610,20637040:20643961,20645280:20671536,20649581:20673296,20675611:20702479,20677297:20690445,20688364:20698875,20690028:20691796,20718544:20727574,20727289:20747621,20734875:20750432,20748609:20752267,20777278:20784277,20780598:20786122,20782291:20787363,20827591:20830717,20832993:20845484,20833003:20847030,20833051:20848357,20838637:20880293,20854906:20877661,20886148:20916114,20886150:20895241,20886996:20935448,20888383:20919103,20888391:20920349,20889872:20908813,20891559:20938841,20892353:2091007', 'assoc_mat': '20262011:papier:4461:20435576,20270432:papier:4461:20371581,20270890:papier:4461:20438436,20277680:papier:4461:20377705,20300840:papier:4461:20384288,20308445:papier:4461:20388693,20323457:papier:4461:20493103,20324556:papier:4461:20466985,20326809:papier:4461:20410519,20331795:papier:4461:20412377,20351126:papier:4461:20424350,20411273:papier:4461:20465196,20469231:papier:4461:20493874,20475362:papier:4461:20507379,20479476:papier:4461:20514532,20487793:papier:4461:20512342,20502149:papier:4461:20510617,20504795:papier:4461:20512806,20524358:papier:4461:20552860,20555729:papier:4461:20557929,20562533:papier:4461:20584431,20562536:papier:4461:20584355,20566749:papier:4461:20585242,20570275:papier:4461:20586351,20576082:papier:4461:20586639,20610315:papier:4461:20618941,20617899:papier:4461:20627061,20623011:papier:4461:20626055,20631045:papier:4461:20640610,20637040:papier:4461:20643961,20645280:papier:4461:20671536,20649581:papier:4461:20673296,20675611:papier:4461:20702479,20677297:papier:4461:20690445,2068'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015015593834449238, 'nb_photo': 4149, 'list_port_cont': '20226906,20228125,20257564,20272208,20278017,20278103,20291818,20296523,20308347,20309973,20325356,20334137,20334307,20335609,20352694,20355402,20401443,20403598,20411736,20412836,20416189,20419451,20421814,20434622,20441335,20442742,20453693,20457594,20461374,20469064,20470520,20478184,20482521,20486355,20501271,20504925,20512289,20523232,20523486,20557185,20562356,20597237,20597528,20600833,20608108,20609417,20617519,20618707,20632660,20633454,20637007,20675306,20678160,20696824,20703474,20703658,20709271,20709355,20715905,20718452,20728068,20729153,20730010,20731255,20732374,20777118,20779689,20779752,20781854,20782731,20833759,20833957,20838559,20840035,20840893,20843644,20845993,20847775,20848506,20882254,20882445,20886124,20887405,20887954,20888063,20888474,20888606,20889836,20890177,20890470,20892022,20892992,20893102,20893440,20895501,20916149,20922789,20924082,20925470,20927064,20930008,20931227,20966482,20971055,20971297,20974042,20975458,21001540,21001633,21001769,21001955,21002032,21002405,2100289', 'assoc_port': '20224380:20226906,20226941:20228125,20254278:20272208,20257117:20257564,20277674:20278103,20277678:20278017,20291009:20291818,20296336:20296523,20307290:20308347,20308451:20309973,20324562:20325356,20330842:20334307,20331821:20334137,20334539:20335609,20351129:20352694,20354712:20355402,20398811:20401443,20403539:20403598,20407606:20412836,20410110:20411736,20414615:20416189,20418291:20419451,20421527:20421814,20433553:20434622,20436920:20441335,20441869:20442742,20451768:20453693,20455315:20457594,20460488:20461374,20469016:20469064,20470421:20470520,20477526:20478184,20479472:20482521,20485445:20486355,20500513:20501271,20504796:20504925,20510743:20512289,20522136:20523232,20522902:20523486,20555730:20557185,20561529:20562356,20596784:20597528,20596787:20597237,20600236:20600833,20607820:20608108,20608556:20609417,20616936:20617519,20617896:20618707,20631044:20632660,20632057:20633454,20636733:20637007,20675069:20675306,20677303:20678160,20690024:20696824,20699101:20709355,20699105:20709271,20699109:2070347', 'assoc_mat': '20224380:papier:4200:20226906,20226941:papier:4200:20228125,20254278:papier:4200:20272208,20257117:papier:4200:20257564,20277674:papier:4200:20278103,20277678:papier:4200:20278017,20291009:papier:4200:20291818,20296336:papier:4200:20296523,20307290:papier:4200:20308347,20308451:papier:4200:20309973,20324562:papier:4200:20325356,20330842:papier:4200:20334307,20331821:papier:4200:20334137,20334539:papier:4200:20335609,20351129:papier:4200:20352694,20354712:papier:4200:20355402,20398811:papier:4200:20401443,20403539:papier:4200:20403598,20407606:papier:4200:20412836,20410110:papier:4200:20411736,20414615:papier:4200:20416189,20418291:papier:4200:20419451,20421527:papier:4200:20421814,20433553:papier:4200:20434622,20436920:papier:4200:20441335,20441869:papier:4200:20442742,20451768:papier:4200:20453693,20455315:papier:4200:20457594,20460488:papier:4200:20461374,20469016:papier:4200:20469064,20470421:papier:4200:20470520,20477526:papier:4200:20478184,20479472:papier:4200:20482521,20485445:papier:4200:20486355,2050'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.07558339897333684, 'nb_photo': 271, 'list_port_cont': '20516359', 'assoc_port': '20515637:20516359', 'assoc_mat': '20515637:papier:3594:20516359'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.041026290856832286, 'nb_photo': 3316, 'list_port_cont': '20172611,20218084,20220173,20225464,20225583,20227686,20246755,20250399,20257665,20264744,20273839,20277984,20326614,20328529,20343729,20353487,20355270,20355416,20355595,20410950,20412712,20421674,20452945,20454746,20456163,20479363,20480156,20486034,20491229,20514503,20516334,20516384,20562689,20597357,20610631,20678660,20682219,20696418,20709290,20709342,20719388,20719743,20728081,20779343,20779547,20833526,20833738,20834593,20845563,20847223,20854531', 'assoc_port': '20171946:20172611,20215674:20218084,20219535:20220173,20224378:20225583,20224381:20225464,20226939:20227686,20245938:20246755,20249728:20250399,20257109:20257665,20263700:20264744,20270889:20273839,20277684:20277984,20324553:20326614,20327793:20328529,20341995:20343729,20353379:20353487,20354708:20355416,20354711:20355270,20355355:20355595,20410111:20410950,20411272:20412712,20421518:20421674,20451769:20452945,20454229:20454746,20455316:20456163,20479234:20479363,20479473:20480156,20485444:20486034,20489623:20491229,20513203:20514503,20515633:20516384,20515635:20516334,20561523:20562689,20596786:20597357,20610318:20610631,20677302:20678660,20680363:20682219,20695689:20696418,20699102:20709290,20699104:20709342,20718507:20719743,20718513:20719388,20727919:20728081,20779070:20779547,20779073:20779343,20832939:20854531,20832998:20845563,20833006:20847223,20833037:20834593,20833043:20833738,20833053:20833526', 'assoc_mat': '20171946:papier:4207:20172611,20215674:papier:4207:20218084,20219535:papier:4207:20220173,20224378:papier:4207:20225583,20224381:papier:4207:20225464,20226939:papier:4207:20227686,20245938:papier:4207:20246755,20249728:papier:4207:20250399,20257109:papier:4207:20257665,20263700:papier:4207:20264744,20270889:papier:4207:20273839,20277684:papier:4207:20277984,20324553:papier:4207:20326614,20327793:papier:4207:20328529,20341995:papier:4207:20343729,20353379:papier:4207:20353487,20354708:papier:4207:20355416,20354711:papier:4207:20355270,20355355:papier:4207:20355595,20410111:papier:4207:20410950,20411272:papier:4207:20412712,20421518:papier:4207:20421674,20451769:papier:4207:20452945,20454229:papier:4207:20454746,20455316:papier:4207:20456163,20479234:papier:4207:20479363,20479473:papier:4207:20480156,20485444:papier:4207:20486034,20489623:papier:4207:20491229,20513203:papier:4207:20514503,20515633:papier:4207:20516384,20515635:papier:4207:20516334,20561523:papier:4207:20562689,20596786:papier:4207:20597357,2061'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9122903463031609, 'nb_photo': 127176, 'list_port_cont': '20894580,20896016,20896569,20898854,20907046,20907089,20907294,20909043,20909084,20910029,20910574,20910938,20919292,20919310,20929654,20930149,20931572,20941760,20941828,20942613,20942697,20966528,20974635,20975164,20975554,20976383,20976544,20976673,20995600,21054704,21125359,21129439,21129815,21131694,21161009,21161144,21161200,21162468,21162725,21163564,21163750,21164007,21164766,21165149,21165659,21165799,21166489,21166577,21166667,21166770,21166811,21166990,21167204,21176115,21176238,21176465,21176677,21177097,21177377,21178409,21180240,21180345,21180438,21180561,21180676,21181453,21181594,21181821,21182043,21182069,21182197,21182494,21182577,21182970,21183531,21183891,21184709,21184861,21185095,21185446,21186457,21186657,21186855,21187712,21187861,21187916,21188455,21188658,21189203,21189435,21189962,21190305,21190526,21190729,21190775,21191123,21191182,21191676,21191782,21191848,21191902,21191990,21192192,21192333,21192423,21193581,21193652,21194114,21194296,21194317,21194657,21194712,21194993,2119525', 'assoc_port': '20171946:21198287,20215674:21204631,20219535:21276382,20224378:21205171,20226939:21205467,20245938:21205819,20249728:21206570,20257109:21207179,20263700:21207628,20270889:21207702,20277684:21054704,20300842:21209693,20324553:21211369,20327793:21211647,20341995:21214524,20353379:21214708,20354708:21214468,20354711:21214687,20355355:21214343,20410111:21217470,20411272:21217450,20421518:21218111,20451769:21219094,20454229:21219226,20455316:21218973,20477525:21219900,20479234:21219942,20479473:21269542,20485444:21268372,20489623:21220155,20513203:21224952,20515633:21226569,20515635:21226710,20515637:21226906,20524360:21230620,20561523:21236046,20596786:21242270,20610318:21245799,20652563:21252229,20677302:21255558,20680363:21192333,20688365:21193652,20695689:21194712,20699102:21194317,20699104:21194296,20718507:21256556,20718513:21257263,20727919:21190526,20742145:21190729,20779070:21289739,20779073:21166489,20832939:21284812,20832998:21284309,20833006:21185446,20833037:21186657,20833043:21283840,20833053:2112535', 'assoc_mat': '20171946:papier:4209:21198287,20215674:papier:4209:21204631,20219535:papier:4209:21276382,20224378:papier:4209:21205171,20226939:papier:4209:21205467,20245938:papier:4209:21205819,20249728:papier:4209:21206570,20257109:papier:4209:21207179,20263700:papier:4209:21207628,20270889:papier:4209:21207702,20277684:papier:4209:21054704,20300842:papier:4209:21209693,20324553:papier:4209:21211369,20327793:papier:4209:21211647,20341995:papier:4209:21214524,20353379:papier:4209:21214708,20354708:papier:4209:21214468,20354711:papier:4209:21214687,20355355:papier:4209:21214343,20410111:papier:4209:21217470,20411272:papier:4209:21217450,20421518:papier:4209:21218111,20451769:papier:4209:21219094,20454229:papier:4209:21219226,20455316:papier:4209:21218973,20477525:papier:4209:21219900,20479234:papier:4209:21219942,20479473:papier:4209:21269542,20485444:papier:4209:21268372,20489623:papier:4209:21220155,20513203:papier:4209:21224952,20515633:papier:4209:21226569,20515635:papier:4209:21226710,20515637:papier:4209:21226906,2052'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9616079150737333, 'nb_photo': 25, 'list_port_cont': '20291102,20308815,20474474,21130855', 'assoc_port': '20291008:20291102,20308446:20308815,20474345:20474474,21058271:21130855', 'assoc_mat': '20291008:papier:3726:20291102,20308446:papier:3726:20308815,20474345:papier:3726:20474474,21058271:papier:3726:21130855'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01597246828265994, 'nb_photo': 3, 'list_port_cont': '20550173', 'assoc_port': '20549748:20550173', 'assoc_mat': '20549748:papier:4200:20550173'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010517940013854211, 'nb_photo': 26710, 'list_port_cont': '20168751,20170146,20173848,20174161,20178359,20178599,20184729,20200318,20203925,20206245,20208999,20209437,20217453,20218313,20220332,20223978,20226045,20226612,20227880,20229218,20247099,20259496,20265003,20296646,20332612,20334239,20337939,20339419,20340035,20345655,20350787,20351361,20353923,20355381,20358751,20360246,20360361,20360565,20361368,20362606,20362693,20363965,20364123,20364269,20365488,20365929,20366171,20367240,20367353,20368525,20368800,20369333,20370618,20395261,20400639,20402666,20407489,20411467,20416147,20419512,20422607,20438633,20442997,20443791,20444101,20452060,20455629,20456578,20470703,20475603,20476080,20477119,20480476,20483637,20486979,20487362,20490964,20492579,20493867,20493978,20504998,20506288,20506559,20506717,20507232,20514956,20516416,20518553,20522755,20525026,20525516,20546212,20549106,20551501,20553594,20558638,20565374,20567448,20577409,20580167,20597677,20599623,20603578,20606915,20607779,20609644,20611805,20613661,20617823,20623111,20623225,20631364,20633770,2063607', 'assoc_port': '20168058:20265003,20168492:20168751,20169287:20170146,20171950:20173848,20172748:20174161,20177140:20178359,20177547:20178599,20183126:20184729,20199782:20200318,20200514:20206245,20201665:20203925,20206393:20209437,20206396:20208999,20215665:20218313,20215671:20217453,20219533:20220332,20220268:20226612,20220270:20223978,20224384:20226045,20226942:20227880,20228246:20229218,20245966:20247099,20249724:20360246,20249727:20360361,20253023:20360565,20257111:20259496,20258543:20362693,20263701:20370618,20266081:20364269,20270891:20369333,20277682:20296646,20293713:20368800,20295679:20368525,20296493:20367353,20297024:20367240,20297026:20366171,20297653:20365929,20298063:20365488,20300871:20364123,20303263:20363965,20303271:20362606,20308453:20361368,20313891:20358751,20324554:20350787,20324561:20334239,20330845:20332612,20336407:20337939,20337414:20339419,20338546:20340035,20341992:20345655,20350378:20351361,20353380:20353923,20354709:20355381,20393269:20395261,20398810:20400639,20401674:20402666,20404210:2041951', 'assoc_mat': '20168058:papier:4211:20265003,20168492:papier:4211:20168751,20169287:papier:4211:20170146,20171950:papier:4211:20173848,20172748:papier:4211:20174161,20177140:papier:4211:20178359,20177547:papier:4211:20178599,20183126:papier:4211:20184729,20199782:papier:4211:20200318,20200514:papier:4211:20206245,20201665:papier:4211:20203925,20206393:papier:4211:20209437,20206396:papier:4211:20208999,20215665:papier:4211:20218313,20215671:papier:4211:20217453,20219533:papier:4211:20220332,20220268:papier:4211:20226612,20220270:papier:4211:20223978,20224384:papier:4211:20226045,20226942:papier:4211:20227880,20228246:papier:4211:20229218,20245966:papier:4211:20247099,20249724:papier:4211:20360246,20249727:papier:4211:20360361,20253023:papier:4211:20360565,20257111:papier:4211:20259496,20258543:papier:4211:20362693,20263701:papier:4211:20370618,20266081:papier:4211:20364269,20270891:papier:4211:20369333,20277682:papier:4211:20296646,20293713:papier:4211:20368800,20295679:papier:4211:20368525,20296493:papier:4211:20367353,2029'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.008867679247229504, 'nb_photo': 496, 'list_port_cont': '20169748,20171217,20172632,20174092,20178713,20186487,20188607,20200242,20201403,20202952,20208870,20211310,20217274,20220557,20227550,20227660,20229865,20247288,20248901,20255099,20257455,20260606,20264576,20278685,20295634,20296888,20298336,20302295,20304741,20305897,20309603,20310155,20312963,20314131,20325806,20332514,20333672,20338601,20351382,20352809,20355109,20356293,20394882,20398600,20405152,20408824,20413202,20415885,20422089,20442811,20444082,20444609,20445552,20449148,20451882,20454022,20460834,20469712,20474526,20476956,20483989,20491653,20501400,20505490,20506553,20508477,20514564,20515512,20520534,20523648,20546474,20549114,20551760,20555025,20557232,20561270,20571029,20576588,20576624,20599994,20603448,20607768,20610251,20611062,20614952,20617642,20621375,20630999,20631051,20632189,20635068,20636698,20638537,20641443,20643568,20671641,20672843,20673804,20675331,20678695,20679021,20682375,20684726,20685092,20686363,20692266,20694005,20700144,20703103,20705258,20710880,20718024,20719720,2072278', 'assoc_port': '20169285:20169748,20169834:20171217,20171951:20172632,20172749:20174092,20177545:20178713,20183123:20186487,20186672:20188607,20199786:20200242,20200509:20201403,20201667:20202952,20206394:20208870,20210194:20211310,20215687:20217274,20219531:20220557,20224377:20227660,20224382:20227550,20228243:20229865,20245939:20247288,20247542:20248901,20253021:20255099,20254304:20257455,20258541:20260606,20262010:20264576,20277672:20278685,20293712:20295634,20296496:20296888,20298064:20298336,20300873:20302295,20303267:20305897,20303272:20304741,20308442:20310155,20308450:20309603,20312006:20312963,20313893:20314131,20324558:20325806,20330844:20332514,20331796:20333672,20337409:20338601,20350380:20351382,20352155:20352809,20354707:20355109,20355354:20356293,20393265:20394882,20397365:20398600,20404209:20405152,20407607:20408824,20411279:20413202,20414609:20415885,20421504:20422089,20431075:20444609,20441870:20442811,20443835:20444082,20444393:20445552,20448174:20449148,20450253:20451882,20451770:20454022,20459164:2046083', 'assoc_mat': '20169285:papier:3327:20169748,20169834:papier:3327:20171217,20171951:papier:3327:20172632,20172749:papier:3327:20174092,20177545:papier:3327:20178713,20183123:papier:3327:20186487,20186672:papier:3327:20188607,20199786:papier:3327:20200242,20200509:papier:3327:20201403,20201667:papier:3327:20202952,20206394:papier:3327:20208870,20210194:papier:3327:20211310,20215687:papier:3327:20217274,20219531:papier:3327:20220557,20224377:papier:3327:20227660,20224382:papier:3327:20227550,20228243:papier:3327:20229865,20245939:papier:3327:20247288,20247542:papier:3327:20248901,20253021:papier:3327:20255099,20254304:papier:3327:20257455,20258541:papier:3327:20260606,20262010:papier:3327:20264576,20277672:papier:3327:20278685,20293712:papier:3327:20295634,20296496:papier:3327:20296888,20298064:papier:3327:20298336,20300873:papier:3327:20302295,20303267:papier:3327:20305897,20303272:papier:3327:20304741,20308442:papier:3327:20310155,20308450:papier:3327:20309603,20312006:papier:3327:20312963,20313893:papier:3327:20314131,2032'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.04656935195777666, 'nb_photo': 272, 'list_port_cont': '21001657,21001937,21055999,21124768,21129933,21129987', 'assoc_port': '21001262:21001937,21001273:21001657,21002613:21129987,21002624:21129933,21053304:21055999,21124054:21124768', 'assoc_mat': '21001262:papier:3594:21001937,21001273:papier:3594:21001657,21002613:papier:3594:21129987,21002624:papier:3594:21129933,21053304:papier:3594:21055999,21124054:papier:3594:21124768'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006006327515836368, 'nb_photo': 152, 'list_port_cont': '20345891,20382457,20384579,20410421,20419446,20436296,20447904,20466581,20469143,20478290,20495679,20503193,20515106,20529711,20583888,20584256,20586220,20601098,20627243,20649216,20658798,20675819,20709044,20728049,20784159,20787017,20840125,20847633,20854361,20872686,20880501,20880638,20910992,20931942,20975688,21193355,21200241,21204912,21206170,21208535,21217186,21219649,21221499,21308261', 'assoc_port': '20204921:20345891,20266098:20436296,20296337:20382457,20303275:20384579,20326810:20410421,20338549:20419446,20392276:20447904,20414608:20466581,20431076:20495679,20445955:20478290,20469015:20469143,20485440:20503193,20505940:20515106,20517445:20529711,20553045:20583888,20561522:20584256,20570272:20586220,20600235:20601098,20612113:20627243,20630388:20658798,20640602:20649216,20672165:20675819,20685069:20709044,20720578:20728049,20776158:20784159,20781905:20787017,20832929:20840125,20833007:20847633,20836985:20854361,20841933:20880501,20848242:20872686,20880568:20880638,20886151:20910992,20924209:20931942,20966334:20975688,21001280:21200241,21002710:21217186,21053303:21204912,21053711:21206170,21054296:21208535,21055166:21219649,21055579:21221499,21124053:21308261,21125601:21193355', 'assoc_mat': '20204921:pehd:4205:20345891,20266098:pehd:4205:20436296,20296337:pehd:4205:20382457,20303275:pehd:4205:20384579,20326810:pehd:4205:20410421,20338549:pehd:4205:20419446,20392276:pehd:4205:20447904,20414608:pehd:4205:20466581,20431076:pehd:4205:20495679,20445955:pehd:4205:20478290,20469015:pehd:4205:20469143,20485440:pehd:4205:20503193,20505940:pehd:4205:20515106,20517445:pehd:4205:20529711,20553045:pehd:4205:20583888,20561522:pehd:4205:20584256,20570272:pehd:4205:20586220,20600235:pehd:4205:20601098,20612113:pehd:4205:20627243,20630388:pehd:4205:20658798,20640602:pehd:4205:20649216,20672165:pehd:4205:20675819,20685069:pehd:4205:20709044,20720578:pehd:4205:20728049,20776158:pehd:4205:20784159,20781905:pehd:4205:20787017,20832929:pehd:4205:20840125,20833007:pehd:4205:20847633,20836985:pehd:4205:20854361,20841933:pehd:4205:20880501,20848242:pehd:4205:20872686,20880568:pehd:4205:20880638,20886151:pehd:4205:20910992,20924209:pehd:4205:20931942,20966334:pehd:4205:20975688,21001280:pehd:4205:21200241,21002710:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003696329157509913, 'nb_photo': 521, 'list_port_cont': '20297154,20355862,20360465,20362945,20379890,20383273,20389344,20426342,20451286,20464647,20476674,20479600,20480111,20493735,20494525,20514600,20522624,20531315,20557664,20586555,20604147,20654743,20701962,20716022,20727296,20728262,20747401,20786046,20854616,20870341,20871186,20873487,20898830,20930521,20942022,20942867,20976505,21182365,21183261,21200449,21202852,21204570,21211664,21213393,21220168,21235764,21250810,21253546,21299035,21309299,21342353', 'assoc_port': '20171947:20297154,20228245:20355862,20251677:20360465,20262031:20362945,20291011:20379890,20297655:20383273,20308443:20389344,20354704:20426342,20398812:20451286,20410109:20464647,20421532:20493735,20441872:20476674,20451766:20480111,20470424:20494525,20479233:20479600,20505111:20514600,20510744:20522624,20519774:20531315,20549743:20557664,20573401:20586555,20602371:20604147,20634828:20654743,20692234:20701962,20703033:20716022,20718502:20727296,20720594:20728262,20732078:20747401,20780559:20786046,20832985:20870341,20833038:20873487,20836981:20854616,20845542:20871186,20882059:20930521,20888117:20898830,20919369:20942867,20927010:20942022,20966339:20976505,21001284:21200449,21001694:21211664,21001717:21213393,21053272:21202852,21053297:21204570,21055192:21220168,21056532:21235764,21059205:21342353,21059359:21250810,21059806:21253546,21120302:21299035,21122482:21182365,21123359:21183261,21124048:21309299', 'assoc_mat': '20171947:pehd:4203:20297154,20228245:pehd:4203:20355862,20251677:pehd:4203:20360465,20262031:pehd:4203:20362945,20291011:pehd:4203:20379890,20297655:pehd:4203:20383273,20308443:pehd:4203:20389344,20354704:pehd:4203:20426342,20398812:pehd:4203:20451286,20410109:pehd:4203:20464647,20421532:pehd:4203:20493735,20441872:pehd:4203:20476674,20451766:pehd:4203:20480111,20470424:pehd:4203:20494525,20479233:pehd:4203:20479600,20505111:pehd:4203:20514600,20510744:pehd:4203:20522624,20519774:pehd:4203:20531315,20549743:pehd:4203:20557664,20573401:pehd:4203:20586555,20602371:pehd:4203:20604147,20634828:pehd:4203:20654743,20692234:pehd:4203:20701962,20703033:pehd:4203:20716022,20718502:pehd:4203:20727296,20720594:pehd:4203:20728262,20732078:pehd:4203:20747401,20780559:pehd:4203:20786046,20832985:pehd:4203:20870341,20833038:pehd:4203:20873487,20836981:pehd:4203:20854616,20845542:pehd:4203:20871186,20882059:pehd:4203:20930521,20888117:pehd:4203:20898830,20919369:pehd:4203:20942867,20927010:pehd:4203:20942022,20966339:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004569745910020603, 'nb_photo': 204, 'list_port_cont': '20252801,20442968,20456342,20472416,20478276,20506142,20553627,20599249,20603142,20631757,20671626,20673777,20692667,20718492,20779988,20833101,20834841,20838979,20840286,20878336,20880356,20880650,20882213,20886244,20888460,20892879,20916047,20919652,20924694,20925454,20925822,20926423,20967663,20967721,20968183,21001748,21001909,21002146,21002799,21053770,21055230,21056308,21059038,21120478,21123338,21124091,21124858,21126293,21127007,21127687,21128191,21128303,21129015,21129056,21129790,21129920,21130355,21130408,21130447,21130589,21130728,21130998,21131546,21131762,21132102,21132139,21132205,21132290,21132817,21132893,21132962,21135852,21135963,21136166,21136294,21160951,21161623,21162177,21162375,21164449,21165545,21182563,21183464,21187223,21192371,21192469,21192852,21198520,21199183,21199741,21199757,21201021,21201289,21201345,21201697,21202028,21202067,21202993,21203278,21205999,21206536,21206633,21206897,21206913,21206985,21207216,21207546,21207723,21207751,21208077,21208203,21208242,21208328,2120851', 'assoc_port': '20251679:20252801,20441871:20442968,20455313:20456342,20471727:20472416,20477524:20478276,20505938:20506142,20551963:20553627,20598618:20599249,20602370:20603142,20631043:20631757,20671424:20671626,20673657:20673777,20692247:20692667,20717940:20718492,20779601:20779988,20832405:20833101,20832932:20840286,20834196:20834841,20838639:20838979,20877876:20878336,20880237:20880356,20880567:20880650,20882062:20882213,20886147:20886244,20888387:20888460,20891551:20892879,20912928:20925454,20915461:20916047,20919370:20919652,20924210:20924694,20925354:20926423,20925359:20925822,20966331:20968183,20966337:20967721,20966344:20967663,21001226:21198520,21001261:21199183,21001268:21199741,21001272:21199757,21001278:21128303,21001281:21001748,21001692:21129790,21001714:21002146,21001725:21001909,21002611:21208077,21002679:21129920,21002727:21002799,21053255:21201021,21053257:21201289,21053258:21201345,21053261:21201697,21053266:21202028,21053267:21202067,21053275:21202993,21053281:21203278,21053289:21053770,21053707:2120599', 'assoc_mat': '20251679:pehd:4207:20252801,20441871:pehd:4207:20442968,20455313:pehd:4207:20456342,20471727:pehd:4207:20472416,20477524:pehd:4207:20478276,20505938:pehd:4207:20506142,20551963:pehd:4207:20553627,20598618:pehd:4207:20599249,20602370:pehd:4207:20603142,20631043:pehd:4207:20631757,20671424:pehd:4207:20671626,20673657:pehd:4207:20673777,20692247:pehd:4207:20692667,20717940:pehd:4207:20718492,20779601:pehd:4207:20779988,20832405:pehd:4207:20833101,20832932:pehd:4207:20840286,20834196:pehd:4207:20834841,20838639:pehd:4207:20838979,20877876:pehd:4207:20878336,20880237:pehd:4207:20880356,20880567:pehd:4207:20880650,20882062:pehd:4207:20882213,20886147:pehd:4207:20886244,20888387:pehd:4207:20888460,20891551:pehd:4207:20892879,20912928:pehd:4207:20925454,20915461:pehd:4207:20916047,20919370:pehd:4207:20919652,20924210:pehd:4207:20924694,20925354:pehd:4207:20926423,20925359:pehd:4207:20925822,20966331:pehd:4207:20968183,20966337:pehd:4207:20967721,20966344:pehd:4207:20967663,21001226:pehd:4207:21198520,21001261:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007731715773167336, 'nb_photo': 62, 'list_port_cont': '20371583,20466973,20512329,20626049,20690449,20698863,20750429,20784280,20787370,20845477,20925559,20927280,20976976,20977151,20995784,21177914,21183780,21189136,21193252,21204014,21205492,21207261,21209428,21217628,21218838,21219247,21221733,21222456,21230031,21231925,21242081,21245328,21249121,21254648,21256817,21315000,21315878,21321852,21324129', 'assoc_port': '20270432:20371583,20324556:20466973,20487793:20512329,20623011:20626049,20677297:20690449,20688364:20698863,20734875:20750429,20777278:20784280,20782291:20787370,20832993:20845477,20912930:20925559,20916991:20927280,20966335:20995784,20966348:20976976,20966354:20977151,21002717:21217628,21053287:21204014,21053310:21205492,21053723:21207261,21054312:21209428,21054615:21218838,21054640:21219247,21055180:21315878,21055191:21315000,21055550:21221733,21055582:21222456,21055665:21230031,21056506:21231925,21058220:21242081,21058310:21245328,21059264:21249121,21059827:21254648,21059862:21256817,21120310:21324129,21122360:21177914,21123364:21183780,21124003:21189136,21125567:21193252,21125613:21321852', 'assoc_mat': '20270432:pehd:4461:20371583,20324556:pehd:4461:20466973,20487793:pehd:4461:20512329,20623011:pehd:4461:20626049,20677297:pehd:4461:20690449,20688364:pehd:4461:20698863,20734875:pehd:4461:20750429,20777278:pehd:4461:20784280,20782291:pehd:4461:20787370,20832993:pehd:4461:20845477,20912930:pehd:4461:20925559,20916991:pehd:4461:20927280,20966335:pehd:4461:20995784,20966348:pehd:4461:20976976,20966354:pehd:4461:20977151,21002717:pehd:4461:21217628,21053287:pehd:4461:21204014,21053310:pehd:4461:21205492,21053723:pehd:4461:21207261,21054312:pehd:4461:21209428,21054615:pehd:4461:21218838,21054640:pehd:4461:21219247,21055180:pehd:4461:21315878,21055191:pehd:4461:21315000,21055550:pehd:4461:21221733,21055582:pehd:4461:21222456,21055665:pehd:4461:21230031,21056506:pehd:4461:21231925,21058220:pehd:4461:21242081,21058310:pehd:4461:21245328,21059264:pehd:4461:21249121,21059827:pehd:4461:21254648,21059862:pehd:4461:21256817,21120310:pehd:4461:21324129,21122360:pehd:4461:21177914,21123364:pehd:4461:21183780,21124003:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009739142314934023, 'nb_photo': 1949, 'list_port_cont': '20185082,20193236,20226903,20228131,20257574,20272202,20278012,20278096,20291813,20296516,20309965,20325348,20334133,20334303,20335613,20352691,20355409,20401434,20403611,20411746,20412827,20416193,20419448,20421824,20434616,20441325,20442739,20453686,20457585,20461380,20469062,20470516,20478182,20482518,20486369,20501268,20504919,20512288,20523236,20523484,20557176,20562354,20597238,20597522,20600843,20608102,20609426,20617528,20618713,20632666,20633461,20637002,20675310,20678147,20696834,20703485,20703660,20709268,20709346,20715912,20718456,20728071,20729157,20730001,20731265,20732365,20777112,20779688,20779741,20781855,20782732,20833748,20833972,20838550,20840036,20840886,20843635,20845983,20847779,20848504,20882248,20882447,20886123,20887398,20887963,20888066,20888472,20888593,20889840,20890178,20890477,20892018,20892995,20893103,20893439,20895493,20916148,20922804,20924075,20925476,20927067,20930011,20931234,20966476,20971056,20971299,20974049,20975454,21001546,21001618,21001770,21001951,21002033,2100240', 'assoc_port': '20183122:20185082,20192831:20193236,20224380:20226903,20226941:20228131,20254278:20272202,20257117:20257574,20277674:20278096,20277678:20278012,20291009:20291813,20296336:20296516,20308451:20309965,20324562:20325348,20330842:20334303,20331821:20334133,20334539:20335613,20351129:20352691,20354712:20355409,20398811:20401434,20403539:20403611,20407606:20412827,20410110:20411746,20414615:20416193,20418291:20419448,20421527:20421824,20433553:20434616,20436920:20441325,20441869:20442739,20451768:20453686,20455315:20457585,20460488:20461380,20469016:20469062,20470421:20470516,20477526:20478182,20479472:20482518,20485445:20486369,20500513:20501268,20504796:20504919,20510743:20512288,20522136:20523236,20522902:20523484,20555730:20557176,20561529:20562354,20596784:20597522,20596787:20597238,20600236:20600843,20607820:20608102,20608556:20609426,20616936:20617528,20617896:20618713,20631044:20632666,20632057:20633461,20636733:20637002,20675069:20675310,20677303:20678147,20690024:20696834,20699101:20709346,20699105:2070926', 'assoc_mat': '20183122:pehd:4200:20185082,20192831:pehd:4200:20193236,20224380:pehd:4200:20226903,20226941:pehd:4200:20228131,20254278:pehd:4200:20272202,20257117:pehd:4200:20257574,20277674:pehd:4200:20278096,20277678:pehd:4200:20278012,20291009:pehd:4200:20291813,20296336:pehd:4200:20296516,20308451:pehd:4200:20309965,20324562:pehd:4200:20325348,20330842:pehd:4200:20334303,20331821:pehd:4200:20334133,20334539:pehd:4200:20335613,20351129:pehd:4200:20352691,20354712:pehd:4200:20355409,20398811:pehd:4200:20401434,20403539:pehd:4200:20403611,20407606:pehd:4200:20412827,20410110:pehd:4200:20411746,20414615:pehd:4200:20416193,20418291:pehd:4200:20419448,20421527:pehd:4200:20421824,20433553:pehd:4200:20434616,20436920:pehd:4200:20441325,20441869:pehd:4200:20442739,20451768:pehd:4200:20453686,20455315:pehd:4200:20457585,20460488:pehd:4200:20461380,20469016:pehd:4200:20469062,20470421:pehd:4200:20470516,20477526:pehd:4200:20478182,20479472:pehd:4200:20482518,20485445:pehd:4200:20486369,20500513:pehd:4200:20501268,20504796:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 8.41330697016461e-05, 'nb_photo': 1, 'list_port_cont': '20516367', 'assoc_port': '20515637:20516367', 'assoc_mat': '20515637:pehd:3594:20516367'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0047612197265429635, 'nb_photo': 100, 'list_port_cont': '20218079,20220177,20225459,20225582,20227688,20246765,20250392,20264734,20273843,20277978,20326607,20328525,20343733,20353493,20355273,20355420,20410951,20412717,20421675,20452938,20454749,20479350,20486032,20491239,20514505,20516339,20516386,20562687,20597364,20682214,20696409,20709289,20709330,20719391,20719738,20728090,20779337,20833527,20833741,20834584,20845565,20847219,20854521', 'assoc_port': '20215674:20218079,20219535:20220177,20224378:20225582,20224381:20225459,20226939:20227688,20245938:20246765,20249728:20250392,20263700:20264734,20270889:20273843,20277684:20277978,20324553:20326607,20327793:20328525,20341995:20343733,20353379:20353493,20354708:20355420,20354711:20355273,20410111:20410951,20411272:20412717,20421518:20421675,20451769:20452938,20454229:20454749,20479234:20479350,20485444:20486032,20489623:20491239,20513203:20514505,20515633:20516386,20515635:20516339,20561523:20562687,20596786:20597364,20680363:20682214,20695689:20696409,20699102:20709289,20699104:20709330,20718507:20719738,20718513:20719391,20727919:20728090,20779073:20779337,20832939:20854521,20832998:20845565,20833006:20847219,20833037:20834584,20833043:20833741,20833053:20833527', 'assoc_mat': '20215674:pehd:4207:20218079,20219535:pehd:4207:20220177,20224378:pehd:4207:20225582,20224381:pehd:4207:20225459,20226939:pehd:4207:20227688,20245938:pehd:4207:20246765,20249728:pehd:4207:20250392,20263700:pehd:4207:20264734,20270889:pehd:4207:20273843,20277684:pehd:4207:20277978,20324553:pehd:4207:20326607,20327793:pehd:4207:20328525,20341995:pehd:4207:20343733,20353379:pehd:4207:20353493,20354708:pehd:4207:20355420,20354711:pehd:4207:20355273,20410111:pehd:4207:20410951,20411272:pehd:4207:20412717,20421518:pehd:4207:20421675,20451769:pehd:4207:20452938,20454229:pehd:4207:20454749,20479234:pehd:4207:20479350,20485444:pehd:4207:20486032,20489623:pehd:4207:20491239,20513203:pehd:4207:20514505,20515633:pehd:4207:20516386,20515635:pehd:4207:20516339,20561523:pehd:4207:20562687,20596786:pehd:4207:20597364,20680363:pehd:4207:20682214,20695689:pehd:4207:20696409,20699102:pehd:4207:20709289,20699104:pehd:4207:20709330,20718507:pehd:4207:20719738,20718513:pehd:4207:20719391,20727919:pehd:4207:20728090,20779073:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02161229191446281, 'nb_photo': 2009, 'list_port_cont': '20894594,20896019,20896568,20898846,20907095,20907283,20909046,20909093,20910027,20910565,20910930,20919283,20919299,20929661,20930146,20941767,20942615,20942702,20966529,20974629,20975174,20975558,20976373,20976661,20995598,21054701,21125361,21129432,21129816,21131695,21161013,21161202,21162472,21162727,21163557,21163746,21164016,21164760,21165143,21165652,21165795,21166488,21166580,21166674,21166775,21166808,21166991,21167212,21176234,21176456,21176670,21177085,21177378,21178401,21180238,21180354,21180442,21180566,21180684,21181447,21181599,21181820,21182033,21182063,21182195,21182503,21182583,21182977,21183538,21183886,21184715,21184860,21185107,21185453,21186454,21186660,21186858,21187710,21187853,21187911,21188465,21188653,21189205,21189437,21189967,21190304,21190530,21190740,21190772,21191121,21191169,21191790,21191849,21191907,21192000,21192193,21192339,21192432,21193572,21193650,21194110,21194289,21194327,21194658,21194710,21194989,21195268,21195332,21195378,21195443,21195598,21198276,21198670,2119872', 'assoc_port': '20171946:21198276,20215674:21204626,20219535:21276399,20224378:21205177,20226939:21205453,20245938:21205829,20249728:21206576,20257109:21207175,20263700:21207618,20270889:21207707,20277684:21054701,20324553:21211375,20327793:21211649,20341995:21214513,20353379:21214719,20354708:21214473,20354711:21214688,20355355:21214348,20410111:21217465,20411272:21217453,20421518:21218107,20451769:21219101,20454229:21219227,20455316:21218962,20477525:21219911,20479234:21219949,20479473:21269533,20485444:21268352,20489623:21220140,20513203:21224948,20515633:21226575,20515635:21226708,20515637:21226911,20524360:21230617,20561523:21236042,20596786:21242265,20610318:21245800,20652563:21252225,20677302:21255552,20680363:21192339,20688365:21193650,20695689:21194710,20699102:21194327,20699104:21194289,20718507:21256539,20718513:21257268,20727919:21190530,20742145:21190740,20779070:21289729,20779073:21166488,20832939:21284814,20832998:21284307,20833006:21185453,20833037:21186660,20833043:21283843,20833053:21125361,20880569:2090728', 'assoc_mat': '20171946:pehd:4209:21198276,20215674:pehd:4209:21204626,20219535:pehd:4209:21276399,20224378:pehd:4209:21205177,20226939:pehd:4209:21205453,20245938:pehd:4209:21205829,20249728:pehd:4209:21206576,20257109:pehd:4209:21207175,20263700:pehd:4209:21207618,20270889:pehd:4209:21207707,20277684:pehd:4209:21054701,20324553:pehd:4209:21211375,20327793:pehd:4209:21211649,20341995:pehd:4209:21214513,20353379:pehd:4209:21214719,20354708:pehd:4209:21214473,20354711:pehd:4209:21214688,20355355:pehd:4209:21214348,20410111:pehd:4209:21217465,20411272:pehd:4209:21217453,20421518:pehd:4209:21218107,20451769:pehd:4209:21219101,20454229:pehd:4209:21219227,20455316:pehd:4209:21218962,20477525:pehd:4209:21219911,20479234:pehd:4209:21219949,20479473:pehd:4209:21269533,20485444:pehd:4209:21268352,20489623:pehd:4209:21220140,20513203:pehd:4209:21224948,20515633:pehd:4209:21226575,20515635:pehd:4209:21226708,20515637:pehd:4209:21226911,20524360:pehd:4209:21230617,20561523:pehd:4209:21236042,20596786:pehd:4209:21242265,20610318:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.010989346487364538, 'nb_photo': 4, 'list_port_cont': '20550180', 'assoc_port': '20549748:20550180', 'assoc_mat': '20549748:pehd:4200:20550180'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9408797264092236, 'nb_photo': 29275, 'list_port_cont': '20168744,20170143,20173852,20174165,20178353,20178608,20184721,20200312,20203919,20206246,20208998,20209432,20217449,20218315,20220334,20223974,20226050,20226613,20227875,20229221,20247094,20259500,20265011,20296647,20332610,20334237,20337946,20339424,20340036,20345657,20350783,20351362,20353925,20355382,20358750,20360249,20360372,20360569,20361363,20362595,20362694,20363961,20364119,20364281,20365499,20365925,20366178,20367249,20367354,20368520,20368797,20369337,20370612,20395260,20400647,20402664,20407488,20411468,20416148,20419519,20422605,20438635,20442998,20443781,20444106,20452058,20455619,20456582,20470704,20475605,20476091,20477121,20480475,20483625,20486968,20487361,20490972,20492567,20493851,20493981,20505007,20506280,20506548,20506719,20507220,20514951,20516425,20518557,20522745,20525023,20525522,20546207,20549093,20551500,20553599,20558625,20565358,20567449,20577410,20580171,20597669,20599615,20603576,20606914,20607786,20609654,20611803,20613653,20617814,20623104,20623228,20631366,20633776,2063606', 'assoc_port': '20168058:20265011,20168492:20168744,20169287:20170143,20171950:20173852,20172748:20174165,20177140:20178353,20177547:20178608,20183126:20184721,20199782:20200312,20200514:20206246,20201665:20203919,20206393:20209432,20206396:20208998,20215665:20218315,20215671:20217449,20219533:20220334,20220268:20226613,20220270:20223974,20224384:20226050,20226942:20227875,20228246:20229221,20245966:20247094,20249724:20360249,20249727:20360372,20253023:20360569,20257111:20259500,20258543:20362694,20263701:20370612,20266081:20364281,20270891:20369337,20277682:20296647,20293713:20368797,20295679:20368520,20296493:20367354,20297024:20367249,20297026:20366178,20297653:20365925,20298063:20365499,20300871:20364119,20303263:20363961,20303271:20362595,20308453:20361363,20313891:20358750,20324554:20350783,20324561:20334237,20330845:20332610,20336407:20337946,20337414:20339424,20338546:20340036,20341992:20345657,20350378:20351362,20353380:20353925,20354709:20355382,20393269:20395260,20398810:20400647,20401674:20402664,20404210:2041951', 'assoc_mat': '20168058:pehd:4211:20265011,20168492:pehd:4211:20168744,20169287:pehd:4211:20170143,20171950:pehd:4211:20173852,20172748:pehd:4211:20174165,20177140:pehd:4211:20178353,20177547:pehd:4211:20178608,20183126:pehd:4211:20184721,20199782:pehd:4211:20200312,20200514:pehd:4211:20206246,20201665:pehd:4211:20203919,20206393:pehd:4211:20209432,20206396:pehd:4211:20208998,20215665:pehd:4211:20218315,20215671:pehd:4211:20217449,20219533:pehd:4211:20220334,20220268:pehd:4211:20226613,20220270:pehd:4211:20223974,20224384:pehd:4211:20226050,20226942:pehd:4211:20227875,20228246:pehd:4211:20229221,20245966:pehd:4211:20247094,20249724:pehd:4211:20360249,20249727:pehd:4211:20360372,20253023:pehd:4211:20360569,20257111:pehd:4211:20259500,20258543:pehd:4211:20362694,20263701:pehd:4211:20370612,20266081:pehd:4211:20364281,20270891:pehd:4211:20369337,20277682:pehd:4211:20296647,20293713:pehd:4211:20368797,20295679:pehd:4211:20368520,20296493:pehd:4211:20367354,20297024:pehd:4211:20367249,20297026:pehd:4211:20366178,20297653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0025553522724301603, 'nb_photo': 5, 'list_port_cont': '20257452,20325808,20421574,20551768,20710885', 'assoc_port': '20254304:20257452,20324558:20325808,20420764:20421574,20549746:20551768,20699103:20710885', 'assoc_mat': '20254304:pehd:3327:20257452,20324558:pehd:3327:20325808,20420764:pehd:3327:20421574,20549746:pehd:3327:20551768,20699103:pehd:3327:20710885'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.000519338348765432, 'nb_photo': 1, 'list_port_cont': '21129988', 'assoc_port': '21002613:21129988', 'assoc_mat': '21002613:pehd:3594:21129988'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036298868643696025, 'nb_photo': 20, 'list_port_cont': '20384577,20410422,20495673,20503199,20515104,20529698,20627252,20675822,20727246,20784156,20787022,20911001,20975681,21200243', 'assoc_port': '20303275:20384577,20326810:20410422,20431076:20495673,20485440:20503199,20505940:20515104,20517445:20529698,20612113:20627252,20672165:20675822,20718506:20727246,20776158:20784156,20781905:20787022,20886151:20911001,20966334:20975681,21001280:21200243', 'assoc_mat': '20303275:pet_clair:4205:20384577,20326810:pet_clair:4205:20410422,20431076:pet_clair:4205:20495673,20485440:pet_clair:4205:20503199,20505940:pet_clair:4205:20515104,20517445:pet_clair:4205:20529698,20612113:pet_clair:4205:20627252,20672165:pet_clair:4205:20675822,20718506:pet_clair:4205:20727246,20776158:pet_clair:4205:20784156,20781905:pet_clair:4205:20787022,20886151:pet_clair:4205:20911001,20966334:pet_clair:4205:20975681,21001280:pet_clair:4205:21200243'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0004299699747671604, 'nb_photo': 6, 'list_port_cont': '20476669,20531311,20604140,20898839,21253532', 'assoc_port': '20441872:20476669,20519774:20531311,20602371:20604140,20888117:20898839,21059806:21253532', 'assoc_mat': '20441872:pet_clair:4203:20476669,20519774:pet_clair:4203:20531311,20602371:pet_clair:4203:20604140,20888117:pet_clair:4203:20898839,21059806:pet_clair:4203:21253532'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004372381194678496, 'nb_photo': 10, 'list_port_cont': '20878344,20880662,20919661,20924682,21053776,21124094,21132204,21136299,21199736,21199765', 'assoc_port': '20877876:20878344,20880567:20880662,20919370:20919661,20924210:20924682,21001268:21199736,21001272:21199765,21053289:21053776,21056515:21136299,21059290:21132204,21123374:21124094', 'assoc_mat': '20877876:pet_clair:4207:20878344,20880567:pet_clair:4207:20880662,20919370:pet_clair:4207:20919661,20924210:pet_clair:4207:20924682,21001268:pet_clair:4207:21199736,21001272:pet_clair:4207:21199765,21053289:pet_clair:4207:21053776,21056515:pet_clair:4207:21136299,21059290:pet_clair:4207:21132204,21123374:pet_clair:4207:21124094'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00319821743226762, 'nb_photo': 4, 'list_port_cont': '20702483,21003155,21232218', 'assoc_port': '20675611:20702483,21002728:21003155,21056508:21232218', 'assoc_mat': '20675611:pet_clair:4461:20702483,21002728:pet_clair:4461:21003155,21056508:pet_clair:4461:21232218'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.05519287990535161, 'nb_photo': 999, 'list_port_cont': '20177847,20185070,20193222,20203781,20209704,20226916,20228122,20257568,20272196,20278015,20278105,20291808,20296526,20308348,20309964,20325352,20334126,20334299,20335607,20352703,20355399,20401441,20403599,20411743,20412832,20416192,20419461,20421825,20434621,20441328,20442740,20453696,20457581,20461382,20469069,20470513,20478185,20482522,20486358,20512277,20523233,20523479,20557183,20562363,20597224,20597527,20600832,20609415,20617520,20618704,20632669,20633458,20636996,20675298,20696830,20703483,20703661,20709273,20709351,20715909,20718461,20730012,20731269,20732373,20777121,20779695,20779753,20781862,20782737,20833750,20833962,20840028,20840892,20843638,20845987,20847772,20848508,20882452,20887404,20888466,20890181,20890471,20892020,20893007,20893110,20893431,20895496,20916152,20922791,20924074,20925475,20927060,20931238,20966471,20971049,20975449,21001553,21001630,21001762,21001960,21002416,21002901,21053842,21055811,21057128,21059057,21059364,21120601,21124081,21124834,21126560,21128318,21128509,2112890', 'assoc_port': '20177146:20177847,20183122:20185070,20192831:20193222,20202891:20203781,20209116:20209704,20224380:20226916,20226941:20228122,20254278:20272196,20257117:20257568,20277674:20278105,20277678:20278015,20291009:20291808,20296336:20296526,20307290:20308348,20308451:20309964,20324562:20325352,20330842:20334299,20331821:20334126,20334539:20335607,20351129:20352703,20354712:20355399,20398811:20401441,20403539:20403599,20407606:20412832,20410110:20411743,20414615:20416192,20418291:20419461,20421527:20421825,20433553:20434621,20436920:20441328,20441869:20442740,20451768:20453696,20455315:20457581,20460488:20461382,20469016:20469069,20470421:20470513,20477526:20478185,20479472:20482522,20485445:20486358,20510743:20512277,20522136:20523233,20522902:20523479,20555730:20557183,20561529:20562363,20596784:20597527,20596787:20597224,20600236:20600832,20608556:20609415,20616936:20617520,20617896:20618704,20631044:20632669,20632057:20633458,20636733:20636996,20675069:20675298,20690024:20696830,20699101:20709351,20699105:2070927', 'assoc_mat': '20177146:pet_clair:4200:20177847,20183122:pet_clair:4200:20185070,20192831:pet_clair:4200:20193222,20202891:pet_clair:4200:20203781,20209116:pet_clair:4200:20209704,20224380:pet_clair:4200:20226916,20226941:pet_clair:4200:20228122,20254278:pet_clair:4200:20272196,20257117:pet_clair:4200:20257568,20277674:pet_clair:4200:20278105,20277678:pet_clair:4200:20278015,20291009:pet_clair:4200:20291808,20296336:pet_clair:4200:20296526,20307290:pet_clair:4200:20308348,20308451:pet_clair:4200:20309964,20324562:pet_clair:4200:20325352,20330842:pet_clair:4200:20334299,20331821:pet_clair:4200:20334126,20334539:pet_clair:4200:20335607,20351129:pet_clair:4200:20352703,20354712:pet_clair:4200:20355399,20398811:pet_clair:4200:20401441,20403539:pet_clair:4200:20403599,20407606:pet_clair:4200:20412832,20410110:pet_clair:4200:20411743,20414615:pet_clair:4200:20416192,20418291:pet_clair:4200:20419461,20421527:pet_clair:4200:20421825,20433553:pet_clair:4200:20434621,20436920:pet_clair:4200:20441328,20441869:pet_clair:4200:20442740,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.005130864733367626, 'nb_photo': 10, 'list_port_cont': '20516360', 'assoc_port': '20515637:20516360', 'assoc_mat': '20515637:pet_clair:3594:20516360'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0011156427064674594, 'nb_photo': 8, 'list_port_cont': '20227685,20273844,20277982,20343741,20516390,20562686,20696410', 'assoc_port': '20226939:20227685,20270889:20273844,20277684:20277982,20341995:20343741,20515633:20516390,20561523:20562686,20695689:20696410', 'assoc_mat': '20226939:pet_clair:4207:20227685,20270889:pet_clair:4207:20273844,20277684:pet_clair:4207:20277982,20341995:pet_clair:4207:20343741,20515633:pet_clair:4207:20516390,20561523:pet_clair:4207:20562686,20695689:pet_clair:4207:20696410'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011862652151294574, 'nb_photo': 36, 'list_port_cont': '20896573,20910039,20974632,21163741,21166587,21176676,21180233,21180450,21182490,21187702,21189201,21193656,21195429,21205827,21207633,21207690,21209332,21209695,21210871,21211314,21219410,21219842,21220727,21224463,21233747,21240744,21243166,21246957,21255991,21265900,21279830,21283912', 'assoc_port': '20245938:21205827,20300842:21209695,20688365:21193656,20887002:20896573,20892354:20910039,20966320:20974632,21001285:21279830,21053732:21207633,21053750:21207690,21054316:21209332,21054364:21210871,21054368:21211314,21054645:21219410,21055175:21219842,21055515:21220727,21055636:21224463,21056513:21265900,21056523:21233747,21056556:21240744,21058266:21243166,21058354:21246957,21059859:21255991,21120285:21163741,21120307:21166587,21122346:21176676,21122417:21180233,21122456:21180450,21123354:21182490,21123385:21283912,21123395:21187702,21124035:21189201,21125626:21195429', 'assoc_mat': '20245938:pet_clair:4209:21205827,20300842:pet_clair:4209:21209695,20688365:pet_clair:4209:21193656,20887002:pet_clair:4209:20896573,20892354:pet_clair:4209:20910039,20966320:pet_clair:4209:20974632,21001285:pet_clair:4209:21279830,21053732:pet_clair:4209:21207633,21053750:pet_clair:4209:21207690,21054316:pet_clair:4209:21209332,21054364:pet_clair:4209:21210871,21054368:pet_clair:4209:21211314,21054645:pet_clair:4209:21219410,21055175:pet_clair:4209:21219842,21055515:pet_clair:4209:21220727,21055636:pet_clair:4209:21224463,21056513:pet_clair:4209:21265900,21056523:pet_clair:4209:21233747,21056556:pet_clair:4209:21240744,21058266:pet_clair:4209:21243166,21058354:pet_clair:4209:21246957,21059859:pet_clair:4209:21255991,21120285:pet_clair:4209:21163741,21120307:pet_clair:4209:21166587,21122346:pet_clair:4209:21176676,21122417:pet_clair:4209:21180233,21122456:pet_clair:4209:21180450,21123354:pet_clair:4209:21182490,21123385:pet_clair:4209:21283912,21123395:pet_clair:4209:21187702,21124035:pet_clair:4209:21189201,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.035179748266934825, 'nb_photo': 1, 'list_port_cont': '20550166', 'assoc_port': '20549748:20550166', 'assoc_mat': '20549748:pet_clair:4200:20550166'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005488836996854885, 'nb_photo': 131, 'list_port_cont': '20174158,20200311,20206248,20217459,20220321,20223977,20227873,20229222,20337949,20351363,20355384,20362607,20363970,20364118,20364277,20368802,20370615,20400637,20416141,20438624,20444100,20455618,20470690,20476089,20480474,20493989,20506720,20507222,20514961,20518566,20553602,20558633,20580169,20603567,20609649,20617807,20650578,20653571,20655370,20673288,20682284,20684930,20707268,20719375,20721817,20722348,20729984,20731409,20748887,20778157,20833858,20834567,20842570,20842801,20846499,20846983,20847749,20850018,20856003,20858361,20877439,20888049,20888399,20892963,20921472,20925124,20930294,20968875,20972427,21054779,21056809,21058111,21060851,21061437,21126725,21128516,21129025,21130113,21130332,21130542,21131220,21131478,21131650,21132015,21133042,21134018,21134455,21135345,21163488,21166971,21209241,21209974', 'assoc_port': '20172748:20174158,20199782:20200311,20200514:20206248,20215671:20217459,20219533:20220321,20220270:20223977,20226942:20227873,20228246:20229222,20263701:20370615,20266081:20364277,20293713:20368802,20300871:20364118,20303263:20363970,20303271:20362607,20336407:20337949,20350378:20351363,20354709:20355384,20398810:20400637,20414614:20416141,20436923:20438624,20443834:20444100,20454226:20455618,20470419:20470690,20474343:20476089,20479475:20480474,20493658:20493989,20506319:20506720,20506970:20507222,20513204:20514961,20517446:20518566,20549748:21134018,20551966:20553602,20557616:20558633,20579533:20580169,20602368:20603567,20608558:20609649,20616933:20617807,20649578:20650578,20652560:20653571,20654978:20655370,20673050:20673288,20680373:20682284,20684268:20684930,20703028:20707268,20718514:20719375,20721213:20721817,20721214:20722348,20729789:20729984,20730970:20731409,20748615:20748887,20777280:20778157,20832919:20858361,20832943:20842570,20832999:20846499,20833039:20846983,20833047:20834567,20833052:2083385', 'assoc_mat': '20172748:pet_clair:4211:20174158,20199782:pet_clair:4211:20200311,20200514:pet_clair:4211:20206248,20215671:pet_clair:4211:20217459,20219533:pet_clair:4211:20220321,20220270:pet_clair:4211:20223977,20226942:pet_clair:4211:20227873,20228246:pet_clair:4211:20229222,20263701:pet_clair:4211:20370615,20266081:pet_clair:4211:20364277,20293713:pet_clair:4211:20368802,20300871:pet_clair:4211:20364118,20303263:pet_clair:4211:20363970,20303271:pet_clair:4211:20362607,20336407:pet_clair:4211:20337949,20350378:pet_clair:4211:20351363,20354709:pet_clair:4211:20355384,20398810:pet_clair:4211:20400637,20414614:pet_clair:4211:20416141,20436923:pet_clair:4211:20438624,20443834:pet_clair:4211:20444100,20454226:pet_clair:4211:20455618,20470419:pet_clair:4211:20470690,20474343:pet_clair:4211:20476089,20479475:pet_clair:4211:20480474,20493658:pet_clair:4211:20493989,20506319:pet_clair:4211:20506720,20506970:pet_clair:4211:20507222,20513204:pet_clair:4211:20514961,20517446:pet_clair:4211:20518566,20549748:pet_clair:4211:21134018,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9902895078971651, 'nb_photo': 100745, 'list_port_cont': '20169758,20171226,20171787,20172627,20174097,20177038,20178245,20178718,20186483,20188613,20200241,20200487,20201399,20202959,20208863,20211303,20217279,20217515,20220556,20227558,20227654,20229867,20247283,20248890,20255108,20257448,20260605,20264578,20267675,20278178,20278571,20278695,20295629,20296894,20298334,20302294,20304749,20305893,20309608,20310153,20312970,20314135,20325803,20332515,20333664,20338602,20340537,20351375,20352803,20355106,20356299,20357095,20394873,20398598,20402641,20405153,20408827,20413199,20415888,20420404,20421570,20422098,20435378,20437306,20438479,20442821,20444079,20444618,20445547,20449150,20451891,20454020,20460833,20469158,20469703,20474520,20476958,20479422,20481355,20483992,20486818,20491225,20491660,20493044,20501399,20505493,20506564,20508476,20514563,20515516,20516623,20520543,20522733,20523647,20546484,20549122,20551765,20555015,20557235,20561261,20563375,20567387,20571023,20576584,20576625,20600005,20603447,20607763,20610247,20611070,20614957,20617639,20618821,2062138', 'assoc_port': '20168059:20177038,20169285:20169758,20169831:20171787,20169834:20171226,20171951:20172627,20172749:20174097,20177142:20178245,20177545:20178718,20183123:20186483,20186672:20188613,20199784:20200487,20199786:20200241,20200509:20201399,20201667:20202959,20206394:20208863,20210194:20211303,20215666:20217515,20215687:20217279,20219531:20220556,20224377:20227654,20224382:20227558,20228243:20229867,20245939:20247283,20247542:20248890,20253021:20255108,20254304:20257448,20258541:20260605,20262010:20264578,20266083:20267675,20277672:20278695,20277675:20278571,20277681:20278178,20293712:20295629,20296496:20296894,20298064:20298334,20300873:20302294,20303267:20305893,20303272:20304749,20308442:20310153,20308450:20309608,20312006:20312970,20313893:20314135,20324558:20325803,20330844:20332515,20331796:20333664,20337409:20338602,20338547:20340537,20350380:20351375,20352155:20352803,20354703:20357095,20354707:20355106,20355354:20356299,20393265:20394873,20397365:20398598,20401648:20402641,20404209:20405153,20407607:2040882', 'assoc_mat': '20168059:pet_clair:3327:20177038,20169285:pet_clair:3327:20169758,20169831:pet_clair:3327:20171787,20169834:pet_clair:3327:20171226,20171951:pet_clair:3327:20172627,20172749:pet_clair:3327:20174097,20177142:pet_clair:3327:20178245,20177545:pet_clair:3327:20178718,20183123:pet_clair:3327:20186483,20186672:pet_clair:3327:20188613,20199784:pet_clair:3327:20200487,20199786:pet_clair:3327:20200241,20200509:pet_clair:3327:20201399,20201667:pet_clair:3327:20202959,20206394:pet_clair:3327:20208863,20210194:pet_clair:3327:20211303,20215666:pet_clair:3327:20217515,20215687:pet_clair:3327:20217279,20219531:pet_clair:3327:20220556,20224377:pet_clair:3327:20227654,20224382:pet_clair:3327:20227558,20228243:pet_clair:3327:20229867,20245939:pet_clair:3327:20247283,20247542:pet_clair:3327:20248890,20253021:pet_clair:3327:20255108,20254304:pet_clair:3327:20257448,20258541:pet_clair:3327:20260605,20262010:pet_clair:3327:20264578,20266083:pet_clair:3327:20267675,20277672:pet_clair:3327:20278695,20277675:pet_clair:3327:20278571,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10476410444966121, 'nb_photo': 101, 'list_port_cont': '21001656,21001942,21056004,21124766,21129925,21129985', 'assoc_port': '21001262:21001942,21001273:21001656,21002613:21129985,21002624:21129925,21053304:21056004,21124054:21124766', 'assoc_mat': '21001262:pet_clair:3594:21001942,21001273:pet_clair:3594:21001656,21002613:pet_clair:3594:21129985,21002624:pet_clair:3594:21129925,21053304:pet_clair:3594:21056004,21124054:pet_clair:3594:21124766'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.6690611547442031, 'nb_photo': 2986, 'list_port_cont': '20177844,20185081,20193229,20203777,20209705,20226907,20228118,20257570,20272209,20278013,20278097,20291820,20296514,20308341,20309972,20325359,20334134,20334309,20335621,20352696,20355403,20403609,20411748,20412834,20416183,20419453,20421827,20434618,20441339,20442750,20453688,20457584,20461373,20469070,20470518,20478181,20482523,20486361,20501264,20504931,20512284,20523241,20523478,20557178,20562348,20597230,20597526,20600845,20608104,20609420,20617525,20618716,20632670,20633465,20636995,20675299,20678151,20696838,20888064,21001544,21001622,21001763,21001949,21002021,21002407,21002896,21053851,21054131,21054768,21055814,21057131,21059059,21059375,21128329,21128500,21128904,21129046,21129170,21129376,21129501,21129692,21130265,21130284,21130387,21130709,21131066,21131509,21133155,21133303,21133925,21134418,21135183,21135504,21135907,21164187,21166374,21166784,21167105,21167188,21167620,21167751,21167940,21168083,21168394,21168684,21170058,21170113,21170306,21170671,21170820,21171136,21171742,21172166,2117241', 'assoc_port': '20177146:20177844,20183122:20185081,20192831:20193229,20202891:20203777,20209116:20209705,20224380:20226907,20226941:20228118,20254278:20272209,20257117:20257570,20277674:20278097,20277678:20278013,20291009:20291820,20296336:20296514,20307290:20308341,20308451:20309972,20324562:20325359,20330842:20334309,20331821:20334134,20334539:20335621,20351129:20352696,20354712:20355403,20403539:20403609,20407606:20412834,20410110:20411748,20414615:20416183,20418291:20419453,20421527:20421827,20433553:20434618,20436920:20441339,20441869:20442750,20451768:20453688,20455315:20457584,20460488:20461373,20469016:20469070,20470421:20470518,20477526:20478181,20479472:20482523,20485445:20486361,20500513:20501264,20504796:20504931,20510743:20512284,20522136:20523241,20522902:20523478,20555730:20557178,20561529:20562348,20596784:20597526,20596787:20597230,20600236:20600845,20607820:20608104,20608556:20609420,20616936:20617525,20617896:20618716,20631044:20632670,20632057:20633465,20636733:20636995,20675069:20675299,20677303:2067815', 'assoc_mat': '20177146:pet_fonce:4200:20177844,20183122:pet_fonce:4200:20185081,20192831:pet_fonce:4200:20193229,20202891:pet_fonce:4200:20203777,20209116:pet_fonce:4200:20209705,20224380:pet_fonce:4200:20226907,20226941:pet_fonce:4200:20228118,20254278:pet_fonce:4200:20272209,20257117:pet_fonce:4200:20257570,20277674:pet_fonce:4200:20278097,20277678:pet_fonce:4200:20278013,20291009:pet_fonce:4200:20291820,20296336:pet_fonce:4200:20296514,20307290:pet_fonce:4200:20308341,20308451:pet_fonce:4200:20309972,20324562:pet_fonce:4200:20325359,20330842:pet_fonce:4200:20334309,20331821:pet_fonce:4200:20334134,20334539:pet_fonce:4200:20335621,20351129:pet_fonce:4200:20352696,20354712:pet_fonce:4200:20355403,20403539:pet_fonce:4200:20403609,20407606:pet_fonce:4200:20412834,20410110:pet_fonce:4200:20411748,20414615:pet_fonce:4200:20416183,20418291:pet_fonce:4200:20419453,20421527:pet_fonce:4200:20421827,20433553:pet_fonce:4200:20434618,20436920:pet_fonce:4200:20441339,20441869:pet_fonce:4200:20442750,20451768:pet_fonce:4200:20453688,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0003523394633058985, 'nb_photo': 2, 'list_port_cont': '20516365', 'assoc_port': '20515637:20516365', 'assoc_mat': '20515637:pet_fonce:3594:20516365'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0029704103428802213, 'nb_photo': 7, 'list_port_cont': '21182501,21214682,21214751,21220032,21238679,21265883,21265899', 'assoc_port': '21001737:21214751,21001741:21214682,21055186:21220032,21056513:21265899,21056521:21265883,21056542:21238679,21123354:21182501', 'assoc_mat': '21001737:pet_fonce:4209:21214751,21001741:pet_fonce:4209:21214682,21055186:pet_fonce:4209:21220032,21056513:pet_fonce:4209:21265899,21056521:pet_fonce:4209:21265883,21056542:pet_fonce:4209:21238679,21123354:pet_fonce:4209:21182501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.6858686706003323, 'nb_photo': 5, 'list_port_cont': '20550170', 'assoc_port': '20549748:20550170', 'assoc_mat': '20549748:pet_fonce:4200:20550170'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028958161058019303, 'nb_photo': 12, 'list_port_cont': '20340034,20493855,20525520,20546209,20577422,20681848,20696882,20782645,20888405,20926355,21002469', 'assoc_port': '20338546:20340034,20493657:20493855,20524357:20525520,20544937:20546209,20577148:20577422,20680379:20681848,20695670:20696882,20782292:20782645,20888116:20888405,20925355:20926355,21001713:21002469', 'assoc_mat': '20338546:pet_fonce:4211:20340034,20493657:pet_fonce:4211:20493855,20524357:pet_fonce:4211:20525520,20544937:pet_fonce:4211:20546209,20577148:pet_fonce:4211:20577422,20680379:pet_fonce:4211:20681848,20695670:pet_fonce:4211:20696882,20782292:pet_fonce:4211:20782645,20888116:pet_fonce:4211:20888405,20925355:pet_fonce:4211:20926355,21001713:pet_fonce:4211:21002469'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002677108592342083, 'nb_photo': 18, 'list_port_cont': '20247275,20398599,20402647,20442820,20469709,20505495,20551763,20557237,20685099,20700440,20731458,20782703,20842072,20850454,20929942,20930363,20973048', 'assoc_port': '20245939:20247275,20397365:20398599,20401648:20402647,20441870:20442820,20469233:20469709,20505113:20505495,20549746:20551763,20555731:20557237,20684266:20685099,20699110:20700440,20730974:20731458,20782288:20782703,20832938:20842072,20848640:20850454,20929139:20929942,20929765:20930363,20966330:20973048', 'assoc_mat': '20245939:pet_fonce:3327:20247275,20397365:pet_fonce:3327:20398599,20401648:pet_fonce:3327:20402647,20441870:pet_fonce:3327:20442820,20469233:pet_fonce:3327:20469709,20505113:pet_fonce:3327:20505495,20549746:pet_fonce:3327:20551763,20555731:pet_fonce:3327:20557237,20684266:pet_fonce:3327:20685099,20699110:pet_fonce:3327:20700440,20730974:pet_fonce:3327:20731458,20782288:pet_fonce:3327:20782703,20832938:pet_fonce:3327:20842072,20848640:pet_fonce:3327:20850454,20929139:pet_fonce:3327:20929942,20929765:pet_fonce:3327:20930363,20966330:pet_fonce:3327:20973048'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.005281815417139079, 'nb_photo': 9, 'list_port_cont': '21001653,21056000,21124767,21129932,21129983', 'assoc_port': '21001273:21001653,21002613:21129983,21002624:21129932,21053304:21056000,21124054:21124767', 'assoc_mat': '21001273:pet_fonce:3594:21001653,21002613:pet_fonce:3594:21129983,21002624:pet_fonce:3594:21129932,21053304:pet_fonce:3594:21056000,21124054:pet_fonce:3594:21124767'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003236375846255702, 'nb_photo': 2, 'list_port_cont': '20466589,20658809', 'assoc_port': '20414608:20466589,20630388:20658809', 'assoc_mat': '20414608:pet_opaque:4205:20466589,20630388:pet_opaque:4205:20658809'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.830681187379223e-05, 'nb_photo': 16, 'list_port_cont': '20389345,20464649,20522634,20586563,20786041,20871179,21220173,21235770', 'assoc_port': '20308443:20389345,20410109:20464649,20510744:20522634,20573401:20586563,20780559:20786041,20845542:20871179,21055192:21220173,21056532:21235770', 'assoc_mat': '20308443:pet_opaque:4203:20389345,20410109:pet_opaque:4203:20464649,20510744:pet_opaque:4203:20522634,20573401:pet_opaque:4203:20586563,20780559:pet_opaque:4203:20786041,20845542:pet_opaque:4203:20871179,21055192:pet_opaque:4203:21220173,21056532:pet_opaque:4203:21235770'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003042851922885584, 'nb_photo': 8, 'list_port_cont': '20671624,20892876,21061053,21136173,21199182,21202026,21206990,21209431', 'assoc_port': '20671424:20671624,20891551:20892876,21001261:21199182,21053266:21202026,21055173:21206990,21058226:21136173,21059832:21061053,21122392:21209431', 'assoc_mat': '20671424:pet_opaque:4207:20671624,20891551:pet_opaque:4207:20892876,21001261:pet_opaque:4207:21199182,21053266:pet_opaque:4207:21202026,21055173:pet_opaque:4207:21206990,21058226:pet_opaque:4207:21136173,21059832:pet_opaque:4207:21061053,21122392:pet_opaque:4207:21209431'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003964126244389385, 'nb_photo': 24, 'list_port_cont': '20438445,20847032,20929981,20977149,21189128,21195487,21203206,21210166,21218253,21218683,21219254,21219962,21245326,21304266,21306422', 'assoc_port': '20270890:20438445,20833003:20847032,20895536:20929981,20966354:20977149,21053276:21203206,21054323:21210166,21054591:21218253,21054607:21218683,21054640:21219254,21055182:21219962,21058310:21245326,21123350:21304266,21123997:21306422,21124003:21189128,21125655:21195487', 'assoc_mat': '20270890:pet_opaque:4461:20438445,20833003:pet_opaque:4461:20847032,20895536:pet_opaque:4461:20929981,20966354:pet_opaque:4461:20977149,21053276:pet_opaque:4461:21203206,21054323:pet_opaque:4461:21210166,21054591:pet_opaque:4461:21218253,21054607:pet_opaque:4461:21218683,21054640:pet_opaque:4461:21219254,21055182:pet_opaque:4461:21219962,21058310:pet_opaque:4461:21245326,21123350:pet_opaque:4461:21304266,21123997:pet_opaque:4461:21306422,21124003:pet_opaque:4461:21189128,21125655:pet_opaque:4461:21195487'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00820196728539151, 'nb_photo': 770, 'list_port_cont': '20177852,20185071,20193221,20203776,20209707,20226912,20228124,20257566,20272201,20278008,20278099,20291819,20296517,20308344,20325345,20334125,20334304,20335618,20352700,20355407,20401431,20403600,20416190,20419459,20421826,20441334,20442745,20453697,20457582,20469065,20470523,20478183,20482524,20486356,20504924,20523238,20523475,20557175,20562362,20597239,20597523,20600840,20608101,20609427,20618709,20632664,20633457,20636998,20675295,20678150,20696837,20703487,20703650,20709276,20709359,20718460,20728066,20729166,20732367,20777126,20779696,20779739,20782736,20833961,20838556,20840025,20840894,20843639,20845984,20847780,20848507,20882448,20886125,20887955,20888071,20888473,20890174,20890472,20893437,20895491,20916161,20922797,20924076,20925484,20927058,20931237,20966478,20971062,20971293,20974045,20975455,21001541,21001625,21001773,21002026,21002411,21002905,21053841,21054127,21054766,21055804,21057123,21059046,21059376,21124075,21124833,21126563,21128320,21128510,21128905,21129040,21129175,21129374,2112950', 'assoc_port': '20177146:20177852,20183122:20185071,20192831:20193221,20202891:20203776,20209116:20209707,20224380:20226912,20226941:20228124,20254278:20272201,20257117:20257566,20277674:20278099,20277678:20278008,20291009:20291819,20296336:20296517,20307290:20308344,20324562:20325345,20330842:20334304,20331821:20334125,20334539:20335618,20351129:20352700,20354712:20355407,20398811:20401431,20403539:20403600,20414615:20416190,20418291:20419459,20421527:20421826,20436920:20441334,20441869:20442745,20451768:20453697,20455315:20457582,20469016:20469065,20470421:20470523,20477526:20478183,20479472:20482524,20485445:20486356,20504796:20504924,20522136:20523238,20522902:20523475,20555730:20557175,20561529:20562362,20596784:20597523,20596787:20597239,20600236:20600840,20607820:20608101,20608556:20609427,20617896:20618709,20631044:20632664,20632057:20633457,20636733:20636998,20675069:20675295,20677303:20678150,20690024:20696837,20699101:20709359,20699105:20709276,20699109:20703487,20703029:20703650,20717939:20718460,20727920:2072806', 'assoc_mat': '20177146:pet_opaque:4200:20177852,20183122:pet_opaque:4200:20185071,20192831:pet_opaque:4200:20193221,20202891:pet_opaque:4200:20203776,20209116:pet_opaque:4200:20209707,20224380:pet_opaque:4200:20226912,20226941:pet_opaque:4200:20228124,20254278:pet_opaque:4200:20272201,20257117:pet_opaque:4200:20257566,20277674:pet_opaque:4200:20278099,20277678:pet_opaque:4200:20278008,20291009:pet_opaque:4200:20291819,20296336:pet_opaque:4200:20296517,20307290:pet_opaque:4200:20308344,20324562:pet_opaque:4200:20325345,20330842:pet_opaque:4200:20334304,20331821:pet_opaque:4200:20334125,20334539:pet_opaque:4200:20335618,20351129:pet_opaque:4200:20352700,20354712:pet_opaque:4200:20355407,20398811:pet_opaque:4200:20401431,20403539:pet_opaque:4200:20403600,20414615:pet_opaque:4200:20416190,20418291:pet_opaque:4200:20419459,20421527:pet_opaque:4200:20421826,20436920:pet_opaque:4200:20441334,20441869:pet_opaque:4200:20442745,20451768:pet_opaque:4200:20453697,20455315:pet_opaque:4200:20457582,20469016:pet_opaque:4200:20469065,2047'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0021280890742315013, 'nb_photo': 3, 'list_port_cont': '20273845,20452943,20454742', 'assoc_port': '20270889:20273845,20451769:20452943,20454229:20454742', 'assoc_mat': '20270889:pet_opaque:4207:20273845,20451769:pet_opaque:4207:20452943,20454229:pet_opaque:4207:20454742'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003491637278916774, 'nb_photo': 38, 'list_port_cont': '21125362,21163745,21166993,21176459,21182491,21188456,21194991,21195599,21198667,21210681,21214684,21216846,21216924,21217226,21217440,21217885,21219397,21219831,21220029,21222061,21226704,21239028,21240392,21240746,21246955,21251172,21252235,21256001,21265903,21272105,21289095', 'assoc_port': '20515635:21226704,20652563:21252235,20833053:21125362,21001230:21198667,21001741:21214684,21002591:21272105,21002635:21216924,21002637:21216846,21002683:21217226,21002709:21217440,21002722:21217885,21054358:21210681,21054646:21219397,21055175:21219831,21055186:21220029,21055584:21222061,21056513:21265903,21056544:21239028,21056551:21240392,21056556:21240746,21058354:21246955,21059360:21251172,21059859:21256001,21120285:21163745,21120305:21289095,21120315:21166993,21122304:21176459,21123354:21182491,21123998:21188456,21125616:21194991,21125656:21195599', 'assoc_mat': '20515635:pet_opaque:4209:21226704,20652563:pet_opaque:4209:21252235,20833053:pet_opaque:4209:21125362,21001230:pet_opaque:4209:21198667,21001741:pet_opaque:4209:21214684,21002591:pet_opaque:4209:21272105,21002635:pet_opaque:4209:21216924,21002637:pet_opaque:4209:21216846,21002683:pet_opaque:4209:21217226,21002709:pet_opaque:4209:21217440,21002722:pet_opaque:4209:21217885,21054358:pet_opaque:4209:21210681,21054646:pet_opaque:4209:21219397,21055175:pet_opaque:4209:21219831,21055186:pet_opaque:4209:21220029,21055584:pet_opaque:4209:21222061,21056513:pet_opaque:4209:21265903,21056544:pet_opaque:4209:21239028,21056551:pet_opaque:4209:21240392,21056556:pet_opaque:4209:21240746,21058354:pet_opaque:4209:21246955,21059360:pet_opaque:4209:21251172,21059859:pet_opaque:4209:21256001,21120285:pet_opaque:4209:21163745,21120305:pet_opaque:4209:21289095,21120315:pet_opaque:4209:21166993,21122304:pet_opaque:4209:21176459,21123354:pet_opaque:4209:21182491,21123998:pet_opaque:4209:21188456,21125616:pet_opaque:4209:21194991,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00038336834656013436, 'nb_photo': 319, 'list_port_cont': '20168743,20170148,20173851,20174163,20178348,20178600,20184714,20203921,20206254,20209004,20218317,20223975,20226051,20226615,20227865,20332602,20334228,20337942,20345662,20360238,20360375,20360559,20362602,20362700,20363962,20364117,20364280,20365495,20367345,20368790,20370624,20395265,20400650,20402667,20407482,20411462,20416151,20422609,20442989,20444094,20452065,20455615,20456579,20470699,20475601,20476085,20486972,20487355,20490969,20493859,20493984,20506289,20506730,20514959,20516421,20518555,20525526,20546214,20549096,20565363,20567450,20577413,20597667,20606912,20631369,20633763,20643545,20650581,20655381,20671611,20673290,20673842,20675800,20682292,20693239,20696874,20707262,20716674,20719034,20719380,20722349,20726163,20729978,20731415,20748884,20778149,20779845,20780055,20781949,20782304,20831382,20832844,20833859,20834583,20840043,20840607,20842568,20845126,20846507,20847745,20848556,20850015,20855640,20855991,20858367,20877446,20878790,20881107,20884364,20888323,20888403,20892967,20921475,2092634', 'assoc_port': '20168492:20168743,20169287:20170148,20171950:20173851,20172748:20174163,20177140:20178348,20177547:20178600,20183126:20184714,20200514:20206254,20201665:20203921,20206396:20209004,20215665:20218317,20220268:20226615,20220270:20223975,20224384:20226051,20226942:20227865,20249724:20360238,20249727:20360375,20253023:20360559,20258543:20362700,20263701:20370624,20266081:20364280,20293713:20368790,20296493:20367345,20298063:20365495,20300871:20364117,20303263:20363962,20303271:20362602,20324561:20334228,20330845:20332602,20336407:20337942,20341992:20345662,20393269:20395265,20398810:20400650,20401674:20402667,20404212:20407482,20410112:20411462,20414614:20416151,20422047:20422609,20441873:20442989,20443834:20444094,20450251:20452065,20454226:20455615,20455312:20456579,20470419:20470699,20474343:20476085,20474348:20475601,20485441:20487355,20485446:20486972,20489624:20490969,20493657:20493859,20493658:20493984,20505939:20506289,20506319:20506730,20513204:20514959,20515636:20516421,20517446:20518555,20524357:2052552', 'assoc_mat': '20168492:pet_opaque:4211:20168743,20169287:pet_opaque:4211:20170148,20171950:pet_opaque:4211:20173851,20172748:pet_opaque:4211:20174163,20177140:pet_opaque:4211:20178348,20177547:pet_opaque:4211:20178600,20183126:pet_opaque:4211:20184714,20200514:pet_opaque:4211:20206254,20201665:pet_opaque:4211:20203921,20206396:pet_opaque:4211:20209004,20215665:pet_opaque:4211:20218317,20220268:pet_opaque:4211:20226615,20220270:pet_opaque:4211:20223975,20224384:pet_opaque:4211:20226051,20226942:pet_opaque:4211:20227865,20249724:pet_opaque:4211:20360238,20249727:pet_opaque:4211:20360375,20253023:pet_opaque:4211:20360559,20258543:pet_opaque:4211:20362700,20263701:pet_opaque:4211:20370624,20266081:pet_opaque:4211:20364280,20293713:pet_opaque:4211:20368790,20296493:pet_opaque:4211:20367345,20298063:pet_opaque:4211:20365495,20300871:pet_opaque:4211:20364117,20303263:pet_opaque:4211:20363962,20303271:pet_opaque:4211:20362602,20324561:pet_opaque:4211:20334228,20330845:pet_opaque:4211:20332602,20336407:pet_opaque:4211:20337942,2034'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0046395728343323105, 'nb_photo': 14, 'list_port_cont': '20301097,20652907,20691119,20742317,20880583', 'assoc_port': '20300842:20301097,20652563:20652907,20688365:20691119,20742145:20742317,20880569:20880583', 'assoc_mat': '20300842:plastique:3726:20301097,20652563:plastique:3726:20652907,20688365:plastique:3726:20691119,20742145:plastique:3726:20742317,20880569:plastique:3726:20880583'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007796992940516681, 'nb_photo': 596, 'list_port_cont': '20291098,20308811,20403584,20443895,20474476,20475768,20477203,20545331,20562617,20573729,20596992,20674270,20725740,20730993,20778741,20782315,20840405,20888274,20889483,20898015,20919424,20925768,20929921,20929965,20966435,21001562,21001665,21001899,21001928,21001968,21002278,21002750,21002884,21053596,21053673,21053740,21053782,21053971,21054032,21054191,21054560,21054621,21054669,21054756,21054804,21054916,21054946,21055381,21055946,21056089,21056191,21056569,21056639,21056703,21056821,21057710,21058567,21058643,21059816,21060143,21060212,21060346,21120416,21120472,21120534,21122685,21122987,21123599,21123748,21123854,21124457,21124571,21125847,21126112,21126130,21128174,21128233,21128681,21129145,21129270,21129829,21130374,21130507,21130694,21130737,21130852,21131083,21131155,21131242,21131381,21131429,21131540', 'assoc_port': '20291008:20291098,20308446:20308811,20403540:20403584,20443833:20443895,20474345:20474476,20475364:20475768,20475366:20477203,20544936:20545331,20562535:20562617,20573403:20573729,20596788:20596992,20674231:20674270,20725589:20725740,20730973:20730993,20778575:20778741,20782294:20782315,20838641:20840405,20888115:20888274,20888796:20889483,20897850:20898015,20919368:20919424,20925357:20925768,20929764:20929965,20929770:20929921,20966349:20966435,21001228:21001562,21001267:21128233,21001276:21001665,21001688:21129145,21001689:21002750,21001703:21002278,21001724:21001899,21001734:21001968,21001739:21001928,21002713:21129829,21002721:21002884,21053265:21128681,21053273:21053740,21053278:21053673,21053291:21053596,21053695:21053782,21053716:21054032,21053722:21053971,21053729:21054191,21054310:21054621,21054318:21054560,21054359:21054669,21054597:21054916,21054617:21054804,21054630:21054946,21054641:21054756,21055181:21055381,21055507:21058567,21055520:21057710,21055578:21056569,21055613:21056191,21055634:2105608', 'assoc_mat': '20291008:plastique:3726:20291098,20308446:plastique:3726:20308811,20403540:plastique:3726:20403584,20443833:plastique:3726:20443895,20474345:plastique:3726:20474476,20475364:plastique:3726:20475768,20475366:plastique:3726:20477203,20544936:plastique:3726:20545331,20562535:plastique:3726:20562617,20573403:plastique:3726:20573729,20596788:plastique:3726:20596992,20674231:plastique:3726:20674270,20725589:plastique:3726:20725740,20730973:plastique:3726:20730993,20778575:plastique:3726:20778741,20782294:plastique:3726:20782315,20838641:plastique:3726:20840405,20888115:plastique:3726:20888274,20888796:plastique:3726:20889483,20897850:plastique:3726:20898015,20919368:plastique:3726:20919424,20925357:plastique:3726:20925768,20929764:plastique:3726:20929965,20929770:plastique:3726:20929921,20966349:plastique:3726:20966435,21001228:plastique:3726:21001562,21001267:plastique:3726:21128233,21001276:plastique:3726:21001665,21001688:plastique:3726:21129145,21001689:plastique:3726:21002750,21001703:plastique:3726:21002278,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.005714522778394211, 'nb_photo': 111, 'list_port_cont': '20301095,20477760,20524489,20652904,20691115,20742316,20880574,20882183', 'assoc_port': '20300842:20301095,20477525:20477760,20524360:20524489,20652563:20652904,20688365:20691115,20742145:20742316,20880569:20880574,20882063:20882183', 'assoc_mat': '20300842:Teint_Dans_La_Masse:3726:20301095,20477525:Teint_Dans_La_Masse:3726:20477760,20524360:Teint_Dans_La_Masse:3726:20524489,20652563:Teint_Dans_La_Masse:3726:20652904,20688365:Teint_Dans_La_Masse:3726:20691115,20742145:Teint_Dans_La_Masse:3726:20742316,20880569:Teint_Dans_La_Masse:3726:20880574,20882063:Teint_Dans_La_Masse:3726:20882183'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010212765914494435, 'nb_photo': 2733, 'list_port_cont': '20291105,20403588,20443892,20474469,20475779,20477210,20485557,20545335,20562618,20573726,20596993,20669689,20674271,20725733,20730996,20748789,20778749,20782316,20840404,20888265,20889479,20898017,20915787,20919422,20925766,20929920,20929961,20966439,21001561,21001669,21001896,21001931,21001973,21002281,21002753,21002892,21053590,21053668,21053738,21053783,21053829,21053968,21054034,21054196,21054567,21054626,21054655,21054666,21054750,21054796,21054918,21054944,21055387,21055944,21056087,21056188,21056570,21056642,21056709,21056815,21057717,21058557,21058642,21059509,21059707,21059821,21060145,21060210,21060349,21120408,21120464,21120525,21122680,21122983,21123602,21123749,21123760,21123855,21124332,21124453,21124580,21125840,21126069,21126106,21126124,21126236,21128164,21128236,21128685,21129141,21129273,21129832,21129864,21130365,21130503,21130642,21130692,21130742,21130849,21131018,21131084,21131158,21131237,21131303,21131428,21131539', 'assoc_port': '20291008:20291105,20403540:20403588,20443833:20443892,20474345:20474469,20475364:20475779,20475366:20477210,20485442:20485557,20544936:20545335,20562535:20562618,20573403:20573726,20596788:20596993,20669625:20669689,20674231:20674271,20725589:20725733,20730973:20730996,20748721:20748789,20778575:20778749,20782294:20782316,20838641:20840404,20888115:20888265,20888796:20889479,20897850:20898017,20915459:20915787,20919368:20919422,20925357:20925766,20929764:20929961,20929770:20929920,20966349:20966439,21001228:21001561,21001267:21128236,21001276:21001669,21001688:21129141,21001689:21002753,21001703:21002281,21001724:21001896,21001734:21001973,21001739:21001931,21002711:21129864,21002713:21129832,21002721:21002892,21053265:21128685,21053273:21053738,21053278:21053668,21053291:21053590,21053695:21053783,21053716:21054034,21053722:21053968,21053729:21054196,21053759:21053829,21054297:21054655,21054310:21054626,21054318:21054567,21054359:21054666,21054597:21054918,21054617:21054796,21054630:21054944,21054641:2105475', 'assoc_mat': '20291008:Teint_Dans_La_Masse:3726:20291105,20403540:Teint_Dans_La_Masse:3726:20403588,20443833:Teint_Dans_La_Masse:3726:20443892,20474345:Teint_Dans_La_Masse:3726:20474469,20475364:Teint_Dans_La_Masse:3726:20475779,20475366:Teint_Dans_La_Masse:3726:20477210,20485442:Teint_Dans_La_Masse:3726:20485557,20544936:Teint_Dans_La_Masse:3726:20545335,20562535:Teint_Dans_La_Masse:3726:20562618,20573403:Teint_Dans_La_Masse:3726:20573726,20596788:Teint_Dans_La_Masse:3726:20596993,20669625:Teint_Dans_La_Masse:3726:20669689,20674231:Teint_Dans_La_Masse:3726:20674271,20725589:Teint_Dans_La_Masse:3726:20725733,20730973:Teint_Dans_La_Masse:3726:20730996,20748721:Teint_Dans_La_Masse:3726:20748789,20778575:Teint_Dans_La_Masse:3726:20778749,20782294:Teint_Dans_La_Masse:3726:20782316,20838641:Teint_Dans_La_Masse:3726:20840404,20888115:Teint_Dans_La_Masse:3726:20888265,20888796:Teint_Dans_La_Masse:3726:20889479,20897850:Teint_Dans_La_Masse:3726:20898017,20915459:Teint_Dans_La_Masse:3726:20915787,20919368: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(1652892,1652916,1652974,1653021,1653041,1653083,1653108,1653156,1653176,1653226,1653246,1653272,1653293,1653313,1653333,1653356,1653379,1653420,1653432,1652837,1652772,1653444,1653459,1652534,1652747,1652694,1637795,1653535)); INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173410, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516366 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173411, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20171220,20172635,20174100,20177046,20178248,20178725,20186492,20188611,20200244,20200488,20201405,20202956,20208868,20211307,20217276,20217522,20220561,20227552,20229875,20247286,20248897,20255106,20257456,20260608,20264568,20267683,20278573,20278692,20295635,20296885,20298341,20302305,20304745,20305895,20309606,20310145,20312966,20314133,20325802,20332517,20333665,20338605,20340538,20351379,20352802,20356291,20357087,20394874,20398607,20405150,20413201,20415894,20421562,20422092,20435372,20437308,20438478,20442813,20444089,20444616,20445542,20460835,20469157,20469716,20474518,20476955,20479424,20483995,20486815,20491217,20491654,20501388,20505491,20506547,20514573,20516634,20520532,20522730,20523637,20549120,20551762,20555026,20557229,20561273,20563367,20567388,20571030,20576578,20576623,20600002,20603445,20607761,20610244,20611058,20614947,20617643,20621370,20621665,20630994,20631057,20632192,20636690,20638532,20641439,20643569,20647815,20670162,20673808,20675332,20678698,20679031,20682382,20686373,2069129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173412, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001651,21001944,21056001,21124769,21129935 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173413, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301087,20477768,20524498,20652910,20691116,20742313,20880579,20882174 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173414, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20308810,20403591,20443897,20475777,20477207,20485566,20545338,20562624,20573728,20596991,20669683,20674274,20725735,20730994,20748788,20778750,20782324,20840407,20888269,20889481,20898016,20915792,20919426,20925772,20929927,20929966,20966444,21001559,21001666,21001892,21001926,21001971,21002282,21002751,21002890,21053591,21053671,21053735,21053789,21053823,21053963,21054036,21054189,21054563,21054627,21054659,21054672,21054748,21054794,21054921,21054954,21055384,21055948,21056086,21056184,21056562,21056633,21056708,21057714,21058566,21058647,21059520,21059698,21059814,21060151,21060211,21060347,21120413,21120466,21120530,21122681,21122984,21123601,21123743,21123765,21123853,21124339,21124448,21124570,21125844,21126072,21126111,21126127,21126242,21128170,21128235,21128680,21129143,21129266,21129824,21129856,21130373,21130511,21130646,21130698,21130743,21130751,21131019,21131085,21131163,21131241,21131301,21131378,21131427,21131538 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173415, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177039,20340545,20394878,20405147,20435381,20454019,20567383,20635073,20672855,20691288,20732743,20777768,20849571,20890135,21055617,21127406 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173416, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20382444,20495678,20515114,20658801,20709047,20787012,20910991,20931941,21183093,21200238 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173417, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297166,20355861,20360463,20362953,20379885,20383271,20389346,20426350,20451292,20464650,20476666,20479590,20480107,20493747,20494527,20514594,20522627,20531320,20557669,20586564,20604145,20619398,20654750,20701969,20716027,20727301,20728261,20747398,20786038,20854612,20870348,20871191,20873494,20898836,20930517,20942026,20942859,20976508,21182379,21183256,21200451,21202857,21204559,21211665,21213388,21220167,21235762,21250806,21253551,21299034,21309297,21342358 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173418, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20478083,20478274,20599256,20631769,20681488,20718487,20878335,20880653,21054726,21123332,21125177,21126200,21130296,21130531,21132291,21132600,21132888,21135854,21161619,21165552,21192385,21200856,21205899,21206000,21207049,21207147,21208231,21208319,21208334,21208642,21208950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173419, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20384279,20435578,20493883,20584423,20585253,20586638,20640614,20702482,20845486,20877668,20880306,20927283,20942657,21186029,21189981,21193263,21201220,21208606,21210420,21214212,21214416,21216814,21217334,21219457,21220338,21225471,21230033,21242078,21242538,21249128,21251722,21252863 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173420, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226911,20228128,20257565,20272210,20278007,20278111,20291816,20296521,20308337,20325360,20334123,20334311,20335612,20352705,20355410,20401436,20403606,20411739,20412828,20416195,20419454,20421815,20434617,20441337,20442738,20453698,20457591,20461377,20469067,20470525,20478186,20482520,20486365,20501269,20504926,20512278,20523244,20523489,20557172,20562349,20597225,20597518,20600834,20608107,20609414,20617514,20618702,20632659,20633460,20637006,20675303,20678156,20696833,20703486,20703659,20709270,20709356,20715903,20718451,20728065,20729165,20731262,20732369,20777127,20779701,20779744,20781863,20782727,20833970,20838548,20840032,20840890,20843647,20845997,20847770,20848502,20882242,20882450,20886118,20887400,20887958,20888070,20888481,20888603,20889845,20890186,20890480,20892014,20893001,20893115,20893435,20895494,20916156,20924083,20925477,20927072,20930009,20931228,20966475,20971058,20971304,20974041,20975447,21001543,21001623,21001760,21001950,21002025,21002415,21002903,21053838,21054128,21055805,2105712 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173421, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20225586,20246766,20250396,20264738,20273842,20353498,20452934,20479353,20597355,20610621,20719740,20728092,20833731,20845568,20854528 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173421, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896565,20898851,20907281,20919281,20919304,20930135,20966537,20974637,20975173,20976670,20995604,21054695,21125356,21129431,21129809,21162470,21163735,21164010,21164755,21165658,21166581,21166678,21166780,21166814,21166986,21167207,21176464,21176674,21180446,21180568,21180688,21181452,21181589,21182037,21182199,21182505,21183884,21185442,21186458,21186655,21188461,21188660,21189196,21189438,21189963,21190534,21190743,21190768,21191127,21191174,21191900,21191995,21192435,21193580,21193659,21194285,21194318,21194661,21194713,21194992,21195384,21195433,21195602,21198661,21198775,21198975,21201820,21202973,21204035,21204618,21204673,21205183,21205456,21205476,21205830,21206024,21206119,21206585,21207327,21207585,21207629,21207681,21207712,21207833,21207916,21207935,21208557,21208776,21208814,21209329,21209707,21210256,21210312,21210677,21211315,21211388,21211643,21211775,21214384,21214515,21214677,21214694,21214717,21216269,21216648,21216750,21216927,21217044,21217458,21217573,21217702,21217872,21217966,2121810 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173422, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168758,20170137,20173849,20174169,20178350,20178607,20184715,20200319,20203916,20206255,20208997,20209438,20217458,20218310,20220331,20223980,20226044,20226609,20227877,20229220,20247091,20259497,20265001,20296643,20332616,20334238,20337936,20339415,20340039,20345661,20350792,20351368,20353912,20355388,20358755,20360242,20360366,20360566,20361355,20362593,20362690,20363963,20364126,20364267,20365494,20365932,20366170,20367239,20367347,20368517,20368798,20369336,20370625,20395258,20400644,20402668,20407483,20411475,20416146,20419526,20422599,20438625,20443000,20443792,20444097,20452066,20455622,20456580,20470691,20475614,20476093,20477117,20480478,20483631,20486970,20487356,20490966,20492577,20493861,20493982,20505010,20506276,20506573,20506732,20507230,20514955,20516427,20518556,20522748,20525025,20525530,20546210,20549108,20551498,20553598,20558635,20565364,20567445,20577421,20580166,20597676,20599627,20603570,20606906,20607782,20609645,20611806,20613659,20617821,20623112,20623220,20631365,20633764,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173423, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20171221,20171788,20172633,20177037,20178242,20186482,20188602,20201409,20202953,20217520,20247287,20248894,20255101,20257454,20260616,20264571,20278693,20295630,20296890,20298344,20304747,20312969,20314126,20325797,20333671,20338607,20351377,20355113,20398608,20405156,20408818,20415895,20421566,20435376,20438477,20442817,20444084,20445541,20449151,20454027,20469152,20469710,20474527,20476952,20481343,20491215,20505492,20514569,20522737,20523645,20549121,20555014,20557228,20561271,20576619,20600007,20603456,20607769,20610252,20611067,20614956,20617633,20631052,20632191,20636692,20638536,20653683,20671651,20675327,20679026,20682384,20685096,20686372,20691296,20694006,20703107,20710877,20715325,20718031,20719723,20722779,20727785,20730389,20779038,20779681,20780870,20781382,20782090,20782702,20831675,20834297,20839313,20840264,20840455,20841159,20842067,20845293,20846690,20847844,20849498,20849567,20850444,20855750,20877463,20880708,20881648,20884800,20886157,20892985,20920902,20927503,20930370,20966775,2097561 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173424, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345892,20382454,20384590,20410424,20419442,20436301,20447915,20466595,20469145,20478282,20495672,20503194,20515115,20529704,20583885,20584269,20586219,20601095,20627249,20649208,20658797,20675825,20709048,20709638,20727233,20728053,20784165,20787020,20840133,20847626,20854349,20872673,20880502,20880635,20911000,20919482,20931939,20975684,21183087,21193358,21200244,21204907,21206176,21208544,21211935,21217200,21219645,21221501,21246161,21308266 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173425, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297167,20355869,20360467,20362951,20379893,20383266,20389347,20426345,20451287,20464643,20476671,20479592,20480116,20493733,20494535,20514595,20522625,20531322,20557658,20586565,20604143,20619410,20654749,20701976,20716017,20727305,20728265,20747402,20786050,20854610,20870345,20871177,20873495,20898834,20930528,20942027,20942871,20976503,21182368,21183266,21200439,21202845,21204568,21211655,21213396,21220166,21235766,21250820,21253528,21299027,21309285,21342349 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173426, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168690,20173985,20252800,20442975,20456334,20472418,20478078,20478266,20506131,20550577,20553634,20599243,20603135,20607997,20630978,20631762,20671632,20673771,20681487,20692657,20718494,20779978,20833100,20834832,20838994,20840283,20878340,20880353,20880655,20882207,20886237,20888461,20888497,20888982,20889276,20892400,20892883,20895778,20916036,20917562,20919649,20924681,20925455,20925831,20926413,20927042,20929950,20966456,20966520,20967661,20967718,20968186,20968229,21001523,21001744,21001907,21001980,21002143,21002596,21002656,21002805,21053644,21053768,21054024,21054715,21054820,21055223,21056293,21056318,21056377,21059035,21060461,21061050,21120486,21120622,21123331,21123403,21123778,21124084,21124403,21124851,21125176,21125247,21126189,21126292,21127008,21127681,21128181,21128194,21128300,21128729,21128820,21129012,21129053,21129120,21129368,21129580,21129716,21129792,21129914,21129968,21130242,21130300,21130342,21130405,21130457,21130522,21130593,21130726,21130995,21131363,21131488,21131552,2113167 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173427, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371587,20377710,20384276,20388698,20410513,20412363,20424365,20435580,20438443,20465210,20466982,20493113,20493885,20507375,20510623,20512334,20512801,20514545,20552855,20557914,20584352,20584426,20585241,20586346,20586629,20618944,20626047,20627052,20640619,20643953,20671549,20673298,20690455,20691792,20698867,20702474,20727570,20747620,20750430,20752268,20784283,20786127,20787361,20830715,20845483,20847031,20848360,20877671,20880298,20895229,20908824,20910068,20916120,20919110,20920357,20925563,20927291,20929982,20935457,20938845,20941843,20942663,20949484,20976974,20977143,20995434,20995783,21003152,21160990,21163333,21164907,21165858,21166379,21176807,21177915,21178966,21180589,21181025,21181392,21183226,21183787,21184751,21186025,21189130,21189977,21190563,21190938,21191458,21191643,21192638,21193255,21195146,21195495,21198402,21199035,21199480,21200153,21200359,21200493,21201205,21201988,21202454,21203198,21204009,21204385,21204808,21205490,21205719,21205965,21206387,21206931,21207037,21207260,2120741 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173428, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226902,20228120,20257573,20272211,20278019,20278110,20291810,20296519,20308338,20309971,20325353,20334135,20334310,20335608,20352695,20355405,20401438,20403597,20411751,20412838,20416191,20419458,20421816,20434614,20441338,20442744,20453699,20457589,20461387,20469068,20470519,20478179,20482526,20486357,20501261,20504922,20512287,20523242,20523483,20557186,20562360,20597226,20597530,20600841,20608105,20609421,20617515,20618705,20632671,20633455,20637005,20675307,20678145,20696835,20703481,20703648,20709267,20709357,20715917,20718454,20728074,20729163,20730003,20731264,20732362,20777116,20779691,20779747,20781859,20782723,20833760,20833965,20838560,20840034,20840897,20843642,20845991,20847767,20848503,20882244,20882453,20886113,20887399,20887962,20888075,20888467,20888599,20889846,20890179,20890469,20892013,20893005,20893117,20893430,20895503,20916153,20922802,20924078,20925471,20927062,20930019,20931230,20966483,20971063,20971302,20974048,20975453,21001542,21001624,21001772,21001946,21002029,21002414,2100290 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173429, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516358 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173429, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20172617,20218085,20220175,20225460,20225579,20227676,20246767,20250387,20257663,20264745,20273849,20277993,20326608,20328527,20343736,20353484,20355269,20355424,20355591,20410947,20412703,20421663,20452942,20454756,20456167,20479352,20480146,20486039,20491228,20514516,20516337,20516395,20562680,20597363,20610626,20678663,20682217,20696415,20709292,20709341,20719390,20719733,20728087,20779333,20779546,20833538,20833729,20834594,20845558,20847222,20854533 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173429, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894595,20896008,20896572,20898843,20907050,20907097,20907288,20909057,20909081,20910030,20910560,20910935,20919279,20919308,20929658,20930137,20931581,20941761,20941816,20942618,20942699,20966536,20974626,20975161,20975556,20976374,20976550,20976663,20995610,21054702,21125357,21129438,21129812,21131705,21161022,21161145,21161193,21162466,21162733,21163556,21163749,21164009,21164763,21165144,21165661,21165805,21166483,21166584,21166675,21166767,21166809,21166987,21167202,21176125,21176239,21176467,21176675,21177091,21177372,21178407,21180236,21180340,21180435,21180574,21180686,21181449,21181592,21181818,21182030,21182074,21182189,21182497,21182576,21182968,21183528,21183883,21184719,21184872,21185093,21185455,21186466,21186663,21186864,21187698,21187855,21187905,21188468,21188655,21189202,21189436,21189971,21190298,21190540,21190734,21190767,21191124,21191184,21191672,21191791,21191857,21191905,21191996,21192194,21192334,21192429,21193576,21193654,21194121,21194284,21194325,21194662,21194715,21194985,2119525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173430, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550178 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173430, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168757,20170139,20173853,20174167,20178351,20178610,20184723,20200322,20203926,20206244,20209003,20209443,20217450,20218304,20220328,20223982,20226049,20226614,20227869,20229219,20247106,20259499,20265005,20296645,20332613,20334226,20337932,20339418,20340045,20345660,20350782,20351370,20353927,20355383,20358756,20360241,20360374,20360567,20361365,20362596,20362696,20363957,20364120,20364274,20365492,20365937,20366169,20367250,20367348,20368521,20368795,20369338,20370623,20395266,20400643,20402655,20407498,20411476,20416139,20419514,20422606,20438623,20442987,20443778,20444104,20452067,20455627,20456581,20470692,20475611,20476088,20477125,20480484,20483628,20486973,20487354,20490970,20492578,20493858,20493990,20504999,20506283,20506563,20506724,20507218,20514946,20516413,20518561,20522747,20525020,20525514,20546205,20549097,20551510,20553596,20558631,20565367,20567439,20577419,20580161,20597675,20599626,20603563,20606907,20607778,20609652,20611799,20613657,20617822,20623115,20623222,20631368,20633761,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173431, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20169761,20178240,20201404,20211304,20217528,20248895,20255102,20257449,20260612,20295628,20296882,20304737,20333663,20338597,20352801,20357084,20402649,20408821,20413209,20421565,20438470,20442812,20444090,20449158,20454025,20469162,20476957,20479428,20481344,20491656,20501395,20505488,20506566,20508485,20515510,20520537,20523639,20549115,20557236,20561269,20563365,20567384,20600000,20610255,20614955,20617638,20621669,20631053,20632193,20636694,20648072,20684729,20686371,20719717,20727793,20728140,20729373,20731642,20732742,20749117,20749380,20777379,20781390,20782091,20834302,20839315,20840449,20842070,20846685,20849574,20855759,20880387,20881652,20884793,20888204,20927791,20930367,20967453,20975614,21002741,21054381,21055620,21057838,21057935,21124625,21127951 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173432, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001652,21001938,21055996,21124765,21129931,21129981 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173433, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20477769,20652900,20691111,20742318,20882179 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173434, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291108,20443898,20474477,20485560,20545336,20596989,20731001,20748786,20778746,20782320,20840411,20888264,20889482,20898024,20925764,20929923,20929964,20966442,21001555,21001658,21001900,21001930,21001972,21002756,21002889,21053589,21053734,21053825,21053965,21054197,21054570,21054622,21054660,21054673,21054751,21054919,21054950,21055389,21055943,21056084,21056635,21057719,21059697,21060152,21060208,21120461,21120533,21122687,21122980,21123741,21124458,21124574,21125838,21126064,21126110,21126123,21126237,21128172,21128229,21128684,21129138,21129263,21129826,21129863,21130506,21130738,21130859,21131077,21131302,21131383,21131537 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173435, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301090,20477771,20524493,20652911,20691113,20880582,20882176 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173436, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291100,20403581,20443887,20474472,20475769,20477209,20485559,20562626,20573722,20596990,20669680,20674280,20725729,20730998,20778744,20782314,20840412,20888272,20889485,20898018,20915785,20925771,20929919,20929971,20966441,21001556,21001663,21001895,21001932,21001965,21002286,21002893,21053587,21053672,21053745,21053784,21053820,21053966,21054031,21054192,21054568,21054619,21054657,21054670,21054755,21054803,21054917,21054949,21055390,21055950,21056083,21056187,21056559,21056638,21056701,21056817,21057708,21058559,21059511,21059708,21060141,21060214,21060350,21120415,21120465,21122691,21122978,21123600,21123752,21123860,21124333,21124452,21124579,21125839,21126067,21126113,21126131,21126235,21128175,21128227,21128678,21129137,21129265,21129827,21129858,21130366,21130505,21130645,21130695,21130739,21130750,21130850,21131020,21131082,21131153,21131245,21131297,21131385,21131531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173437, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301089,20477767,20524487,20652905,20691121,20742322,20880581,20882184 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173438, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291097,20403589,20443889,20474468,20475774,20477202,20485567,20545337,20573731,20596985,20669685,20674275,20725731,20730995,20778743,20782313,20888275,20889476,20898014,20915791,20919433,20925767,20929917,20929972,21001554,21001661,21001897,21001962,21002284,21002755,21002882,21053588,21053739,21053787,21053826,21053964,21054033,21054194,21054565,21054628,21054658,21054668,21054759,21054795,21054926,21054948,21055391,21055941,21056090,21056192,21056560,21056634,21056824,21057718,21058563,21058646,21059515,21060209,21120412,21120470,21122682,21123598,21123747,21123858,21124459,21124572,21125842,21126066,21126122,21126231,21128167,21128232,21128683,21129142,21129262,21129860,21130375,21130512,21130639,21130691,21130754,21130863,21131074,21131161,21131244,21131300,21131421,21131541 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173439, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345899,20382445,20384584,20410419,20419434,20436302,20447903,20466590,20469146,20478289,20495684,20503195,20515101,20529712,20583891,20584265,20586232,20601100,20627241,20649213,20658804,20675817,20709058,20709640,20727244,20728056,20784151,20787011,20840121,20847629,20872683,20880493,20880648,20919479,20931935,20975678,21183084,21193360,21200249,21204906,21208545,21211948,21217189,21219651,21221495,21246162,21308260 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173440, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297165,20355871,20360468,20362947,20379891,20383280,20389350,20426343,20451294,20464652,20476667,20479601,20480108,20493741,20494524,20514601,20522629,20531310,20557670,20586569,20604141,20619405,20654751,20701967,20716025,20727304,20728267,20747393,20786043,20854621,20870349,20871190,20873492,20898837,20930514,20942015,20942873,20976499,21182375,21183263,21200453,21202848,21204560,21211660,21213383,21220165,21235759,21250808,21253536,21299036,21309295,21342361 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173441, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20252795,20442974,20472428,20478092,20506133,20599255,20692665,20718486,20779974,20834829,20838984,20840285,20880657,20886235,20888456,20888977,20889282,20916049,20919660,20924689,20925819,20929951,20967673,20967714,20968181,21002148,21002654,21053642,21053774,21055222,21059039,21120479,21124098,21124852,21126198,21126295,21127018,21127675,21128192,21129365,21130254,21130297,21130344,21130402,21130453,21131490,21131676,21132114,21132138,21132614,21132722,21132830,21133096,21136169,21161622,21162170,21162380,21164443,21182566,21183467,21192686,21192854,21198521,21199819,21202056,21205891,21206004,21206522,21206635,21207152,21207297,21208054,21208523,21208648,21208699,21209438 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173442, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20512339,20584435,20784275,20941838,20995426,21160985,21177907,21181017,21183222,21183788,21191464,21201997,21207058,21207259,21214223,21214413,21232213,21242080,21244322,21245341,21249891,21311084,21318744 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173443, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20257577,20272203,20308346,20403608,20411747,20412833,20434612,20441326,20457593,20461379,20470521,20478173,20504917,20557182,20608099,20618715,20632668,20633467,20636999,20675308,20703478,20703647,20709348,20728067,20729155,20730002,20731267,20777122,20779694,20782724,20838562,20840037,20840887,20845992,20847769,20882456,20886120,20889851,20890182,20893114,20916157,20922800,20927065,20930016,21059366,21124073,21126562,21129042,21131065,21131561,21131601,21132630,21133923,21135916,21162531,21167097,21167189,21168072,21170114,21170812,21171143,21182543,21193237,21207257,21207499,21207813,21207858,21208102,21208439,21208514,21208597,21208881,21209423,21209667,21209844,21210492,21214119,21215478,21215879 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173444, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20218087,20246764,20250388,20264732,20273837,20328519,20343725,20355597,20410945,20412711,20479360,20491235,20516341,20562682,20597362,20610627,20696405,20709295,20719387,20719745,20728086,20779339,20847221 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173444, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894586,20896007,20896559,20898857,20907048,20907085,20907285,20910028,20910568,20910939,20919285,20919295,20929650,20930147,20931577,20941758,20941820,20942614,20942701,20974638,20975560,20976384,20976555,20995608,21054699,21125365,21129427,21129817,21131704,21161011,21161201,21162473,21162726,21163736,21164006,21164762,21165153,21165654,21165800,21166484,21166676,21166769,21166803,21167208,21176123,21176462,21176669,21177086,21177363,21178410,21180241,21180346,21180436,21180573,21180681,21181450,21181828,21182042,21182061,21182200,21182495,21182575,21182965,21183523,21183894,21185103,21185445,21186666,21186854,21187699,21187852,21188460,21188652,21189200,21189433,21189968,21190300,21190532,21190742,21190765,21191117,21191177,21191783,21191850,21191897,21191994,21192187,21192328,21192434,21193567,21193653,21194120,21194297,21194322,21194656,21194707,21194986,21195263,21195327,21195380,21195430,21195597,21198286,21198665,21198709,21198787,21200334,21200598,21201752,21202124,21202806,21202969,21203890,2120403 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173445, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168746,20170141,20173847,20174166,20178354,20178604,20184727,20200316,20203912,20206257,20209002,20209445,20217445,20218305,20220329,20223979,20226041,20226608,20227871,20229227,20247100,20259508,20264997,20296639,20332605,20334234,20337937,20339412,20340046,20345651,20350786,20351372,20353926,20355385,20358745,20360245,20360370,20360571,20361361,20362599,20362697,20363958,20364127,20364275,20365491,20365933,20366173,20367245,20367344,20368530,20368799,20369335,20370622,20395268,20400635,20402656,20407494,20411472,20416155,20419527,20422600,20438639,20442988,20443785,20444102,20452071,20455631,20456571,20470700,20475607,20476087,20477122,20480477,20483627,20486971,20487358,20490978,20492580,20493854,20493992,20505012,20506290,20506554,20506718,20507233,20514953,20516422,20518563,20522760,20525021,20525519,20546216,20549094,20551499,20553603,20558636,20565371,20567440,20577423,20580163,20597674,20599613,20603579,20606913,20607787,20609642,20611793,20613656,20617813,20623113,20623216,20631359,20633769,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173446, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20709057 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173447, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297169,20355873,20362956,20379894,20383268,20389342,20451284,20476665,20479605,20480101,20493739,20494526,20514607,20531318,20557657,20586557,20604134,20654742,20716014,20727292,20728260,20747397,20786042,20854619,20870334,20871181,20873490,20898828,20930515,20942030,20942865,20976500,21182377,21183260,21200450,21202851,21204565,21211656,21213384,21220175,21235765,21250814,21253560,21299039,21309287,21342347 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173448, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20607994,20834843,20967676,21002795,21130250,21131687,21132819,21208233,21209114 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173449, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20880297,21181397,21218437,21321844 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173450, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177845,20185083,20193223,20203774,20209702,20335615,20401446,20403610,20411737,20442752,20478171,20886117,20888069,20924079,21001539,21001626,21001774,21055807,21128330,21128504,21129386,21181312,21198083,21198586,21202302,21203385,21211153,21211750 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173451, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20220184,20516387,20719746 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173451, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896015,20910559,20910934,20929653,20930141,20942617,20975166,21125363,21129822,21131702,21163567,21165651,21166663,21166801,21180353,21180575,21182035,21182496,21182573,21183536,21185443,21186856,21190733,21190763,21191132,21191180,21191845,21191901,21193651,21194122,21194706,21194982,21195333,21195389,21198672,21198723,21200608,21202127,21202798,21202962,21204041,21204621,21205170,21206578,21207117,21207631,21207715,21208556,21209318,21209829,21210350,21210673,21211274,21211303,21211368,21211393,21211496,21211635,21214307,21214702,21214714,21217038,21217225,21217462,21217464,21217711,21218860,21218968,21218992,21219109,21219233,21219414,21219431,21219582,21219830,21219927,21220492,21220661,21220724,21220831,21221521,21224454,21225968,21226577,21226702,21227892,21229847,21230343,21232615,21234342,21236424,21238690,21239033,21239500,21240397,21240671,21240748,21242261,21242597,21243169,21243961,21244868,21245807,21246476,21246669,21246921,21248213,21249011,21249172,21252236,21253722,21255508,21257210,2125725 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173452, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20170135,20173846,20184728,20200321,20203915,20206252,20208992,20217452,20218311,20220326,20226605,20227866,20229215,20259502,20296642,20353918,20358748,20360243,20360364,20360557,20362701,20364115,20364282,20365489,20366168,20367352,20368522,20368803,20370614,20400640,20402660,20407495,20419521,20422611,20438628,20443002,20443783,20444109,20452073,20455628,20456572,20470695,20475617,20476090,20477118,20480488,20483623,20487364,20492573,20493985,20506275,20506725,20514948,20516415,20518562,20522749,20525019,20549098,20553592,20558622,20565373,20567435,20577412,20580162,20599624,20607780,20609638,20613646,20617819,20623221,20631362,20636078,20643553,20653573,20655377,20684924,20693233,20696876,20705110,20707261,20716672,20719040,20719370,20721815,20722345,20727732,20729982,20731416,20745389,20748900,20777167,20782311,20782649,20831376,20832833,20833848,20838194,20839806,20842579,20842799,20845120,20846501,20846982,20850021,20855648,20858357,20880187,20888044,20888548,20921467,20925129,20926354,20927442,2092984 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173453, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20229873,20257447,20402652,20415891,20479431,20501390,20506558,20508482,20515521,20700439,20727791,20921723,21054683,21056359 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173454, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345893,20382456,20384580,20410413,20419443,20436298,20447916,20466591,20469148,20478296,20495677,20503203,20515100,20529697,20583893,20584257,20586226,20601101,20627248,20649205,20658802,20675829,20709055,20709644,20727234,20728054,20784157,20787013,20840126,20847627,20854360,20872677,20880492,20880644,20910997,20919476,20931940,20975679,21183096,21193354,21200248,21204915,21206163,21208534,21211939,21217185,21219658,21221509,21246158,21308254 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173455, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297168,20355874,20360472,20362948,20379884,20383275,20389336,20426354,20451285,20464653,20476673,20479594,20480113,20493738,20494531,20514598,20522623,20531312,20557671,20586568,20604144,20619395,20654739,20701974,20716012,20727298,20728266,20747395,20786044,20854620,20870347,20871180,20873491,20898826,20930527,20942019,20942860,20976502,21182370,21183264,21200452,21202853,21204562,21211666,21213395,21220176,21235772,21250818,21253552,21299029,21309298,21342352 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173456, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168695,20173982,20252805,20442979,20456327,20472424,20478087,20478279,20506130,20550578,20553629,20599250,20603140,20608000,20630984,20631759,20671623,20673774,20681474,20692668,20718495,20779975,20833099,20834830,20838983,20878346,20880363,20880651,20882209,20886238,20888457,20888973,20889284,20892399,20892880,20895770,20916037,20917573,20919653,20924690,20925823,20927046,20929948,20966457,20966512,20967671,20967715,20968173,20968224,21001537,21001751,21001988,21002138,21002602,21053634,21053764,21054023,21054717,21054807,21055220,21056290,21056315,21056375,21059030,21060467,21061055,21120487,21120632,21123328,21123397,21123779,21124088,21124410,21124860,21125171,21125254,21126193,21126282,21127015,21127680,21128179,21128195,21128313,21128726,21128831,21129010,21129059,21129116,21129367,21129577,21129711,21129917,21129971,21130253,21130349,21130404,21130450,21130532,21130598,21130718,21130994,21131361,21131494,21131544,21131678,21131755,21132104,21132147,21132284,21132435,21132603,21132726,21132827,2113289 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173457, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371588,20377703,20384278,20388692,20410514,20412365,20424356,20435565,20438442,20465203,20466970,20493105,20493881,20507386,20510613,20512327,20512808,20514537,20552852,20557927,20584361,20584427,20585246,20586355,20586631,20618939,20626051,20627062,20640621,20643963,20671547,20673304,20690448,20691800,20698864,20702475,20727567,20747615,20750431,20752275,20784289,20786130,20787359,20830713,20845485,20847021,20848356,20877669,20880299,20895239,20908818,20910073,20916127,20919104,20920352,20925566,20927293,20929983,20935443,20938848,20941833,20942668,20949487,20976975,20977152,20995432,20995781,21003157,21160988,21163338,21164902,21165847,21166387,21176817,21177921,21178967,21180583,21181019,21181385,21183218,21183789,21184742,21186018,21189131,21189988,21190571,21190927,21191470,21191639,21192641,21193260,21195150,21195490,21198404,21199032,21199481,21200159,21200361,21200502,21201216,21201995,21202460,21203197,21204001,21204377,21204799,21205494,21205731,21205976,21206388,21206924,21207062,21207273,2120743 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173458, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226915,20228132,20257576,20272204,20278014,20278098,20291817,20296511,20308343,20309970,20325350,20334124,20334301,20335606,20352692,20355412,20401439,20403596,20411740,20412835,20416187,20419450,20421820,20434611,20441340,20442743,20453694,20457586,20461385,20469060,20470524,20478172,20482513,20486364,20501273,20504928,20512282,20523239,20523488,20557181,20562357,20597229,20597531,20600836,20608106,20609424,20617521,20618712,20632672,20633468,20636997,20675301,20678154,20696829,20703477,20703655,20709272,20709352,20715918,20718450,20728061,20729154,20729999,20731266,20732366,20777119,20779687,20779748,20781857,20782733,20833762,20833968,20838553,20840024,20840891,20843643,20845985,20847771,20848497,20882252,20882446,20886126,20887412,20887951,20888068,20888475,20888604,20889839,20890183,20890479,20892021,20893003,20893106,20893433,20895489,20916146,20922796,20924081,20925482,20927069,20930015,20931240,20966474,20971060,20971303,20974043,20975459,21001548,21001629,21001767,21001957,21002031,21002412,2100290 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173459, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20172610,20218089,20220183,20225455,20225588,20227679,20246753,20250398,20257659,20264731,20273851,20277986,20326610,20328523,20343732,20353491,20355279,20355418,20355599,20410952,20412714,20421668,20452946,20454743,20456165,20479354,20480149,20486031,20491232,20514501,20516336,20516393,20562681,20597349,20610628,20678666,20682226,20696411,20709287,20709335,20719396,20719741,20728083,20779345,20779550,20833532,20833739,20834592,20845569,20847220,20854530 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173459, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894590,20896005,20896564,20898849,20907039,20907087,20907286,20909052,20909092,20910572,20910924,20919287,20919296,20929657,20930143,20931573,20941755,20941817,20942621,20942694,20966535,20974631,20975557,20976378,20976543,20995599,21054703,21129430,21129818,21131700,21161012,21161141,21161199,21162461,21163565,21163740,21164018,21164756,21165148,21165649,21165808,21166490,21166586,21166677,21166776,21166804,21167001,21167209,21176124,21176236,21176471,21176665,21177083,21177374,21178412,21180229,21180339,21180448,21180571,21180678,21181451,21181604,21181830,21182032,21182198,21182504,21182584,21182972,21183530,21184868,21185449,21186456,21186656,21186869,21187704,21187859,21187907,21188458,21188649,21189198,21189446,21189965,21190309,21190528,21190731,21190776,21191125,21191172,21191781,21191853,21191903,21192002,21192183,21192338,21192431,21193582,21193658,21194116,21194287,21194323,21194653,21194709,21194987,21195271,21195335,21195388,21195444,21195606,21198289,21198674,21198713,21198785,21198974,2120032 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173460, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550177 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173460, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168753,20170142,20173850,20174160,20178362,20178614,20184726,20200308,20203927,20206258,20209001,20209436,20217448,20218312,20220330,20223986,20226048,20226607,20227870,20229226,20247098,20259503,20265010,20296637,20332609,20334236,20337930,20339421,20340040,20345647,20350795,20351371,20353916,20355391,20358747,20360235,20360368,20360560,20361362,20362601,20362686,20363967,20364116,20364268,20365487,20365923,20366174,20367243,20367355,20368528,20368791,20369331,20370610,20395259,20400636,20402662,20407487,20411471,20416154,20419523,20422601,20438627,20442995,20443782,20444095,20452074,20455617,20456585,20470696,20475612,20476081,20477127,20480483,20483632,20486966,20487351,20490975,20492575,20493866,20493988,20505005,20506278,20506565,20506726,20507225,20516426,20518567,20522752,20525032,20525525,20546211,20549103,20551509,20553605,20565365,20567436,20577424,20580164,20597666,20599621,20603571,20606919,20607783,20609647,20611801,20613654,20617811,20623103,20623218,20631361,20633775,20636077,20637300,2064135 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173461, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21207046 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173462, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21188657 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173463, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20474478,20485568,20545334,20674277,20782322,20888267,20889475,20919429,21001891,21002745,21053597,21053778,21053828,21053960,21054631,21054799,21056080,21056189,21056632,21057711,21059819,21060149,21123856,21124456,21124573,21125845,21126241,21129267,21130514,21130740,21130851,21131078,21131305 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173464, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20781950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173465, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345897,20382455,20384587,20410426,20419431,20436293,20447913,20466593,20469149,20478283,20495682,20503204,20515112,20529710,20583896,20584266,20586227,20601088,20627244,20649207,20658807,20675818,20709050,20709649,20727240,20784152,20840124,20847630,20854354,20872672,20880637,20910994,20931946,21200252,21204904,21206175,21208548,21211940,21217187,21219657,21221508,21246156,21308262 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173466, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297161,20355865,20360462,20362949,20379888,20383281,20389335,20426341,20451282,20464644,20476676,20479599,20480109,20493736,20494537,20514593,20531314,20557665,20586562,20604136,20654744,20701964,20716024,20727300,20728264,20747394,20786037,20854618,20870340,20871176,20873483,20898825,20930529,20942021,20942872,20976506,21182371,21183252,21200438,21202860,21204566,21211652,21213382,21220163,21235758,21250807,21253549,21299030,21309286,21342350 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173467, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20252802,20442982,20456333,20472422,20478081,20478269,20506143,20550569,20553624,20599251,20630982,20631765,20671634,20681486,20718485,20779976,20833094,20834838,20880659,20886233,20889272,20892874,20895777,20916035,20919664,20924691,20925830,20926412,20967669,21001759,21001990,21002133,21002604,21002801,21056301,21059032,21061044,21123335,21123789,21124409,21124853,21125240,21127682,21128190,21128203,21129127,21130602,21131000,21131553,21132110,21132137,21132287,21132821,21132886,21133107,21135851,21136067,21136742,21160954,21162163,21182562,21187227,21192384,21192471,21192682,21199188,21199746,21199767,21201012,21201296,21202983,21206630,21206695,21206884,21206910,21207052,21207138,21207462,21207538,21207749,21208396,21208521,21208643,21208951,21209444 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173468, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20410507,20493877,20557925,20586637,20727565,20747613,20750428,20787365,20877659,21003153,21164898,21176813,21198403,21200162,21200494,21202458,21214567,21216076,21216803,21217337,21219243,21220797,21224451,21231916,21242537,21254197,21304982,21319161,21321846,21324135 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173469, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226904,20228123,20257571,20272199,20278011,20278102,20291809,20296525,20308345,20309967,20325351,20334132,20334296,20335620,20352693,20355401,20403601,20411738,20412839,20416185,20419447,20421829,20434613,20441330,20457583,20461388,20469058,20470515,20478176,20482514,20486354,20501266,20504921,20512280,20523230,20523487,20557173,20562353,20597231,20597533,20600831,20608094,20609418,20617527,20618703,20632673,20633459,20637000,20675297,20678149,20696826,20703476,20703649,20709264,20709360,20715904,20718464,20728064,20729162,20730013,20731254,20732364,20777125,20779693,20779749,20781866,20782738,20833758,20833958,20838555,20840029,20840898,20843641,20845986,20847766,20848499,20882243,20882455,20886114,20887403,20887953,20888067,20888468,20888600,20889848,20890173,20890481,20892015,20892996,20893109,20893428,20895498,20916147,20922793,20924071,20925478,20927066,20930018,20931232,20966468,20971052,20971296,20974039,20975460,21001550,21001628,21001771,21001954,21002023,21002413,21002900,21053846,21054121,2105476 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173470, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516364 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173470, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20218078,20220185,20225580,20257657,20264743,20273836,20343739,20421665,20454747,20480145,20486029,20491227,20516333,20516381,20562677,20597353,20610625,20709293,20709336,20719399,20728089,20833534,20833727,20847212 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173470, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896563,20898845,20907043,20910042,20910564,20910929,20919282,20919309,20930136,20941762,20942619,20966524,20974628,20975168,20975551,20976377,20976548,20976664,20995612,21054700,21125355,21129424,21129811,21161015,21161196,21162469,21163558,21163737,21164005,21164769,21165656,21165803,21166497,21166672,21166772,21166812,21166989,21167211,21176109,21176457,21176663,21177093,21180237,21180439,21180576,21180682,21181455,21181832,21182041,21182071,21182187,21182493,21182569,21183888,21184708,21184870,21185097,21185450,21186464,21186665,21187708,21187864,21187910,21188470,21189447,21190525,21190735,21190769,21191122,21191170,21191776,21191847,21191906,21191986,21192196,21192428,21193574,21193655,21194112,21194299,21194651,21194702,21194984,21195340,21195387,21195436,21198664,21198978,21200324,21200604,21202121,21202802,21204040,21204623,21204675,21205169,21205421,21205464,21205588,21205826,21206012,21206115,21206572,21207125,21207165,21207178,21207337,21207596,21207619,21207639,21207667,21207686,21207706,2120791 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173471, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550169 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173471, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168748,20170133,20173854,20174168,20178358,20178613,20184718,20200310,20203914,20206249,20208993,20209440,20217455,20218308,20220320,20223976,20226040,20226618,20227879,20229217,20247092,20259505,20265006,20296644,20332604,20334230,20337944,20339423,20340038,20345654,20350789,20351373,20353917,20355387,20358757,20360236,20360365,20360570,20361370,20362597,20362688,20363960,20364113,20364273,20365490,20365924,20366167,20367248,20367341,20368523,20368793,20369345,20370617,20395267,20402663,20407486,20411477,20416142,20419525,20422610,20438630,20443001,20443784,20444099,20452064,20455623,20456586,20470705,20475608,20476084,20477120,20480486,20483629,20486967,20487365,20490977,20492572,20493853,20493983,20505002,20506281,20506546,20506716,20507227,20516423,20518551,20522754,20525035,20525515,20546218,20549095,20551513,20553601,20565369,20567438,20577414,20580158,20597681,20599628,20603566,20606921,20607789,20609641,20611807,20613655,20617812,20623100,20623231,20631363,20633772,20636068,20637302,20641356,2064355 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173472, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20340541 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173473, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001649,21001936,21056003,21124760,21129934,21129986 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173474, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345898,20382458,20384586,20410412,20419444,20436294,20447907,20466596,20469137,20478288,20495671,20503197,20515108,20529701,20583886,20584255,20586223,20601097,20627242,20649217,20658805,20675826,20709045,20709642,20727242,20728055,20784160,20787016,20840132,20847638,20854353,20872674,20880503,20880645,20910990,20919486,20931944,20975686,21183091,21193347,21200250,21204909,21206166,21208540,21211947,21217197,21219655,21221505,21246167,21308251 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173475, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297162,20355860,20360469,20362955,20379883,20383276,20389340,20426353,20451281,20464654,20476679,20479604,20480102,20493744,20494528,20514605,20522620,20531319,20557663,20586566,20604137,20619400,20654746,20701968,20716015,20727291,20728270,20728437,20747399,20786049,20854617,20870339,20871184,20873484,20898838,20930520,20942016,20942868,20976510,21182374,21183254,21200442,21202858,21204573,21211659,21213390,21220172,21235763,21250819,21253544,21299037,21309288,21342357 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173476, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168687,20173973,20252804,20442976,20456340,20472413,20478084,20478270,20506132,20550574,20553636,20599241,20603150,20607991,20630975,20631766,20671627,20673779,20681482,20692670,20718496,20779987,20833093,20834836,20838985,20840275,20878347,20880368,20880661,20882202,20886236,20888462,20888490,20888976,20889273,20892395,20892872,20895772,20916042,20917574,20919651,20924686,20925450,20925829,20926424,20927052,20929953,20966451,20966513,20967662,20967722,20968179,20968230,21001532,21001745,21001913,21001986,21002134,21002598,21002657,21002798,21053641,21053761,21054017,21054719,21054813,21055219,21056299,21056311,21056378,21059027,21060465,21061045,21120482,21120620,21123327,21123406,21123792,21124092,21124413,21124859,21125165,21125246,21126196,21126290,21127003,21127683,21128187,21128200,21128307,21128731,21128835,21129009,21129057,21129125,21129357,21129575,21129717,21129799,21129913,21129969,21130249,21130299,21130346,21130398,21130458,21130530,21130592,21130720,21131004,21131359,21131495,21131556,2113168 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173477, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371581,20377705,20384288,20388693,20410519,20412377,20424350,20435576,20438436,20465196,20466985,20493103,20493874,20507379,20510617,20512342,20512806,20514532,20552860,20557929,20584355,20584431,20585242,20586351,20586639,20618941,20626055,20627061,20640610,20643961,20671536,20673296,20690445,20691796,20698875,20702479,20727574,20747621,20750432,20752267,20784277,20786122,20787363,20830717,20845484,20847030,20848357,20877661,20880293,20895241,20908813,20910072,20916114,20919103,20920349,20925560,20927284,20929985,20935448,20938841,20941837,20942669,20949479,20976978,20977150,20995429,20995776,21003158,21160986,21163344,21164905,21165846,21166377,21176809,21177918,21178965,21180584,21181021,21181386,21183219,21183786,21184754,21186019,21189129,21189985,21190565,21190929,21191462,21191644,21192639,21193259,21195139,21195486,21198409,21199026,21199474,21200165,21200367,21200504,21201209,21201989,21202456,21203208,21204012,21204378,21204804,21205497,21205728,21205969,21206391,21206919,21207032,21207270,2120742 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173478, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20226906,20228125,20257564,20272208,20278017,20278103,20291818,20296523,20308347,20309973,20325356,20334137,20334307,20335609,20352694,20355402,20401443,20403598,20411736,20412836,20416189,20419451,20421814,20434622,20441335,20442742,20453693,20457594,20461374,20469064,20470520,20478184,20482521,20486355,20501271,20504925,20512289,20523232,20523486,20557185,20562356,20597237,20597528,20600833,20608108,20609417,20617519,20618707,20632660,20633454,20637007,20675306,20678160,20696824,20703474,20703658,20709271,20709355,20715905,20718452,20728068,20729153,20730010,20731255,20732374,20777118,20779689,20779752,20781854,20782731,20833759,20833957,20838559,20840035,20840893,20843644,20845993,20847775,20848506,20882254,20882445,20886124,20887405,20887954,20888063,20888474,20888606,20889836,20890177,20890470,20892022,20892992,20893102,20893440,20895501,20916149,20922789,20924082,20925470,20927064,20930008,20931227,20966482,20971055,20971297,20974042,20975458,21001540,21001633,21001769,21001955,21002032,21002405,2100289 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173479, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516359 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173479, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20172611,20218084,20220173,20225464,20225583,20227686,20246755,20250399,20257665,20264744,20273839,20277984,20326614,20328529,20343729,20353487,20355270,20355416,20355595,20410950,20412712,20421674,20452945,20454746,20456163,20479363,20480156,20486034,20491229,20514503,20516334,20516384,20562689,20597357,20610631,20678660,20682219,20696418,20709290,20709342,20719388,20719743,20728081,20779343,20779547,20833526,20833738,20834593,20845563,20847223,20854531 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173479, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894580,20896016,20896569,20898854,20907046,20907089,20907294,20909043,20909084,20910029,20910574,20910938,20919292,20919310,20929654,20930149,20931572,20941760,20941828,20942613,20942697,20966528,20974635,20975164,20975554,20976383,20976544,20976673,20995600,21054704,21125359,21129439,21129815,21131694,21161009,21161144,21161200,21162468,21162725,21163564,21163750,21164007,21164766,21165149,21165659,21165799,21166489,21166577,21166667,21166770,21166811,21166990,21167204,21176115,21176238,21176465,21176677,21177097,21177377,21178409,21180240,21180345,21180438,21180561,21180676,21181453,21181594,21181821,21182043,21182069,21182197,21182494,21182577,21182970,21183531,21183891,21184709,21184861,21185095,21185446,21186457,21186657,21186855,21187712,21187861,21187916,21188455,21188658,21189203,21189435,21189962,21190305,21190526,21190729,21190775,21191123,21191182,21191676,21191782,21191848,21191902,21191990,21192192,21192333,21192423,21193581,21193652,21194114,21194296,21194317,21194657,21194712,21194993,2119525 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173480, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291102,20308815,20474474,21130855 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173481, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550173 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173481, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168751,20170146,20173848,20174161,20178359,20178599,20184729,20200318,20203925,20206245,20208999,20209437,20217453,20218313,20220332,20223978,20226045,20226612,20227880,20229218,20247099,20259496,20265003,20296646,20332612,20334239,20337939,20339419,20340035,20345655,20350787,20351361,20353923,20355381,20358751,20360246,20360361,20360565,20361368,20362606,20362693,20363965,20364123,20364269,20365488,20365929,20366171,20367240,20367353,20368525,20368800,20369333,20370618,20395261,20400639,20402666,20407489,20411467,20416147,20419512,20422607,20438633,20442997,20443791,20444101,20452060,20455629,20456578,20470703,20475603,20476080,20477119,20480476,20483637,20486979,20487362,20490964,20492579,20493867,20493978,20504998,20506288,20506559,20506717,20507232,20514956,20516416,20518553,20522755,20525026,20525516,20546212,20549106,20551501,20553594,20558638,20565374,20567448,20577409,20580167,20597677,20599623,20603578,20606915,20607779,20609644,20611805,20613661,20617823,20623111,20623225,20631364,20633770,2063607 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173482, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20169748,20171217,20172632,20174092,20178713,20186487,20188607,20200242,20201403,20202952,20208870,20211310,20217274,20220557,20227550,20227660,20229865,20247288,20248901,20255099,20257455,20260606,20264576,20278685,20295634,20296888,20298336,20302295,20304741,20305897,20309603,20310155,20312963,20314131,20325806,20332514,20333672,20338601,20351382,20352809,20355109,20356293,20394882,20398600,20405152,20408824,20413202,20415885,20422089,20442811,20444082,20444609,20445552,20449148,20451882,20454022,20460834,20469712,20474526,20476956,20483989,20491653,20501400,20505490,20506553,20508477,20514564,20515512,20520534,20523648,20546474,20549114,20551760,20555025,20557232,20561270,20571029,20576588,20576624,20599994,20603448,20607768,20610251,20611062,20614952,20617642,20621375,20630999,20631051,20632189,20635068,20636698,20638537,20641443,20643568,20671641,20672843,20673804,20675331,20678695,20679021,20682375,20684726,20685092,20686363,20692266,20694005,20700144,20703103,20705258,20710880,20718024,20719720,2072278 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173483, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001657,21001937,21055999,21124768,21129933,21129987 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173484, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20345891,20382457,20384579,20410421,20419446,20436296,20447904,20466581,20469143,20478290,20495679,20503193,20515106,20529711,20583888,20584256,20586220,20601098,20627243,20649216,20658798,20675819,20709044,20728049,20784159,20787017,20840125,20847633,20854361,20872686,20880501,20880638,20910992,20931942,20975688,21193355,21200241,21204912,21206170,21208535,21217186,21219649,21221499,21308261 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173485, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20297154,20355862,20360465,20362945,20379890,20383273,20389344,20426342,20451286,20464647,20476674,20479600,20480111,20493735,20494525,20514600,20522624,20531315,20557664,20586555,20604147,20654743,20701962,20716022,20727296,20728262,20747401,20786046,20854616,20870341,20871186,20873487,20898830,20930521,20942022,20942867,20976505,21182365,21183261,21200449,21202852,21204570,21211664,21213393,21220168,21235764,21250810,21253546,21299035,21309299,21342353 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173486, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20252801,20442968,20456342,20472416,20478276,20506142,20553627,20599249,20603142,20631757,20671626,20673777,20692667,20718492,20779988,20833101,20834841,20838979,20840286,20878336,20880356,20880650,20882213,20886244,20888460,20892879,20916047,20919652,20924694,20925454,20925822,20926423,20967663,20967721,20968183,21001748,21001909,21002146,21002799,21053770,21055230,21056308,21059038,21120478,21123338,21124091,21124858,21126293,21127007,21127687,21128191,21128303,21129015,21129056,21129790,21129920,21130355,21130408,21130447,21130589,21130728,21130998,21131546,21131762,21132102,21132139,21132205,21132290,21132817,21132893,21132962,21135852,21135963,21136166,21136294,21160951,21161623,21162177,21162375,21164449,21165545,21182563,21183464,21187223,21192371,21192469,21192852,21198520,21199183,21199741,21199757,21201021,21201289,21201345,21201697,21202028,21202067,21202993,21203278,21205999,21206536,21206633,21206897,21206913,21206985,21207216,21207546,21207723,21207751,21208077,21208203,21208242,21208328,2120851 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173487, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20371583,20466973,20512329,20626049,20690449,20698863,20750429,20784280,20787370,20845477,20925559,20927280,20976976,20977151,20995784,21177914,21183780,21189136,21193252,21204014,21205492,21207261,21209428,21217628,21218838,21219247,21221733,21222456,21230031,21231925,21242081,21245328,21249121,21254648,21256817,21315000,21315878,21321852,21324129 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173488, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20185082,20193236,20226903,20228131,20257574,20272202,20278012,20278096,20291813,20296516,20309965,20325348,20334133,20334303,20335613,20352691,20355409,20401434,20403611,20411746,20412827,20416193,20419448,20421824,20434616,20441325,20442739,20453686,20457585,20461380,20469062,20470516,20478182,20482518,20486369,20501268,20504919,20512288,20523236,20523484,20557176,20562354,20597238,20597522,20600843,20608102,20609426,20617528,20618713,20632666,20633461,20637002,20675310,20678147,20696834,20703485,20703660,20709268,20709346,20715912,20718456,20728071,20729157,20730001,20731265,20732365,20777112,20779688,20779741,20781855,20782732,20833748,20833972,20838550,20840036,20840886,20843635,20845983,20847779,20848504,20882248,20882447,20886123,20887398,20887963,20888066,20888472,20888593,20889840,20890178,20890477,20892018,20892995,20893103,20893439,20895493,20916148,20922804,20924075,20925476,20927067,20930011,20931234,20966476,20971056,20971299,20974049,20975454,21001546,21001618,21001770,21001951,21002033,2100240 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173489, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516367 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173489, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20218079,20220177,20225459,20225582,20227688,20246765,20250392,20264734,20273843,20277978,20326607,20328525,20343733,20353493,20355273,20355420,20410951,20412717,20421675,20452938,20454749,20479350,20486032,20491239,20514505,20516339,20516386,20562687,20597364,20682214,20696409,20709289,20709330,20719391,20719738,20728090,20779337,20833527,20833741,20834584,20845565,20847219,20854521 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173489, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20894594,20896019,20896568,20898846,20907095,20907283,20909046,20909093,20910027,20910565,20910930,20919283,20919299,20929661,20930146,20941767,20942615,20942702,20966529,20974629,20975174,20975558,20976373,20976661,20995598,21054701,21125361,21129432,21129816,21131695,21161013,21161202,21162472,21162727,21163557,21163746,21164016,21164760,21165143,21165652,21165795,21166488,21166580,21166674,21166775,21166808,21166991,21167212,21176234,21176456,21176670,21177085,21177378,21178401,21180238,21180354,21180442,21180566,21180684,21181447,21181599,21181820,21182033,21182063,21182195,21182503,21182583,21182977,21183538,21183886,21184715,21184860,21185107,21185453,21186454,21186660,21186858,21187710,21187853,21187911,21188465,21188653,21189205,21189437,21189967,21190304,21190530,21190740,21190772,21191121,21191169,21191790,21191849,21191907,21192000,21192193,21192339,21192432,21193572,21193650,21194110,21194289,21194327,21194658,21194710,21194989,21195268,21195332,21195378,21195443,21195598,21198276,21198670,2119872 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173490, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550180 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173490, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168744,20170143,20173852,20174165,20178353,20178608,20184721,20200312,20203919,20206246,20208998,20209432,20217449,20218315,20220334,20223974,20226050,20226613,20227875,20229221,20247094,20259500,20265011,20296647,20332610,20334237,20337946,20339424,20340036,20345657,20350783,20351362,20353925,20355382,20358750,20360249,20360372,20360569,20361363,20362595,20362694,20363961,20364119,20364281,20365499,20365925,20366178,20367249,20367354,20368520,20368797,20369337,20370612,20395260,20400647,20402664,20407488,20411468,20416148,20419519,20422605,20438635,20442998,20443781,20444106,20452058,20455619,20456582,20470704,20475605,20476091,20477121,20480475,20483625,20486968,20487361,20490972,20492567,20493851,20493981,20505007,20506280,20506548,20506719,20507220,20514951,20516425,20518557,20522745,20525023,20525522,20546207,20549093,20551500,20553599,20558625,20565358,20567449,20577410,20580171,20597669,20599615,20603576,20606914,20607786,20609654,20611803,20613653,20617814,20623104,20623228,20631366,20633776,2063606 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173491, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20257452,20325808,20421574,20551768,20710885 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173492, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21129988 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173493, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20384577,20410422,20495673,20503199,20515104,20529698,20627252,20675822,20727246,20784156,20787022,20911001,20975681,21200243 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173494, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20476669,20531311,20604140,20898839,21253532 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173495, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20878344,20880662,20919661,20924682,21053776,21124094,21132204,21136299,21199736,21199765 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173496, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20702483,21003155,21232218 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173497, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177847,20185070,20193222,20203781,20209704,20226916,20228122,20257568,20272196,20278015,20278105,20291808,20296526,20308348,20309964,20325352,20334126,20334299,20335607,20352703,20355399,20401441,20403599,20411743,20412832,20416192,20419461,20421825,20434621,20441328,20442740,20453696,20457581,20461382,20469069,20470513,20478185,20482522,20486358,20512277,20523233,20523479,20557183,20562363,20597224,20597527,20600832,20609415,20617520,20618704,20632669,20633458,20636996,20675298,20696830,20703483,20703661,20709273,20709351,20715909,20718461,20730012,20731269,20732373,20777121,20779695,20779753,20781862,20782737,20833750,20833962,20840028,20840892,20843638,20845987,20847772,20848508,20882452,20887404,20888466,20890181,20890471,20892020,20893007,20893110,20893431,20895496,20916152,20922791,20924074,20925475,20927060,20931238,20966471,20971049,20975449,21001553,21001630,21001762,21001960,21002416,21002901,21053842,21055811,21057128,21059057,21059364,21120601,21124081,21124834,21126560,21128318,21128509,2112890 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173498, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516360 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173498, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20227685,20273844,20277982,20343741,20516390,20562686,20696410 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173498, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20896573,20910039,20974632,21163741,21166587,21176676,21180233,21180450,21182490,21187702,21189201,21193656,21195429,21205827,21207633,21207690,21209332,21209695,21210871,21211314,21219410,21219842,21220727,21224463,21233747,21240744,21243166,21246957,21255991,21265900,21279830,21283912 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173499, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550166 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173499, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20174158,20200311,20206248,20217459,20220321,20223977,20227873,20229222,20337949,20351363,20355384,20362607,20363970,20364118,20364277,20368802,20370615,20400637,20416141,20438624,20444100,20455618,20470690,20476089,20480474,20493989,20506720,20507222,20514961,20518566,20553602,20558633,20580169,20603567,20609649,20617807,20650578,20653571,20655370,20673288,20682284,20684930,20707268,20719375,20721817,20722348,20729984,20731409,20748887,20778157,20833858,20834567,20842570,20842801,20846499,20846983,20847749,20850018,20856003,20858361,20877439,20888049,20888399,20892963,20921472,20925124,20930294,20968875,20972427,21054779,21056809,21058111,21060851,21061437,21126725,21128516,21129025,21130113,21130332,21130542,21131220,21131478,21131650,21132015,21133042,21134018,21134455,21135345,21163488,21166971,21209241,21209974 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173500, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20169758,20171226,20171787,20172627,20174097,20177038,20178245,20178718,20186483,20188613,20200241,20200487,20201399,20202959,20208863,20211303,20217279,20217515,20220556,20227558,20227654,20229867,20247283,20248890,20255108,20257448,20260605,20264578,20267675,20278178,20278571,20278695,20295629,20296894,20298334,20302294,20304749,20305893,20309608,20310153,20312970,20314135,20325803,20332515,20333664,20338602,20340537,20351375,20352803,20355106,20356299,20357095,20394873,20398598,20402641,20405153,20408827,20413199,20415888,20420404,20421570,20422098,20435378,20437306,20438479,20442821,20444079,20444618,20445547,20449150,20451891,20454020,20460833,20469158,20469703,20474520,20476958,20479422,20481355,20483992,20486818,20491225,20491660,20493044,20501399,20505493,20506564,20508476,20514563,20515516,20516623,20520543,20522733,20523647,20546484,20549122,20551765,20555015,20557235,20561261,20563375,20567387,20571023,20576584,20576625,20600005,20603447,20607763,20610247,20611070,20614957,20617639,20618821,2062138 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173501, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001656,21001942,21056004,21124766,21129925,21129985 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173502, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177844,20185081,20193229,20203777,20209705,20226907,20228118,20257570,20272209,20278013,20278097,20291820,20296514,20308341,20309972,20325359,20334134,20334309,20335621,20352696,20355403,20403609,20411748,20412834,20416183,20419453,20421827,20434618,20441339,20442750,20453688,20457584,20461373,20469070,20470518,20478181,20482523,20486361,20501264,20504931,20512284,20523241,20523478,20557178,20562348,20597230,20597526,20600845,20608104,20609420,20617525,20618716,20632670,20633465,20636995,20675299,20678151,20696838,20888064,21001544,21001622,21001763,21001949,21002021,21002407,21002896,21053851,21054131,21054768,21055814,21057131,21059059,21059375,21128329,21128500,21128904,21129046,21129170,21129376,21129501,21129692,21130265,21130284,21130387,21130709,21131066,21131509,21133155,21133303,21133925,21134418,21135183,21135504,21135907,21164187,21166374,21166784,21167105,21167188,21167620,21167751,21167940,21168083,21168394,21168684,21170058,21170113,21170306,21170671,21170820,21171136,21171742,21172166,2117241 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173503, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20516365 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173503, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21182501,21214682,21214751,21220032,21238679,21265883,21265899 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173504, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20550170 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173504, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20340034,20493855,20525520,20546209,20577422,20681848,20696882,20782645,20888405,20926355,21002469 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173505, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20247275,20398599,20402647,20442820,20469709,20505495,20551763,20557237,20685099,20700440,20731458,20782703,20842072,20850454,20929942,20930363,20973048 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173506, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21001653,21056000,21124767,21129932,21129983 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173507, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20466589,20658809 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173508, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20389345,20464649,20522634,20586563,20786041,20871179,21220173,21235770 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173509, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20671624,20892876,21061053,21136173,21199182,21202026,21206990,21209431 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173510, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20438445,20847032,20929981,20977149,21189128,21195487,21203206,21210166,21218253,21218683,21219254,21219962,21245326,21304266,21306422 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173511, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20177852,20185071,20193221,20203776,20209707,20226912,20228124,20257566,20272201,20278008,20278099,20291819,20296517,20308344,20325345,20334125,20334304,20335618,20352700,20355407,20401431,20403600,20416190,20419459,20421826,20441334,20442745,20453697,20457582,20469065,20470523,20478183,20482524,20486356,20504924,20523238,20523475,20557175,20562362,20597239,20597523,20600840,20608101,20609427,20618709,20632664,20633457,20636998,20675295,20678150,20696837,20703487,20703650,20709276,20709359,20718460,20728066,20729166,20732367,20777126,20779696,20779739,20782736,20833961,20838556,20840025,20840894,20843639,20845984,20847780,20848507,20882448,20886125,20887955,20888071,20888473,20890174,20890472,20893437,20895491,20916161,20922797,20924076,20925484,20927058,20931237,20966478,20971062,20971293,20974045,20975455,21001541,21001625,21001773,21002026,21002411,21002905,21053841,21054127,21054766,21055804,21057123,21059046,21059376,21124075,21124833,21126563,21128320,21128510,21128905,21129040,21129175,21129374,2112950 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173512, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20273845,20452943,20454742 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173512, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (21125362,21163745,21166993,21176459,21182491,21188456,21194991,21195599,21198667,21210681,21214684,21216846,21216924,21217226,21217440,21217885,21219397,21219831,21220029,21222061,21226704,21239028,21240392,21240746,21246955,21251172,21252235,21256001,21265903,21272105,21289095 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173513, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20168743,20170148,20173851,20174163,20178348,20178600,20184714,20203921,20206254,20209004,20218317,20223975,20226051,20226615,20227865,20332602,20334228,20337942,20345662,20360238,20360375,20360559,20362602,20362700,20363962,20364117,20364280,20365495,20367345,20368790,20370624,20395265,20400650,20402667,20407482,20411462,20416151,20422609,20442989,20444094,20452065,20455615,20456579,20470699,20475601,20476085,20486972,20487355,20490969,20493859,20493984,20506289,20506730,20514959,20516421,20518555,20525526,20546214,20549096,20565363,20567450,20577413,20597667,20606912,20631369,20633763,20643545,20650581,20655381,20671611,20673290,20673842,20675800,20682292,20693239,20696874,20707262,20716674,20719034,20719380,20722349,20726163,20729978,20731415,20748884,20778149,20779845,20780055,20781949,20782304,20831382,20832844,20833859,20834583,20840043,20840607,20842568,20845126,20846507,20847745,20848556,20850015,20855640,20855991,20858367,20877446,20878790,20881107,20884364,20888323,20888403,20892967,20921475,2092634 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173514, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301097,20652907,20691119,20742317,20880583 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173515, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291098,20308811,20403584,20443895,20474476,20475768,20477203,20545331,20562617,20573729,20596992,20674270,20725740,20730993,20778741,20782315,20840405,20888274,20889483,20898015,20919424,20925768,20929921,20929965,20966435,21001562,21001665,21001899,21001928,21001968,21002278,21002750,21002884,21053596,21053673,21053740,21053782,21053971,21054032,21054191,21054560,21054621,21054669,21054756,21054804,21054916,21054946,21055381,21055946,21056089,21056191,21056569,21056639,21056703,21056821,21057710,21058567,21058643,21059816,21060143,21060212,21060346,21120416,21120472,21120534,21122685,21122987,21123599,21123748,21123854,21124457,21124571,21125847,21126112,21126130,21128174,21128233,21128681,21129145,21129270,21129829,21130374,21130507,21130694,21130737,21130852,21131083,21131155,21131242,21131381,21131429,21131540 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173516, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20301095,20477760,20524489,20652904,20691115,20742316,20880574,20882183 ) and hide_status = 0 ORDER BY mtr_photo_id INSERT ignore into MTRUser.mtr_portfolio_photos (`mtr_portfolio_id`, `mtr_photo_id`) SELECT 30173517, mtr_photo_id FROM MTRUser.mtr_portfolio_photos WHERE mtr_portfolio_id in (20291105,20403588,20443892,20474469,20475779,20477210,20485557,20545335,20562618,20573726,20596993,20669689,20674271,20725733,20730996,20748789,20778749,20782316,20840404,20888265,20889479,20898017,20915787,20919422,20925766,20929920,20929961,20966439,21001561,21001669,21001896,21001931,21001973,21002281,21002753,21002892,21053590,21053668,21053738,21053783,21053829,21053968,21054034,21054196,21054567,21054626,21054655,21054666,21054750,21054796,21054918,21054944,21055387,21055944,21056087,21056188,21056570,21056642,21056709,21056815,21057717,21058557,21058642,21059509,21059707,21059821,21060145,21060210,21060349,21120408,21120464,21120525,21122680,21122983,21123602,21123749,21123760,21123855,21124332,21124453,21124580,21125840,21126069,21126106,21126124,21126236,21128164,21128236,21128685,21129141,21129273,21129832,21129864,21130365,21130503,21130642,21130692,21130742,21130849,21131018,21131084,21131158,21131237,21131303,21131428,21131539 ) and hide_status = 0 ORDER BY mtr_photo_id Voici le lien velours for gm : https://www.fotonower.com/velours/30173410,30173413,30173421,30173429,30173433,30173435,30173437,30173444,30173451,30173459,30173462,30173470,30173479,30173489,30173498,30173503,30173512,30173514,30173516?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse Voici le lien velours for pet_clair : https://www.fotonower.com/velours/30173411,30173415,30173423,30173431,30173453,30173472,30173482,30173491,30173500,30173505?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for refus : https://www.fotonower.com/velours/30173412,30173432,30173473,30173483,30173492,30173501,30173506?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce Voici le lien velours for jrm : https://www.fotonower.com/velours/30173414,30173434,30173436,30173438,30173463,30173480,30173515,30173517?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse Voici le lien velours for aluminium : https://www.fotonower.com/velours/30173416,30173424,30173439,30173446,30173454,30173465,30173474,30173484,30173493,30173507?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/30173417,30173425,30173440,30173447,30173455,30173466,30173475,30173485,30173494,30173508?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for emr : https://www.fotonower.com/velours/30173418,30173426,30173441,30173448,30173456,30173461,30173467,30173476,30173486,30173495,30173509?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for film_pedb : https://www.fotonower.com/velours/30173419,30173427,30173442,30173449,30173457,30173468,30173477,30173487,30173496,30173510?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque Voici le lien velours for flux_dev : https://www.fotonower.com/velours/30173420,30173428,30173443,30173450,30173458,30173469,30173478,30173488,30173497,30173502,30173511?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/30173422,30173430,30173445,30173452,30173460,30173464,30173471,30173481,30173490,30173499,30173504,30173513?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque after get_hostname_from_raspi hasthag : pehd_pp hasthag that could be used but not yet : _______pehd,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______pehd_pp' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') GROUP BY month order by month; hasthag : gm hasthag that could be used but not yet : _______papier,background SELECT substr(hashtag,8), substr(date_debut,1,7) as month, (sum(qualite*nombre_balle)/sum(nombre_balle)) FROM MTRPhoto.dashboard_results WHERE hashtag = '_______gm' and qualite >=0 and dashboard_run_id in (select last_run_id from MTRPhoto.dashboard_entry_day where dashboard_place_id=36 and date >='2025-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') 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-02-01' and date <= '2025-02-28') GROUP BY month order by month; after impurety_average_per_hashtag {'number_of_analysed_photos': ((37854,),), 'unwanted_material_monthly_percentage': ((0.1115480981373459,),), 'material_repartition': (('pet_clair', 356), ('film_pedb', 318), ('pehd_pp', 265), ('gm', 233), ('flux_dev', 188), ('jrm', 171), ('emr', 131), ('ela', 66), ('aluminium', 40)), 'material_dict': {'autres': 1768}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 2, 3), 0.091194835166585, 10), (datetime.date(2025, 2, 4), 0.09654940058712326, 39), (datetime.date(2025, 2, 5), 0.11551145210268395, 42), (datetime.date(2025, 2, 6), 0.11119147838745487, 47), (datetime.date(2025, 2, 7), 0.10847687750732492, 41), (datetime.date(2025, 2, 10), 0.12171632341476513, 6), (datetime.date(2025, 2, 11), 0.11589841878225203, 31), (datetime.date(2025, 2, 12), 0.12318494793063785, 17), (datetime.date(2025, 2, 13), 0.11843788838468938, 26), (datetime.date(2025, 2, 14), 0.11045358614265022, 42), (datetime.date(2025, 2, 17), 0.11769097076689577, 35), (datetime.date(2025, 2, 18), 0.10928885284382364, 37), (datetime.date(2025, 2, 19), 0.1180529958345377, 25), (datetime.date(2025, 2, 20), 0.11329251819060751, 78), (datetime.date(2025, 2, 21), 0.11259336282061301, 79), (datetime.date(2025, 2, 24), 0.11589747960049505, 11), (datetime.date(2025, 2, 25), 0.12030128954275714, 44), (datetime.date(2025, 2, 26), 0.10725589692943034, 41), (datetime.date(2025, 2, 27), 0.10070561688885027, 90), (datetime.date(2025, 2, 28), 0.09965457638593321, 9)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2025, 2, 3), 0.05643182382476412, 10), (datetime.date(2025, 2, 4), 0.052890973597282974, 39), (datetime.date(2025, 2, 5), 0.06004283130733356, 18), (datetime.date(2025, 2, 6), 0.06003988713510297, 17), (datetime.date(2025, 2, 7), 0.057434790820419114, 21), (datetime.date(2025, 2, 10), 0.060100822255049466, 26), (datetime.date(2025, 2, 11), 0.06289400665507516, 16), (datetime.date(2025, 2, 12), 0.06385266537906854, 26), (datetime.date(2025, 2, 13), 0.06039884696902294, 25), (datetime.date(2025, 2, 14), 0.06362782058093469, 22), (datetime.date(2025, 2, 17), 0.05877848916786643, 21), (datetime.date(2025, 2, 18), 0.05974356978439116, 24), (datetime.date(2025, 2, 19), 0.058753817825620086, 5), (datetime.date(2025, 2, 20), 0.05359321605391555, 22), (datetime.date(2025, 2, 21), 0.0628454326664805, 15), (datetime.date(2025, 2, 24), 0.05895507777877804, 11), (datetime.date(2025, 2, 25), 0.057380854746694306, 19), (datetime.date(2025, 2, 26), 0.061208394814570376, 25), (datetime.date(2025, 2, 27), 0.06445833471483643, 17), (datetime.date(2025, 2, 28), 0.05737819843486375, 17)), 'pet_clair': ((datetime.date(2025, 2, 3), 0.00499846720359887, 24), (datetime.date(2025, 2, 4), 0.009383859185928533, 20), (datetime.date(2025, 2, 5), 0.011428349501243192, 22), (datetime.date(2025, 2, 6), 0.013146696272145856, 46), (datetime.date(2025, 2, 7), 0.010586024647911363, 26), (datetime.date(2025, 2, 10), 0.004310600920603001, 43), (datetime.date(2025, 2, 11), 0.010811392659660477, 23), (datetime.date(2025, 2, 12), 0.008743071526586939, 27), (datetime.date(2025, 2, 13), 0.016952086913900315, 26), (datetime.date(2025, 2, 14), 0.011928689282951018, 24), (datetime.date(2025, 2, 17), 0.01080461028964291, 51), (datetime.date(2025, 2, 18), 0.011429246395185355, 24), (datetime.date(2025, 2, 19), 0.01850123538635909, 25), (datetime.date(2025, 2, 20), 0.04994798802865788, 27), (datetime.date(2025, 2, 21), 0.01551595494193578, 24), (datetime.date(2025, 2, 24), 0.022421670386276762, 46), (datetime.date(2025, 2, 25), 0.024689196038108305, 44), (datetime.date(2025, 2, 26), 0.017040955063699206, 28), (datetime.date(2025, 2, 27), 0.011383441611466118, 27), (datetime.date(2025, 2, 28), 0.018565895298722965, 21)), 'flux_dev': ((datetime.date(2025, 2, 3), 0.20588374305121787, 14), (datetime.date(2025, 2, 4), 0.24774491901556953, 32), (datetime.date(2025, 2, 5), 0.36790432831869596, 14), (datetime.date(2025, 2, 6), 0.33411117621014075, 24), (datetime.date(2025, 2, 7), 0.3500341428479087, 11), (datetime.date(2025, 2, 10), 0.3272905634470828, 10), (datetime.date(2025, 2, 11), 0.35380737575948734, 10), (datetime.date(2025, 2, 12), 0.37668235471972383, 20), (datetime.date(2025, 2, 13), 0.36016012075480314, 18), (datetime.date(2025, 2, 14), 0.32961996188968795, 33), (datetime.date(2025, 2, 17), 0.3622688906336918, 18), (datetime.date(2025, 2, 18), 0.36121112492661006, 35), (datetime.date(2025, 2, 19), 0.3736977017758261, 15), (datetime.date(2025, 2, 20), 0.3585193246977988, 14), (datetime.date(2025, 2, 21), 0.33082096091104873, 16), (datetime.date(2025, 2, 24), 0.3479689958159945, 15), (datetime.date(2025, 2, 25), 0.3635915881339728, 7), (datetime.date(2025, 2, 26), 0.29988311590465, 7), (datetime.date(2025, 2, 27), 0.2768733189095818, 6), (datetime.date(2025, 2, 28), 0.2956546078410588, 22)), 'gm': ((datetime.date(2025, 2, 3), 0.08302419205123256, 15), (datetime.date(2025, 2, 4), 0.09894103111992246, 13), (datetime.date(2025, 2, 5), 0.09408808510309703, 14), (datetime.date(2025, 2, 6), 0.08652906248491368, 13), (datetime.date(2025, 2, 7), 0.09822270929278562, 15), (datetime.date(2025, 2, 10), 0.11005240905388396, 6), (datetime.date(2025, 2, 11), 0.09237039828901154, 31), (datetime.date(2025, 2, 12), 0.11223967578420527, 17), (datetime.date(2025, 2, 13), 0.1002324674613208, 13), (datetime.date(2025, 2, 14), 0.09787238529771407, 14), (datetime.date(2025, 2, 17), 0.09886855960011263, 16), (datetime.date(2025, 2, 18), 0.06651557995903912, 26), (datetime.date(2025, 2, 19), 0.08172956163982162, 8), (datetime.date(2025, 2, 20), 0.06697279983589896, 15), (datetime.date(2025, 2, 21), 0.09750612883790025, 13), (datetime.date(2025, 2, 24), 0.10736124326451937, 14), (datetime.date(2025, 2, 25), 0.11905351798063313, 6), (datetime.date(2025, 2, 26), 0.08665956272757315, 27), (datetime.date(2025, 2, 27), 0.09763770351083181, 35), (datetime.date(2025, 2, 28), 0.0850316753302235, 9)), 'film_pedb': ((datetime.date(2025, 2, 3), 0.21932970686648917, 46), (datetime.date(2025, 2, 4), 0.23597679611217612, 40), (datetime.date(2025, 2, 5), 0.21623113815318068, 42), (datetime.date(2025, 2, 6), 0.24910897160245615, 27), (datetime.date(2025, 2, 7), 0.22934622266394586, 30), (datetime.date(2025, 2, 10), 0.24993249043500912, 41), (datetime.date(2025, 2, 11), 0.23764040710273782, 45), (datetime.date(2025, 2, 12), 0.258678993113499, 44), (datetime.date(2025, 2, 13), 0.24877679991358911, 29), (datetime.date(2025, 2, 14), 0.23990674764802955, 27), (datetime.date(2025, 2, 17), 0.2568113250341628, 35), (datetime.date(2025, 2, 18), 0.2399404695300333, 35), (datetime.date(2025, 2, 19), 0.24142706421160948, 46), (datetime.date(2025, 2, 20), 0.23434929834658463, 35), (datetime.date(2025, 2, 21), 0.2558736569208804, 32), (datetime.date(2025, 2, 24), 0.2588824612259972, 33), (datetime.date(2025, 2, 25), 0.23164409704076308, 34), (datetime.date(2025, 2, 26), 0.2591603674378795, 10), (datetime.date(2025, 2, 27), 0.22330473637882808, 47), (datetime.date(2025, 2, 28), 0.22870336403063754, 35)), 'emr': ((datetime.date(2025, 2, 3), 0.05910359510802271, 16), (datetime.date(2025, 2, 4), 0.036561046277739935, 10), (datetime.date(2025, 2, 5), 0.05854525333504891, 18), (datetime.date(2025, 2, 6), 0.053052397143945884, 5), (datetime.date(2025, 2, 7), 0.05529426659481923, 5), (datetime.date(2025, 2, 10), 0.04053002975290882, 8), (datetime.date(2025, 2, 11), 0.0569110223629943, 5), (datetime.date(2025, 2, 12), 0.05968684296098885, 7), (datetime.date(2025, 2, 13), 0.05823215575635906, 7), (datetime.date(2025, 2, 14), 0.0574047208725945, 17), (datetime.date(2025, 2, 17), 0.05930024857161168, 15), (datetime.date(2025, 2, 18), 0.055453348160520784, 14), (datetime.date(2025, 2, 19), 0.05109002702588244, 9), (datetime.date(2025, 2, 20), 0.05777103796254238, 21), (datetime.date(2025, 2, 21), 0.05817190144444693, 9), (datetime.date(2025, 2, 24), 0.061590549184579416, 10), (datetime.date(2025, 2, 25), 0.048035115903515745, 13), (datetime.date(2025, 2, 26), 0.059644802139833794, 17), (datetime.date(2025, 2, 27), 0.05420831811685576, 5), (datetime.date(2025, 2, 28), 0.04823426348135146, 6)), 'jrm': ((datetime.date(2025, 2, 3), 0.0367837632453256, 33), (datetime.date(2025, 2, 4), 0.03558655144310082, 36), (datetime.date(2025, 2, 5), 0.03912409342614011, 38), (datetime.date(2025, 2, 6), 0.053855473922322754, 47), (datetime.date(2025, 2, 7), 0.03756263311520829, 41), (datetime.date(2025, 2, 10), 0.030704855813769152, 42), (datetime.date(2025, 2, 11), 0.028287151036333835, 39), (datetime.date(2025, 2, 12), 0.037798960025117095, 32), (datetime.date(2025, 2, 13), 0.04033218813766505, 50), (datetime.date(2025, 2, 14), 0.04506941446005407, 42), (datetime.date(2025, 2, 17), 0.03420360982436353, 40), (datetime.date(2025, 2, 18), 0.041232358571716296, 37), (datetime.date(2025, 2, 19), 0.04408199417523524, 7), (datetime.date(2025, 2, 20), 0.03603681284685028, 78), (datetime.date(2025, 2, 21), 0.02648412131429272, 79), (datetime.date(2025, 2, 24), 0.02953390082631167, 20), (datetime.date(2025, 2, 25), 0.03681775356300286, 31), (datetime.date(2025, 2, 26), 0.036827015832313695, 41), (datetime.date(2025, 2, 27), 0.037126307093660965, 90), (datetime.date(2025, 2, 28), 0.03325647366008359, 20)), 'ela': ((datetime.date(2025, 2, 3), 0.020443580930278253, 29), (datetime.date(2025, 2, 4), 0.022239990194203557, 30), (datetime.date(2025, 2, 5), 0.026512969698076184, 22), (datetime.date(2025, 2, 6), 0.026052136905028094, 28), (datetime.date(2025, 2, 7), 0.03278273786414309, 30), (datetime.date(2025, 2, 10), 0.02558359042773541, 34), (datetime.date(2025, 2, 11), 0.025776432390814136, 34), (datetime.date(2025, 2, 12), 0.031171086627615148, 25), (datetime.date(2025, 2, 13), 0.030799895260818982, 31), (datetime.date(2025, 2, 14), 0.026404562345542865, 30), (datetime.date(2025, 2, 17), 0.022207530604342513, 22), (datetime.date(2025, 2, 18), 0.026599246419108977, 27), (datetime.date(2025, 2, 19), 0.022890004105555688, 31), (datetime.date(2025, 2, 20), 0.020597629777576936, 21), (datetime.date(2025, 2, 21), 0.02723664019470769, 25), (datetime.date(2025, 2, 24), 0.030562416617931486, 26), (datetime.date(2025, 2, 25), 0.03210091640662905, 22), (datetime.date(2025, 2, 26), 0.02839626089871264, 34), (datetime.date(2025, 2, 27), 0.03266984078877849, 34), (datetime.date(2025, 2, 28), 0.02454114864035187, 34)), 'refus': ((datetime.date(2025, 2, 3), 0.14809646267361112, 5), (datetime.date(2025, 2, 4), 0.08810448013117284, 5), (datetime.date(2025, 2, 10), 0.17992162291315936, 5), (datetime.date(2025, 2, 21), 0.08117754147376542, 6)), 'aluminium': ((datetime.date(2025, 2, 3), 0.05175663802610326, 15), (datetime.date(2025, 2, 4), 0.05106330931965922, 13), (datetime.date(2025, 2, 5), 0.04457585119117032, 14), (datetime.date(2025, 2, 6), 0.05038207354287761, 6), (datetime.date(2025, 2, 7), 0.04876500534203865, 14), (datetime.date(2025, 2, 10), 0.03852843237444717, 12), (datetime.date(2025, 2, 11), 0.05366071041777033, 14), (datetime.date(2025, 2, 12), 0.04295341805078304, 8), (datetime.date(2025, 2, 13), 0.05368955881523377, 15), (datetime.date(2025, 2, 14), 0.046752148694986444, 14), (datetime.date(2025, 2, 17), 0.04567565125855368, 15), (datetime.date(2025, 2, 18), 0.03887528544743097, 15), (datetime.date(2025, 2, 19), 0.037709428929659485, 14), (datetime.date(2025, 2, 20), 0.0429282379195856, 14), (datetime.date(2025, 2, 21), 0.045943422543069996, 14), (datetime.date(2025, 2, 24), 0.04968373907972453, 16), (datetime.date(2025, 2, 25), 0.04111051944776953, 7), (datetime.date(2025, 2, 26), 0.04617144609263264, 13), (datetime.date(2025, 2, 27), 0.03964850414072548, 15), (datetime.date(2025, 2, 28), 0.052162332613004216, 16))}, 'quality_array': [['-5.052443423961073', '03022025'], ['-5.003610356678058', '04022025'], ['-5.152720800519738', '05022025'], ['-5.2084876095447274', '06022025'], ['-5.186835773503071', '07022025'], ['-5.1821072023782575', '10022025'], ['-5.128989789960915', '11022025'], ['-5.157075207502284', '12022025'], ['-5.198357725880239', '13022025'], ['-5.1752840047958495', '14022025'], ['-5.174200685842252', '17022025'], ['-5.147417278333282', '18022025'], ['-5.1673432515378375', '19022025'], ['-5.155961504038189', '20022025'], ['-5.198137785999649', '21022025'], ['-5.168662945670818', '24022025'], ['-5.184874394698877', '25022025'], ['-5.148222010102196', '26022025'], ['-5.177276117023997', '27022025'], ['-5.14061692964567', '28022025']], 'number_of_batch': ((1967,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.000793011616941015, 'nb_photo': 2, 'list_port_cont': '20516366', 'assoc_port': '20515637:20516366', 'assoc_mat': '20515637:autre:3594:20516366'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030668877346645357, 'nb_photo': 598, 'list_port_cont': '20171220,20172635,20174100,20177046,20178248,20178725,20186492,20188611,20200244,20200488,20201405,20202956,20208868,20211307,20217276,20217522,20220561,20227552,20229875,20247286,20248897,20255106,20257456,20260608,20264568,20267683,20278573,20278692,20295635,20296885,20298341,20302305,20304745,20305895,20309606,20310145,20312966,20314133,20325802,20332517,20333665,20338605,20340538,20351379,20352802,20356291,20357087,20394874,20398607,20405150,20413201,20415894,20421562,20422092,20435372,20437308,20438478,20442813,20444089,20444616,20445542,20460835,20469157,20469716,20474518,20476955,20479424,20483995,20486815,20491217,20491654,20501388,20505491,20506547,20514573,20516634,20520532,20522730,20523637,20549120,20551762,20555026,20557229,20561273,20563367,20567388,20571030,20576578,20576623,20600002,20603445,20607761,20610244,20611058,20614947,20617643,20621370,20621665,20630994,20631057,20632192,20636690,20638532,20641439,20643569,20647815,20670162,20673808,20675332,20678698,20679031,20682382,20686373,2069129', 'assoc_port': '20168059:20177046,20169834:20171220,20171951:20172635,20172749:20174100,20177142:20178248,20177545:20178725,20183123:20186492,20186672:20188611,20199784:20200488,20199786:20200244,20200509:20201405,20201667:20202956,20206394:20208868,20210194:20211307,20215666:20217522,20215687:20217276,20219531:20220561,20224382:20227552,20228243:20229875,20245939:20247286,20247542:20248897,20253021:20255106,20254304:20257456,20258541:20260608,20262010:20264568,20266083:20267683,20277672:20278692,20277675:20278573,20293712:20295635,20296496:20296885,20298064:20298341,20300873:20302305,20303267:20305895,20303272:20304745,20308442:20310145,20308450:20309606,20312006:20312966,20313893:20314133,20324558:20325802,20330844:20332517,20331796:20333665,20337409:20338605,20338547:20340538,20350380:20351379,20352155:20352802,20354703:20357087,20355354:20356291,20393265:20394874,20397365:20398607,20404209:20405150,20411279:20413201,20414609:20415894,20420764:20421562,20421504:20422092,20431075:20444616,20433550:20435372,20436382:2043730', 'assoc_mat': '20168059:autre:3327:20177046,20169834:autre:3327:20171220,20171951:autre:3327:20172635,20172749:autre:3327:20174100,20177142:autre:3327:20178248,20177545:autre:3327:20178725,20183123:autre:3327:20186492,20186672:autre:3327:20188611,20199784:autre:3327:20200488,20199786:autre:3327:20200244,20200509:autre:3327:20201405,20201667:autre:3327:20202956,20206394:autre:3327:20208868,20210194:autre:3327:20211307,20215666:autre:3327:20217522,20215687:autre:3327:20217276,20219531:autre:3327:20220561,20224382:autre:3327:20227552,20228243:autre:3327:20229875,20245939:autre:3327:20247286,20247542:autre:3327:20248897,20253021:autre:3327:20255106,20254304:autre:3327:20257456,20258541:autre:3327:20260608,20262010:autre:3327:20264568,20266083:autre:3327:20267683,20277672:autre:3327:20278692,20277675:autre:3327:20278573,20293712:autre:3327:20295635,20296496:autre:3327:20296885,20298064:autre:3327:20298341,20300873:autre:3327:20302305,20303267:autre:3327:20305895,20303272:autre:3327:20304745,20308442:autre:3327:20310145,20308450:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004476835172421793, 'nb_photo': 25, 'list_port_cont': '21001651,21001944,21056001,21124769,21129935', 'assoc_port': '21001262:21001944,21001273:21001651,21002624:21129935,21053304:21056001,21124054:21124769', 'assoc_mat': '21001262:autre:3594:21001944,21001273:autre:3594:21001651,21002624:autre:3594:21129935,21053304:autre:3594:21056001,21124054:autre:3594:21124769'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.010567712130856322, 'nb_photo': 45, 'list_port_cont': '20301087,20477768,20524498,20652910,20691116,20742313,20880579,20882174', 'assoc_port': '20300842:20301087,20477525:20477768,20524360:20524498,20652563:20652910,20688365:20691116,20742145:20742313,20880569:20880579,20882063:20882174', 'assoc_mat': '20300842:autre_refus:3726:20301087,20477525:autre_refus:3726:20477768,20524360:autre_refus:3726:20524498,20652563:autre_refus:3726:20652910,20688365:autre_refus:3726:20691116,20742145:autre_refus:3726:20742313,20880569:autre_refus:3726:20880579,20882063:autre_refus:3726:20882174'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011357970524446532, 'nb_photo': 1197, 'list_port_cont': '20308810,20403591,20443897,20475777,20477207,20485566,20545338,20562624,20573728,20596991,20669683,20674274,20725735,20730994,20748788,20778750,20782324,20840407,20888269,20889481,20898016,20915792,20919426,20925772,20929927,20929966,20966444,21001559,21001666,21001892,21001926,21001971,21002282,21002751,21002890,21053591,21053671,21053735,21053789,21053823,21053963,21054036,21054189,21054563,21054627,21054659,21054672,21054748,21054794,21054921,21054954,21055384,21055948,21056086,21056184,21056562,21056633,21056708,21057714,21058566,21058647,21059520,21059698,21059814,21060151,21060211,21060347,21120413,21120466,21120530,21122681,21122984,21123601,21123743,21123765,21123853,21124339,21124448,21124570,21125844,21126072,21126111,21126127,21126242,21128170,21128235,21128680,21129143,21129266,21129824,21129856,21130373,21130511,21130646,21130698,21130743,21130751,21131019,21131085,21131163,21131241,21131301,21131378,21131427,21131538', 'assoc_port': '20308446:20308810,20403540:20403591,20443833:20443897,20475364:20475777,20475366:20477207,20485442:20485566,20544936:20545338,20562535:20562624,20573403:20573728,20596788:20596991,20669625:20669683,20674231:20674274,20725589:20725735,20730973:20730994,20748721:20748788,20778575:20778750,20782294:20782324,20838641:20840407,20888115:20888269,20888796:20889481,20897850:20898016,20915459:20915792,20919368:20919426,20925357:20925772,20929764:20929966,20929770:20929927,20966349:20966444,21001228:21001559,21001267:21128235,21001276:21001666,21001688:21129143,21001689:21002751,21001703:21002282,21001724:21001892,21001734:21001971,21001739:21001926,21002711:21129856,21002713:21129824,21002721:21002890,21053265:21128680,21053273:21053735,21053278:21053671,21053291:21053591,21053695:21053789,21053716:21054036,21053722:21053963,21053729:21054189,21053759:21053823,21054297:21054659,21054310:21054627,21054318:21054563,21054359:21054672,21054597:21054921,21054617:21054794,21054630:21054954,21054641:21054748,21055181:2105538', 'assoc_mat': '20308446:autre_refus:3726:20308810,20403540:autre_refus:3726:20403591,20443833:autre_refus:3726:20443897,20475364:autre_refus:3726:20475777,20475366:autre_refus:3726:20477207,20485442:autre_refus:3726:20485566,20544936:autre_refus:3726:20545338,20562535:autre_refus:3726:20562624,20573403:autre_refus:3726:20573728,20596788:autre_refus:3726:20596991,20669625:autre_refus:3726:20669683,20674231:autre_refus:3726:20674274,20725589:autre_refus:3726:20725735,20730973:autre_refus:3726:20730994,20748721:autre_refus:3726:20748788,20778575:autre_refus:3726:20778750,20782294:autre_refus:3726:20782324,20838641:autre_refus:3726:20840407,20888115:autre_refus:3726:20888269,20888796:autre_refus:3726:20889481,20897850:autre_refus:3726:20898016,20915459:autre_refus:3726:20915792,20919368:autre_refus:3726:20919426,20925357:autre_refus:3726:20925772,20929764:autre_refus:3726:20929966,20929770:autre_refus:3726:20929927,20966349:autre_refus:3726:20966444,21001228:autre_refus:3726:21001559,21001267:autre_refus:3726:21128235,21001276:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0023106359595214576, 'nb_photo': 18, 'list_port_cont': '20177039,20340545,20394878,20405147,20435381,20454019,20567383,20635073,20672855,20691288,20732743,20777768,20849571,20890135,21055617,21127406', 'assoc_port': '20168059:20177039,20338547:20340545,20393265:20394878,20404209:20405147,20433550:20435381,20451770:20454019,20566746:20567383,20632028:20635073,20672169:20672855,20688397:20691288,20732080:20732743,20776152:20777768,20848641:20849571,20888795:20890135,21054298:21055617,21125559:21127406', 'assoc_mat': '20168059:barquette_avec_film:3327:20177039,20338547:barquette_avec_film:3327:20340545,20393265:barquette_avec_film:3327:20394878,20404209:barquette_avec_film:3327:20405147,20433550:barquette_avec_film:3327:20435381,20451770:barquette_avec_film:3327:20454019,20566746:barquette_avec_film:3327:20567383,20632028:barquette_avec_film:3327:20635073,20672169:barquette_avec_film:3327:20672855,20688397:barquette_avec_film:3327:20691288,20732080:barquette_avec_film:3327:20732743,20776152:barquette_avec_film:3327:20777768,20848641:barquette_avec_film:3327:20849571,20888795:barquette_avec_film:3327:20890135,21054298:barquette_avec_film:3327:21055617,21125559:barquette_avec_film:3327:21127406'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008810772761386143, 'nb_photo': 12, 'list_port_cont': '20382444,20495678,20515114,20658801,20709047,20787012,20910991,20931941,21183093,21200238', 'assoc_port': '20296337:20382444,20431076:20495678,20505940:20515114,20630388:20658801,20685069:20709047,20781905:20787012,20886151:20910991,20924209:20931941,21001280:21200238,21123363:21183093', 'assoc_mat': '20296337:barquette_opaque:4205:20382444,20431076:barquette_opaque:4205:20495678,20505940:barquette_opaque:4205:20515114,20630388:barquette_opaque:4205:20658801,20685069:barquette_opaque:4205:20709047,20781905:barquette_opaque:4205:20787012,20886151:barquette_opaque:4205:20910991,20924209:barquette_opaque:4205:20931941,21001280:barquette_opaque:4205:21200238,21123363:barquette_opaque:4205:21183093'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001512737556211387, 'nb_photo': 351, 'list_port_cont': '20297166,20355861,20360463,20362953,20379885,20383271,20389346,20426350,20451292,20464650,20476666,20479590,20480107,20493747,20494527,20514594,20522627,20531320,20557669,20586564,20604145,20619398,20654750,20701969,20716027,20727301,20728261,20747398,20786038,20854612,20870348,20871191,20873494,20898836,20930517,20942026,20942859,20976508,21182379,21183256,21200451,21202857,21204559,21211665,21213388,21220167,21235762,21250806,21253551,21299034,21309297,21342358', 'assoc_port': '20171947:20297166,20228245:20355861,20251677:20360463,20262031:20362953,20291011:20379885,20297655:20383271,20308443:20389346,20354704:20426350,20398812:20451292,20410109:20464650,20421532:20493747,20441872:20476666,20451766:20480107,20470424:20494527,20479233:20479590,20505111:20514594,20510744:20522627,20519774:20531320,20549743:20557669,20573401:20586564,20602371:20604145,20610319:20619398,20634828:20654750,20692234:20701969,20703033:20716027,20718502:20727301,20720594:20728261,20732078:20747398,20780559:20786038,20832985:20870348,20833038:20873494,20836981:20854612,20845542:20871191,20882059:20930517,20888117:20898836,20919369:20942859,20927010:20942026,20966339:20976508,21001284:21200451,21001694:21211665,21001717:21213388,21053272:21202857,21053297:21204559,21055192:21220167,21056532:21235762,21059205:21342358,21059359:21250806,21059806:21253551,21120302:21299034,21122482:21182379,21123359:21183256,21124048:21309297', 'assoc_mat': '20171947:barquette_opaque:4203:20297166,20228245:barquette_opaque:4203:20355861,20251677:barquette_opaque:4203:20360463,20262031:barquette_opaque:4203:20362953,20291011:barquette_opaque:4203:20379885,20297655:barquette_opaque:4203:20383271,20308443:barquette_opaque:4203:20389346,20354704:barquette_opaque:4203:20426350,20398812:barquette_opaque:4203:20451292,20410109:barquette_opaque:4203:20464650,20421532:barquette_opaque:4203:20493747,20441872:barquette_opaque:4203:20476666,20451766:barquette_opaque:4203:20480107,20470424:barquette_opaque:4203:20494527,20479233:barquette_opaque:4203:20479590,20505111:barquette_opaque:4203:20514594,20510744:barquette_opaque:4203:20522627,20519774:barquette_opaque:4203:20531320,20549743:barquette_opaque:4203:20557669,20573401:barquette_opaque:4203:20586564,20602371:barquette_opaque:4203:20604145,20610319:barquette_opaque:4203:20619398,20634828:barquette_opaque:4203:20654750,20692234:barquette_opaque:4203:20701969,20703033:barquette_opaque:4203:20716027,20718502:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018928397774792382, 'nb_photo': 42, 'list_port_cont': '20478083,20478274,20599256,20631769,20681488,20718487,20878335,20880653,21054726,21123332,21125177,21126200,21130296,21130531,21132291,21132600,21132888,21135854,21161619,21165552,21192385,21200856,21205899,21206000,21207049,21207147,21208231,21208319,21208334,21208642,21208950', 'assoc_port': '20477524:20478274,20477528:20478083,20598618:20599256,20631043:20631769,20680377:20681488,20717940:20718487,20877876:20878335,20880567:20880653,21053254:21200856,21053700:21205899,21053707:21206000,21054289:21208231,21054303:21208334,21054306:21208319,21054354:21054726,21055163:21207147,21055171:21207049,21055564:21130296,21056526:21130531,21058269:21135854,21059247:21132888,21059258:21132600,21059261:21132291,21120267:21161619,21120300:21165552,21122402:21208950,21122462:21123332,21123999:21208642,21124007:21125177,21125562:21192385,21125607:21126200', 'assoc_mat': '20477524:barquette_opaque:4207:20478274,20477528:barquette_opaque:4207:20478083,20598618:barquette_opaque:4207:20599256,20631043:barquette_opaque:4207:20631769,20680377:barquette_opaque:4207:20681488,20717940:barquette_opaque:4207:20718487,20877876:barquette_opaque:4207:20878335,20880567:barquette_opaque:4207:20880653,21053254:barquette_opaque:4207:21200856,21053700:barquette_opaque:4207:21205899,21053707:barquette_opaque:4207:21206000,21054289:barquette_opaque:4207:21208231,21054303:barquette_opaque:4207:21208334,21054306:barquette_opaque:4207:21208319,21054354:barquette_opaque:4207:21054726,21055163:barquette_opaque:4207:21207147,21055171:barquette_opaque:4207:21207049,21055564:barquette_opaque:4207:21130296,21056526:barquette_opaque:4207:21130531,21058269:barquette_opaque:4207:21135854,21059247:barquette_opaque:4207:21132888,21059258:barquette_opaque:4207:21132600,21059261:barquette_opaque:4207:21132291,21120267:barquette_opaque:4207:21161619,21120300:barquette_opaque:4207:21165552,21122402:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013691269827681384, 'nb_photo': 54, 'list_port_cont': '20384279,20435578,20493883,20584423,20585253,20586638,20640614,20702482,20845486,20877668,20880306,20927283,20942657,21186029,21189981,21193263,21201220,21208606,21210420,21214212,21214416,21216814,21217334,21219457,21220338,21225471,21230033,21242078,21242538,21249128,21251722,21252863', 'assoc_port': '20262011:20435578,20300840:20384279,20469231:20493883,20562533:20584423,20566749:20585253,20576082:20586638,20631045:20640614,20675611:20702482,20832993:20845486,20838637:20880306,20854906:20877668,20916991:20927283,20929136:20942657,21001727:21214212,21001731:21214416,21002634:21216814,21002641:21217334,21053253:21201220,21054294:21208606,21054329:21210420,21054648:21219457,21055196:21220338,21055639:21225471,21055665:21230033,21058220:21242078,21058225:21242538,21059264:21249128,21059405:21251722,21059415:21252863,21123387:21186029,21124039:21189981,21125567:21193263', 'assoc_mat': '20262011:barquette_opaque:4461:20435578,20300840:barquette_opaque:4461:20384279,20469231:barquette_opaque:4461:20493883,20562533:barquette_opaque:4461:20584423,20566749:barquette_opaque:4461:20585253,20576082:barquette_opaque:4461:20586638,20631045:barquette_opaque:4461:20640614,20675611:barquette_opaque:4461:20702482,20832993:barquette_opaque:4461:20845486,20838637:barquette_opaque:4461:20880306,20854906:barquette_opaque:4461:20877668,20916991:barquette_opaque:4461:20927283,20929136:barquette_opaque:4461:20942657,21001727:barquette_opaque:4461:21214212,21001731:barquette_opaque:4461:21214416,21002634:barquette_opaque:4461:21216814,21002641:barquette_opaque:4461:21217334,21053253:barquette_opaque:4461:21201220,21054294:barquette_opaque:4461:21208606,21054329:barquette_opaque:4461:21210420,21054648:barquette_opaque:4461:21219457,21055196:barquette_opaque:4461:21220338,21055639:barquette_opaque:4461:21225471,21055665:barquette_opaque:4461:21230033,21058220:barquette_opaque:4461:21242078,21058225:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04834960571044641, 'nb_photo': 1131, 'list_port_cont': '20226911,20228128,20257565,20272210,20278007,20278111,20291816,20296521,20308337,20325360,20334123,20334311,20335612,20352705,20355410,20401436,20403606,20411739,20412828,20416195,20419454,20421815,20434617,20441337,20442738,20453698,20457591,20461377,20469067,20470525,20478186,20482520,20486365,20501269,20504926,20512278,20523244,20523489,20557172,20562349,20597225,20597518,20600834,20608107,20609414,20617514,20618702,20632659,20633460,20637006,20675303,20678156,20696833,20703486,20703659,20709270,20709356,20715903,20718451,20728065,20729165,20731262,20732369,20777127,20779701,20779744,20781863,20782727,20833970,20838548,20840032,20840890,20843647,20845997,20847770,20848502,20882242,20882450,20886118,20887400,20887958,20888070,20888481,20888603,20889845,20890186,20890480,20892014,20893001,20893115,20893435,20895494,20916156,20924083,20925477,20927072,20930009,20931228,20966475,20971058,20971304,20974041,20975447,21001543,21001623,21001760,21001950,21002025,21002415,21002903,21053838,21054128,21055805,2105712', 'assoc_port': '20224380:20226911,20226941:20228128,20254278:20272210,20257117:20257565,20277674:20278111,20277678:20278007,20291009:20291816,20296336:20296521,20307290:20308337,20324562:20325360,20330842:20334311,20331821:20334123,20334539:20335612,20351129:20352705,20354712:20355410,20398811:20401436,20403539:20403606,20407606:20412828,20410110:20411739,20414615:20416195,20418291:20419454,20421527:20421815,20433553:20434617,20436920:20441337,20441869:20442738,20451768:20453698,20455315:20457591,20460488:20461377,20469016:20469067,20470421:20470525,20477526:20478186,20479472:20482520,20485445:20486365,20500513:20501269,20504796:20504926,20510743:20512278,20522136:20523244,20522902:20523489,20555730:20557172,20561529:20562349,20596784:20597518,20596787:20597225,20600236:20600834,20607820:20608107,20608556:20609414,20616936:20617514,20617896:20618702,20631044:20632659,20632057:20633460,20636733:20637006,20675069:20675303,20677303:20678156,20690024:20696833,20699101:20709356,20699105:20709270,20699109:20703486,20703029:2070365', 'assoc_mat': '20224380:barquette_opaque:4200:20226911,20226941:barquette_opaque:4200:20228128,20254278:barquette_opaque:4200:20272210,20257117:barquette_opaque:4200:20257565,20277674:barquette_opaque:4200:20278111,20277678:barquette_opaque:4200:20278007,20291009:barquette_opaque:4200:20291816,20296336:barquette_opaque:4200:20296521,20307290:barquette_opaque:4200:20308337,20324562:barquette_opaque:4200:20325360,20330842:barquette_opaque:4200:20334311,20331821:barquette_opaque:4200:20334123,20334539:barquette_opaque:4200:20335612,20351129:barquette_opaque:4200:20352705,20354712:barquette_opaque:4200:20355410,20398811:barquette_opaque:4200:20401436,20403539:barquette_opaque:4200:20403606,20407606:barquette_opaque:4200:20412828,20410110:barquette_opaque:4200:20411739,20414615:barquette_opaque:4200:20416195,20418291:barquette_opaque:4200:20419454,20421527:barquette_opaque:4200:20421815,20433553:barquette_opaque:4200:20434617,20436920:barquette_opaque:4200:20441337,20441869:barquette_opaque:4200:20442738,20451768:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0008305729993668002, 'nb_photo': 19, 'list_port_cont': '20225586,20246766,20250396,20264738,20273842,20353498,20452934,20479353,20597355,20610621,20719740,20728092,20833731,20845568,20854528', 'assoc_port': '20224378:20225586,20245938:20246766,20249728:20250396,20263700:20264738,20270889:20273842,20353379:20353498,20451769:20452934,20479234:20479353,20596786:20597355,20610318:20610621,20718507:20719740,20727919:20728092,20832939:20854528,20832998:20845568,20833043:20833731', 'assoc_mat': '20224378:barquette_opaque:4207:20225586,20245938:barquette_opaque:4207:20246766,20249728:barquette_opaque:4207:20250396,20263700:barquette_opaque:4207:20264738,20270889:barquette_opaque:4207:20273842,20353379:barquette_opaque:4207:20353498,20451769:barquette_opaque:4207:20452934,20479234:barquette_opaque:4207:20479353,20596786:barquette_opaque:4207:20597355,20610318:barquette_opaque:4207:20610621,20718507:barquette_opaque:4207:20719740,20727919:barquette_opaque:4207:20728092,20832939:barquette_opaque:4207:20854528,20832998:barquette_opaque:4207:20845568,20833043:barquette_opaque:4207:20833731'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006478385207939519, 'nb_photo': 305, 'list_port_cont': '20896565,20898851,20907281,20919281,20919304,20930135,20966537,20974637,20975173,20976670,20995604,21054695,21125356,21129431,21129809,21162470,21163735,21164010,21164755,21165658,21166581,21166678,21166780,21166814,21166986,21167207,21176464,21176674,21180446,21180568,21180688,21181452,21181589,21182037,21182199,21182505,21183884,21185442,21186458,21186655,21188461,21188660,21189196,21189438,21189963,21190534,21190743,21190768,21191127,21191174,21191900,21191995,21192435,21193580,21193659,21194285,21194318,21194661,21194713,21194992,21195384,21195433,21195602,21198661,21198775,21198975,21201820,21202973,21204035,21204618,21204673,21205183,21205456,21205476,21205830,21206024,21206119,21206585,21207327,21207585,21207629,21207681,21207712,21207833,21207916,21207935,21208557,21208776,21208814,21209329,21209707,21210256,21210312,21210677,21211315,21211388,21211643,21211775,21214384,21214515,21214677,21214694,21214717,21216269,21216648,21216750,21216927,21217044,21217458,21217573,21217702,21217872,21217966,2121810', 'assoc_port': '20215674:21204618,20219535:21276384,20224378:21205183,20226939:21205456,20245938:21205830,20249728:21206585,20263700:21207629,20270889:21207712,20277684:21054695,20300842:21209707,20327793:21211643,20341995:21214515,20353379:21214717,20354711:21214694,20411272:21217458,20421518:21218102,20451769:21219099,20477525:21219901,20485444:21268371,20489623:21220151,20515633:21226576,20515637:21226898,20524360:21230631,20596786:21242267,20652563:21252232,20688365:21193659,20695689:21194713,20699102:21194318,20699104:21194285,20718513:21257257,20727919:21190534,20742145:21190743,20832939:21284816,20832998:21284312,20833006:21185442,20833037:21186655,20833043:21283833,20833053:21125356,20880569:20907281,20887002:20896565,20888118:20898851,20888384:20919304,20888386:20919281,20895535:20930135,20966318:20995604,20966320:20974637,20966323:20975173,20966345:20976670,20966356:20966537,21001230:21198661,21001233:21198775,21001235:21198975,21001285:21279822,21001691:21211388,21001702:21273396,21001705:21211775,21001730:2121438', 'assoc_mat': '20215674:barquette_opaque:4209:21204618,20219535:barquette_opaque:4209:21276384,20224378:barquette_opaque:4209:21205183,20226939:barquette_opaque:4209:21205456,20245938:barquette_opaque:4209:21205830,20249728:barquette_opaque:4209:21206585,20263700:barquette_opaque:4209:21207629,20270889:barquette_opaque:4209:21207712,20277684:barquette_opaque:4209:21054695,20300842:barquette_opaque:4209:21209707,20327793:barquette_opaque:4209:21211643,20341995:barquette_opaque:4209:21214515,20353379:barquette_opaque:4209:21214717,20354711:barquette_opaque:4209:21214694,20411272:barquette_opaque:4209:21217458,20421518:barquette_opaque:4209:21218102,20451769:barquette_opaque:4209:21219099,20477525:barquette_opaque:4209:21219901,20485444:barquette_opaque:4209:21268371,20489623:barquette_opaque:4209:21220151,20515633:barquette_opaque:4209:21226576,20515637:barquette_opaque:4209:21226898,20524360:barquette_opaque:4209:21230631,20596786:barquette_opaque:4209:21242267,20652563:barquette_opaque:4209:21252232,20688365:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.021648878722073394, 'nb_photo': 10931, 'list_port_cont': '20168758,20170137,20173849,20174169,20178350,20178607,20184715,20200319,20203916,20206255,20208997,20209438,20217458,20218310,20220331,20223980,20226044,20226609,20227877,20229220,20247091,20259497,20265001,20296643,20332616,20334238,20337936,20339415,20340039,20345661,20350792,20351368,20353912,20355388,20358755,20360242,20360366,20360566,20361355,20362593,20362690,20363963,20364126,20364267,20365494,20365932,20366170,20367239,20367347,20368517,20368798,20369336,20370625,20395258,20400644,20402668,20407483,20411475,20416146,20419526,20422599,20438625,20443000,20443792,20444097,20452066,20455622,20456580,20470691,20475614,20476093,20477117,20480478,20483631,20486970,20487356,20490966,20492577,20493861,20493982,20505010,20506276,20506573,20506732,20507230,20514955,20516427,20518556,20522748,20525025,20525530,20546210,20549108,20551498,20553598,20558635,20565364,20567445,20577421,20580166,20597676,20599627,20603570,20606906,20607782,20609645,20611806,20613659,20617821,20623112,20623220,20631365,20633764,2063607', 'assoc_port': '20168058:20265001,20168492:20168758,20169287:20170137,20171950:20173849,20172748:20174169,20177140:20178350,20177547:20178607,20183126:20184715,20199782:20200319,20200514:20206255,20201665:20203916,20206393:20209438,20206396:20208997,20215665:20218310,20215671:20217458,20219533:20220331,20220268:20226609,20220270:20223980,20224384:20226044,20226942:20227877,20228246:20229220,20245966:20247091,20249724:20360242,20249727:20360366,20253023:20360566,20257111:20259497,20258543:20362690,20263701:20370625,20266081:20364267,20270891:20369336,20277682:20296643,20293713:20368798,20295679:20368517,20296493:20367347,20297024:20367239,20297026:20366170,20297653:20365932,20298063:20365494,20300871:20364126,20303263:20363963,20303271:20362593,20308453:20361355,20313891:20358755,20324554:20350792,20324561:20334238,20330845:20332616,20336407:20337936,20337414:20339415,20338546:20340039,20341992:20345661,20350378:20351368,20353380:20353912,20354709:20355388,20393269:20395258,20398810:20400644,20401674:20402668,20404210:2041952', 'assoc_mat': '20168058:barquette_opaque:4211:20265001,20168492:barquette_opaque:4211:20168758,20169287:barquette_opaque:4211:20170137,20171950:barquette_opaque:4211:20173849,20172748:barquette_opaque:4211:20174169,20177140:barquette_opaque:4211:20178350,20177547:barquette_opaque:4211:20178607,20183126:barquette_opaque:4211:20184715,20199782:barquette_opaque:4211:20200319,20200514:barquette_opaque:4211:20206255,20201665:barquette_opaque:4211:20203916,20206393:barquette_opaque:4211:20209438,20206396:barquette_opaque:4211:20208997,20215665:barquette_opaque:4211:20218310,20215671:barquette_opaque:4211:20217458,20219533:barquette_opaque:4211:20220331,20220268:barquette_opaque:4211:20226609,20220270:barquette_opaque:4211:20223980,20224384:barquette_opaque:4211:20226044,20226942:barquette_opaque:4211:20227877,20228246:barquette_opaque:4211:20229220,20245966:barquette_opaque:4211:20247091,20249724:barquette_opaque:4211:20360242,20249727:barquette_opaque:4211:20360366,20253023:barquette_opaque:4211:20360566,20257111:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005392641134905872, 'nb_photo': 178, 'list_port_cont': '20171221,20171788,20172633,20177037,20178242,20186482,20188602,20201409,20202953,20217520,20247287,20248894,20255101,20257454,20260616,20264571,20278693,20295630,20296890,20298344,20304747,20312969,20314126,20325797,20333671,20338607,20351377,20355113,20398608,20405156,20408818,20415895,20421566,20435376,20438477,20442817,20444084,20445541,20449151,20454027,20469152,20469710,20474527,20476952,20481343,20491215,20505492,20514569,20522737,20523645,20549121,20555014,20557228,20561271,20576619,20600007,20603456,20607769,20610252,20611067,20614956,20617633,20631052,20632191,20636692,20638536,20653683,20671651,20675327,20679026,20682384,20685096,20686372,20691296,20694006,20703107,20710877,20715325,20718031,20719723,20722779,20727785,20730389,20779038,20779681,20780870,20781382,20782090,20782702,20831675,20834297,20839313,20840264,20840455,20841159,20842067,20845293,20846690,20847844,20849498,20849567,20850444,20855750,20877463,20880708,20881648,20884800,20886157,20892985,20920902,20927503,20930370,20966775,2097561', 'assoc_port': '20168059:20177037,20169831:20171788,20169834:20171221,20171951:20172633,20177142:20178242,20183123:20186482,20186672:20188602,20200509:20201409,20201667:20202953,20215666:20217520,20245939:20247287,20247542:20248894,20253021:20255101,20254304:20257454,20258541:20260616,20262010:20264571,20277672:20278693,20293712:20295630,20296496:20296890,20298064:20298344,20303272:20304747,20312006:20312969,20313893:20314126,20324558:20325797,20331796:20333671,20337409:20338607,20350380:20351377,20354707:20355113,20397365:20398608,20404209:20405156,20407607:20408818,20414609:20415895,20420764:20421566,20433550:20435376,20436921:20438477,20441870:20442817,20443835:20444084,20444393:20445541,20448174:20449151,20451770:20454027,20469014:20469152,20469233:20469710,20471728:20474527,20476723:20476952,20479474:20481343,20489628:20491215,20505113:20505492,20513207:20514569,20522138:20522737,20522899:20523645,20547841:20549121,20551965:20555014,20555731:20557228,20557618:20561271,20576078:20576619,20598617:20600007,20602369:2060345', 'assoc_mat': '20168059:bouchon:3327:20177037,20169831:bouchon:3327:20171788,20169834:bouchon:3327:20171221,20171951:bouchon:3327:20172633,20177142:bouchon:3327:20178242,20183123:bouchon:3327:20186482,20186672:bouchon:3327:20188602,20200509:bouchon:3327:20201409,20201667:bouchon:3327:20202953,20215666:bouchon:3327:20217520,20245939:bouchon:3327:20247287,20247542:bouchon:3327:20248894,20253021:bouchon:3327:20255101,20254304:bouchon:3327:20257454,20258541:bouchon:3327:20260616,20262010:bouchon:3327:20264571,20277672:bouchon:3327:20278693,20293712:bouchon:3327:20295630,20296496:bouchon:3327:20296890,20298064:bouchon:3327:20298344,20303272:bouchon:3327:20304747,20312006:bouchon:3327:20312969,20313893:bouchon:3327:20314126,20324558:bouchon:3327:20325797,20331796:bouchon:3327:20333671,20337409:bouchon:3327:20338607,20350380:bouchon:3327:20351377,20354707:bouchon:3327:20355113,20397365:bouchon:3327:20398608,20404209:bouchon:3327:20405156,20407607:bouchon:3327:20408818,20414609:bouchon:3327:20415895,20420764:bouchon:3327:20421566,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.010143697601675489, 'nb_photo': 317, 'list_port_cont': '20345892,20382454,20384590,20410424,20419442,20436301,20447915,20466595,20469145,20478282,20495672,20503194,20515115,20529704,20583885,20584269,20586219,20601095,20627249,20649208,20658797,20675825,20709048,20709638,20727233,20728053,20784165,20787020,20840133,20847626,20854349,20872673,20880502,20880635,20911000,20919482,20931939,20975684,21183087,21193358,21200244,21204907,21206176,21208544,21211935,21217200,21219645,21221501,21246161,21308266', 'assoc_port': '20204921:20345892,20266098:20436301,20296337:20382454,20303275:20384590,20326810:20410424,20338549:20419442,20392276:20447915,20414608:20466595,20431076:20495672,20445955:20478282,20469015:20469145,20485440:20503194,20505940:20515115,20517445:20529704,20553045:20583885,20561522:20584269,20570272:20586219,20600235:20601095,20612113:20627249,20630388:20658797,20640602:20649208,20672165:20675825,20685069:20709048,20699111:20709638,20718506:20727233,20720578:20728053,20776158:20784165,20781905:20787020,20832929:20840133,20833007:20847626,20836985:20854349,20841933:20880502,20848242:20872673,20880568:20880635,20886151:20911000,20888388:20919482,20924209:20931939,20966334:20975684,21001280:21200244,21001716:21211935,21002710:21217200,21053303:21204907,21053711:21206176,21054296:21208544,21055166:21219645,21055579:21221501,21058334:21246161,21123363:21183087,21124053:21308266,21125601:21193358', 'assoc_mat': '20204921:carton:4205:20345892,20266098:carton:4205:20436301,20296337:carton:4205:20382454,20303275:carton:4205:20384590,20326810:carton:4205:20410424,20338549:carton:4205:20419442,20392276:carton:4205:20447915,20414608:carton:4205:20466595,20431076:carton:4205:20495672,20445955:carton:4205:20478282,20469015:carton:4205:20469145,20485440:carton:4205:20503194,20505940:carton:4205:20515115,20517445:carton:4205:20529704,20553045:carton:4205:20583885,20561522:carton:4205:20584269,20570272:carton:4205:20586219,20600235:carton:4205:20601095,20612113:carton:4205:20627249,20630388:carton:4205:20658797,20640602:carton:4205:20649208,20672165:carton:4205:20675825,20685069:carton:4205:20709048,20699111:carton:4205:20709638,20718506:carton:4205:20727233,20720578:carton:4205:20728053,20776158:carton:4205:20784165,20781905:carton:4205:20787020,20832929:carton:4205:20840133,20833007:carton:4205:20847626,20836985:carton:4205:20854349,20841933:carton:4205:20880502,20848242:carton:4205:20872673,20880568:carton:4205:20880635,2088'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007045213284349989, 'nb_photo': 953, 'list_port_cont': '20297167,20355869,20360467,20362951,20379893,20383266,20389347,20426345,20451287,20464643,20476671,20479592,20480116,20493733,20494535,20514595,20522625,20531322,20557658,20586565,20604143,20619410,20654749,20701976,20716017,20727305,20728265,20747402,20786050,20854610,20870345,20871177,20873495,20898834,20930528,20942027,20942871,20976503,21182368,21183266,21200439,21202845,21204568,21211655,21213396,21220166,21235766,21250820,21253528,21299027,21309285,21342349', 'assoc_port': '20171947:20297167,20228245:20355869,20251677:20360467,20262031:20362951,20291011:20379893,20297655:20383266,20308443:20389347,20354704:20426345,20398812:20451287,20410109:20464643,20421532:20493733,20441872:20476671,20451766:20480116,20470424:20494535,20479233:20479592,20505111:20514595,20510744:20522625,20519774:20531322,20549743:20557658,20573401:20586565,20602371:20604143,20610319:20619410,20634828:20654749,20692234:20701976,20703033:20716017,20718502:20727305,20720594:20728265,20732078:20747402,20780559:20786050,20832985:20870345,20833038:20873495,20836981:20854610,20845542:20871177,20882059:20930528,20888117:20898834,20919369:20942871,20927010:20942027,20966339:20976503,21001284:21200439,21001694:21211655,21001717:21213396,21053272:21202845,21053297:21204568,21055192:21220166,21056532:21235766,21059205:21342349,21059359:21250820,21059806:21253528,21120302:21299027,21122482:21182368,21123359:21183266,21124048:21309285', 'assoc_mat': '20171947:carton:4203:20297167,20228245:carton:4203:20355869,20251677:carton:4203:20360467,20262031:carton:4203:20362951,20291011:carton:4203:20379893,20297655:carton:4203:20383266,20308443:carton:4203:20389347,20354704:carton:4203:20426345,20398812:carton:4203:20451287,20410109:carton:4203:20464643,20421532:carton:4203:20493733,20441872:carton:4203:20476671,20451766:carton:4203:20480116,20470424:carton:4203:20494535,20479233:carton:4203:20479592,20505111:carton:4203:20514595,20510744:carton:4203:20522625,20519774:carton:4203:20531322,20549743:carton:4203:20557658,20573401:carton:4203:20586565,20602371:carton:4203:20604143,20610319:carton:4203:20619410,20634828:carton:4203:20654749,20692234:carton:4203:20701976,20703033:carton:4203:20716017,20718502:carton:4203:20727305,20720594:carton:4203:20728265,20732078:carton:4203:20747402,20780559:carton:4203:20786050,20832985:carton:4203:20870345,20833038:carton:4203:20873495,20836981:carton:4203:20854610,20845542:carton:4203:20871177,20882059:carton:4203:20930528,2088'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9453861064970299, 'nb_photo': 3571, 'list_port_cont': '20168690,20173985,20252800,20442975,20456334,20472418,20478078,20478266,20506131,20550577,20553634,20599243,20603135,20607997,20630978,20631762,20671632,20673771,20681487,20692657,20718494,20779978,20833100,20834832,20838994,20840283,20878340,20880353,20880655,20882207,20886237,20888461,20888497,20888982,20889276,20892400,20892883,20895778,20916036,20917562,20919649,20924681,20925455,20925831,20926413,20927042,20929950,20966456,20966520,20967661,20967718,20968186,20968229,21001523,21001744,21001907,21001980,21002143,21002596,21002656,21002805,21053644,21053768,21054024,21054715,21054820,21055223,21056293,21056318,21056377,21059035,21060461,21061050,21120486,21120622,21123331,21123403,21123778,21124084,21124403,21124851,21125176,21125247,21126189,21126292,21127008,21127681,21128181,21128194,21128300,21128729,21128820,21129012,21129053,21129120,21129368,21129580,21129716,21129792,21129914,21129968,21130242,21130300,21130342,21130405,21130457,21130522,21130593,21130726,21130995,21131363,21131488,21131552,2113167', 'assoc_port': '20168493:20168690,20172747:20173985,20251679:20252800,20441871:20442975,20455313:20456334,20471727:20472418,20477524:20478266,20477528:20478078,20505938:20506131,20547838:20550577,20551963:20553634,20598618:20599243,20602370:20603135,20607822:20607997,20630386:20630978,20631043:20631762,20671424:20671632,20673657:20673771,20680377:20681487,20692247:20692657,20717940:20718494,20779601:20779978,20832405:20833100,20832932:20840283,20834196:20834832,20838639:20838994,20877876:20878340,20880237:20880353,20880567:20880655,20882062:20882207,20886147:20886237,20888382:20888497,20888387:20888461,20888766:20889276,20888780:20888982,20891551:20892883,20891558:20892400,20895538:20895778,20912928:20925455,20915461:20916036,20916992:20917562,20919370:20919649,20924210:20924681,20925354:20926413,20925359:20925831,20927005:20927042,20929767:20929950,20966321:20968229,20966331:20968186,20966337:20967718,20966344:20967661,20966351:20966520,20966357:20966456,21001226:21198527,21001232:21198701,21001261:21199194,21001268:2119974', 'assoc_mat': '20168493:carton:4207:20168690,20172747:carton:4207:20173985,20251679:carton:4207:20252800,20441871:carton:4207:20442975,20455313:carton:4207:20456334,20471727:carton:4207:20472418,20477524:carton:4207:20478266,20477528:carton:4207:20478078,20505938:carton:4207:20506131,20547838:carton:4207:20550577,20551963:carton:4207:20553634,20598618:carton:4207:20599243,20602370:carton:4207:20603135,20607822:carton:4207:20607997,20630386:carton:4207:20630978,20631043:carton:4207:20631762,20671424:carton:4207:20671632,20673657:carton:4207:20673771,20680377:carton:4207:20681487,20692247:carton:4207:20692657,20717940:carton:4207:20718494,20779601:carton:4207:20779978,20832405:carton:4207:20833100,20832932:carton:4207:20840283,20834196:carton:4207:20834832,20838639:carton:4207:20838994,20877876:carton:4207:20878340,20880237:carton:4207:20880353,20880567:carton:4207:20880655,20882062:carton:4207:20882207,20886147:carton:4207:20886237,20888382:carton:4207:20888497,20888387:carton:4207:20888461,20888766:carton:4207:20889276,2088'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01715770757731139, 'nb_photo': 6951, 'list_port_cont': '20371587,20377710,20384276,20388698,20410513,20412363,20424365,20435580,20438443,20465210,20466982,20493113,20493885,20507375,20510623,20512334,20512801,20514545,20552855,20557914,20584352,20584426,20585241,20586346,20586629,20618944,20626047,20627052,20640619,20643953,20671549,20673298,20690455,20691792,20698867,20702474,20727570,20747620,20750430,20752268,20784283,20786127,20787361,20830715,20845483,20847031,20848360,20877671,20880298,20895229,20908824,20910068,20916120,20919110,20920357,20925563,20927291,20929982,20935457,20938845,20941843,20942663,20949484,20976974,20977143,20995434,20995783,21003152,21160990,21163333,21164907,21165858,21166379,21176807,21177915,21178966,21180589,21181025,21181392,21183226,21183787,21184751,21186025,21189130,21189977,21190563,21190938,21191458,21191643,21192638,21193255,21195146,21195495,21198402,21199035,21199480,21200153,21200359,21200493,21201205,21201988,21202454,21203198,21204009,21204385,21204808,21205490,21205719,21205965,21206387,21206931,21207037,21207260,2120741', 'assoc_port': '20262011:20435580,20270432:20371587,20270890:20438443,20277680:20377710,20300840:20384276,20308445:20388698,20323457:20493113,20324556:20466982,20326809:20410513,20331795:20412363,20351126:20424365,20411273:20465210,20469231:20493885,20475362:20507375,20479476:20514545,20487793:20512334,20502149:20510623,20504795:20512801,20524358:20552855,20555729:20557914,20562533:20584426,20562536:20584352,20566749:20585241,20570275:20586346,20576082:20586629,20610315:20618944,20617899:20627052,20623011:20626047,20631045:20640619,20637040:20643953,20645280:20671549,20649581:20673298,20675611:20702474,20677297:20690455,20688364:20698867,20690028:20691792,20718544:20727570,20727289:20747620,20734875:20750430,20748609:20752268,20777278:20784283,20780598:20786127,20782291:20787361,20827591:20830715,20832993:20845483,20833003:20847031,20833051:20848360,20838637:20880298,20854906:20877671,20886148:20916120,20886150:20895229,20886996:20935457,20888383:20919110,20888391:20920357,20889872:20908824,20891559:20938845,20892353:2091006', 'assoc_mat': '20262011:carton:4461:20435580,20270432:carton:4461:20371587,20270890:carton:4461:20438443,20277680:carton:4461:20377710,20300840:carton:4461:20384276,20308445:carton:4461:20388698,20323457:carton:4461:20493113,20324556:carton:4461:20466982,20326809:carton:4461:20410513,20331795:carton:4461:20412363,20351126:carton:4461:20424365,20411273:carton:4461:20465210,20469231:carton:4461:20493885,20475362:carton:4461:20507375,20479476:carton:4461:20514545,20487793:carton:4461:20512334,20502149:carton:4461:20510623,20504795:carton:4461:20512801,20524358:carton:4461:20552855,20555729:carton:4461:20557914,20562533:carton:4461:20584426,20562536:carton:4461:20584352,20566749:carton:4461:20585241,20570275:carton:4461:20586346,20576082:carton:4461:20586629,20610315:carton:4461:20618944,20617899:carton:4461:20627052,20623011:carton:4461:20626047,20631045:carton:4461:20640619,20637040:carton:4461:20643953,20645280:carton:4461:20671549,20649581:carton:4461:20673298,20675611:carton:4461:20702474,20677297:carton:4461:20690455,2068'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.027874414452324196, 'nb_photo': 4228, 'list_port_cont': '20226902,20228120,20257573,20272211,20278019,20278110,20291810,20296519,20308338,20309971,20325353,20334135,20334310,20335608,20352695,20355405,20401438,20403597,20411751,20412838,20416191,20419458,20421816,20434614,20441338,20442744,20453699,20457589,20461387,20469068,20470519,20478179,20482526,20486357,20501261,20504922,20512287,20523242,20523483,20557186,20562360,20597226,20597530,20600841,20608105,20609421,20617515,20618705,20632671,20633455,20637005,20675307,20678145,20696835,20703481,20703648,20709267,20709357,20715917,20718454,20728074,20729163,20730003,20731264,20732362,20777116,20779691,20779747,20781859,20782723,20833760,20833965,20838560,20840034,20840897,20843642,20845991,20847767,20848503,20882244,20882453,20886113,20887399,20887962,20888075,20888467,20888599,20889846,20890179,20890469,20892013,20893005,20893117,20893430,20895503,20916153,20922802,20924078,20925471,20927062,20930019,20931230,20966483,20971063,20971302,20974048,20975453,21001542,21001624,21001772,21001946,21002029,21002414,2100290', 'assoc_port': '20224380:20226902,20226941:20228120,20254278:20272211,20257117:20257573,20277674:20278110,20277678:20278019,20291009:20291810,20296336:20296519,20307290:20308338,20308451:20309971,20324562:20325353,20330842:20334310,20331821:20334135,20334539:20335608,20351129:20352695,20354712:20355405,20398811:20401438,20403539:20403597,20407606:20412838,20410110:20411751,20414615:20416191,20418291:20419458,20421527:20421816,20433553:20434614,20436920:20441338,20441869:20442744,20451768:20453699,20455315:20457589,20460488:20461387,20469016:20469068,20470421:20470519,20477526:20478179,20479472:20482526,20485445:20486357,20500513:20501261,20504796:20504922,20510743:20512287,20522136:20523242,20522902:20523483,20555730:20557186,20561529:20562360,20596784:20597530,20596787:20597226,20600236:20600841,20607820:20608105,20608556:20609421,20616936:20617515,20617896:20618705,20631044:20632671,20632057:20633455,20636733:20637005,20675069:20675307,20677303:20678145,20690024:20696835,20699101:20709357,20699105:20709267,20699109:2070348', 'assoc_mat': '20224380:carton:4200:20226902,20226941:carton:4200:20228120,20254278:carton:4200:20272211,20257117:carton:4200:20257573,20277674:carton:4200:20278110,20277678:carton:4200:20278019,20291009:carton:4200:20291810,20296336:carton:4200:20296519,20307290:carton:4200:20308338,20308451:carton:4200:20309971,20324562:carton:4200:20325353,20330842:carton:4200:20334310,20331821:carton:4200:20334135,20334539:carton:4200:20335608,20351129:carton:4200:20352695,20354712:carton:4200:20355405,20398811:carton:4200:20401438,20403539:carton:4200:20403597,20407606:carton:4200:20412838,20410110:carton:4200:20411751,20414615:carton:4200:20416191,20418291:carton:4200:20419458,20421527:carton:4200:20421816,20433553:carton:4200:20434614,20436920:carton:4200:20441338,20441869:carton:4200:20442744,20451768:carton:4200:20453699,20455315:carton:4200:20457589,20460488:carton:4200:20461387,20469016:carton:4200:20469068,20470421:carton:4200:20470519,20477526:carton:4200:20478179,20479472:carton:4200:20482526,20485445:carton:4200:20486357,2050'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.011599767446844999, 'nb_photo': 54, 'list_port_cont': '20516358', 'assoc_port': '20515637:20516358', 'assoc_mat': '20515637:carton:3594:20516358'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9503894108707407, 'nb_photo': 1181, 'list_port_cont': '20172617,20218085,20220175,20225460,20225579,20227676,20246767,20250387,20257663,20264745,20273849,20277993,20326608,20328527,20343736,20353484,20355269,20355424,20355591,20410947,20412703,20421663,20452942,20454756,20456167,20479352,20480146,20486039,20491228,20514516,20516337,20516395,20562680,20597363,20610626,20678663,20682217,20696415,20709292,20709341,20719390,20719733,20728087,20779333,20779546,20833538,20833729,20834594,20845558,20847222,20854533', 'assoc_port': '20171946:20172617,20215674:20218085,20219535:20220175,20224378:20225579,20224381:20225460,20226939:20227676,20245938:20246767,20249728:20250387,20257109:20257663,20263700:20264745,20270889:20273849,20277684:20277993,20324553:20326608,20327793:20328527,20341995:20343736,20353379:20353484,20354708:20355424,20354711:20355269,20355355:20355591,20410111:20410947,20411272:20412703,20421518:20421663,20451769:20452942,20454229:20454756,20455316:20456167,20479234:20479352,20479473:20480146,20485444:20486039,20489623:20491228,20513203:20514516,20515633:20516395,20515635:20516337,20561523:20562680,20596786:20597363,20610318:20610626,20677302:20678663,20680363:20682217,20695689:20696415,20699102:20709292,20699104:20709341,20718507:20719733,20718513:20719390,20727919:20728087,20779070:20779546,20779073:20779333,20832939:20854533,20832998:20845558,20833006:20847222,20833037:20834594,20833043:20833729,20833053:20833538', 'assoc_mat': '20171946:carton:4207:20172617,20215674:carton:4207:20218085,20219535:carton:4207:20220175,20224378:carton:4207:20225579,20224381:carton:4207:20225460,20226939:carton:4207:20227676,20245938:carton:4207:20246767,20249728:carton:4207:20250387,20257109:carton:4207:20257663,20263700:carton:4207:20264745,20270889:carton:4207:20273849,20277684:carton:4207:20277993,20324553:carton:4207:20326608,20327793:carton:4207:20328527,20341995:carton:4207:20343736,20353379:carton:4207:20353484,20354708:carton:4207:20355424,20354711:carton:4207:20355269,20355355:carton:4207:20355591,20410111:carton:4207:20410947,20411272:carton:4207:20412703,20421518:carton:4207:20421663,20451769:carton:4207:20452942,20454229:carton:4207:20454756,20455316:carton:4207:20456167,20479234:carton:4207:20479352,20479473:carton:4207:20480146,20485444:carton:4207:20486039,20489623:carton:4207:20491228,20513203:carton:4207:20514516,20515633:carton:4207:20516395,20515635:carton:4207:20516337,20561523:carton:4207:20562680,20596786:carton:4207:20597363,2061'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.051942598732006746, 'nb_photo': 7554, 'list_port_cont': '20894595,20896008,20896572,20898843,20907050,20907097,20907288,20909057,20909081,20910030,20910560,20910935,20919279,20919308,20929658,20930137,20931581,20941761,20941816,20942618,20942699,20966536,20974626,20975161,20975556,20976374,20976550,20976663,20995610,21054702,21125357,21129438,21129812,21131705,21161022,21161145,21161193,21162466,21162733,21163556,21163749,21164009,21164763,21165144,21165661,21165805,21166483,21166584,21166675,21166767,21166809,21166987,21167202,21176125,21176239,21176467,21176675,21177091,21177372,21178407,21180236,21180340,21180435,21180574,21180686,21181449,21181592,21181818,21182030,21182074,21182189,21182497,21182576,21182968,21183528,21183883,21184719,21184872,21185093,21185455,21186466,21186663,21186864,21187698,21187855,21187905,21188468,21188655,21189202,21189436,21189971,21190298,21190540,21190734,21190767,21191124,21191184,21191672,21191791,21191857,21191905,21191996,21192194,21192334,21192429,21193576,21193654,21194121,21194284,21194325,21194662,21194715,21194985,2119525', 'assoc_port': '20171946:21198285,20215674:21204629,20219535:21276401,20224378:21205179,20226939:21205457,20245938:21205817,20249728:21206571,20257109:21207182,20263700:21207625,20270889:21207710,20277684:21054702,20300842:21209697,20324553:21211370,20327793:21211646,20341995:21214516,20353379:21214711,20354708:21214463,20354711:21214689,20355355:21214354,20410111:21217476,20411272:21217449,20421518:21218117,20451769:21219108,20454229:21219232,20455316:21218970,20477525:21219904,20479234:21219934,20479473:21269543,20485444:21268360,20489623:21220148,20513203:21224940,20515633:21226579,20515635:21226703,20515637:21226907,20524360:21230623,20561523:21236047,20596786:21242272,20610318:21245801,20652563:21252233,20677302:21255556,20680363:21192334,20688365:21193654,20695689:21194715,20699102:21194325,20699104:21194284,20718507:21256557,20718513:21257258,20727919:21190540,20742145:21190734,20779070:21289740,20779073:21166483,20832939:21284806,20832998:21284308,20833006:21185455,20833037:21186663,20833043:21283834,20833053:2112535', 'assoc_mat': '20171946:carton:4209:21198285,20215674:carton:4209:21204629,20219535:carton:4209:21276401,20224378:carton:4209:21205179,20226939:carton:4209:21205457,20245938:carton:4209:21205817,20249728:carton:4209:21206571,20257109:carton:4209:21207182,20263700:carton:4209:21207625,20270889:carton:4209:21207710,20277684:carton:4209:21054702,20300842:carton:4209:21209697,20324553:carton:4209:21211370,20327793:carton:4209:21211646,20341995:carton:4209:21214516,20353379:carton:4209:21214711,20354708:carton:4209:21214463,20354711:carton:4209:21214689,20355355:carton:4209:21214354,20410111:carton:4209:21217476,20411272:carton:4209:21217449,20421518:carton:4209:21218117,20451769:carton:4209:21219108,20454229:carton:4209:21219232,20455316:carton:4209:21218970,20477525:carton:4209:21219904,20479234:carton:4209:21219934,20479473:carton:4209:21269543,20485444:carton:4209:21268360,20489623:carton:4209:21220148,20513203:carton:4209:21224940,20515633:carton:4209:21226579,20515635:carton:4209:21226703,20515637:carton:4209:21226907,2052'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01810127167454378, 'nb_photo': 6, 'list_port_cont': '20550178', 'assoc_port': '20549748:20550178', 'assoc_mat': '20549748:carton:4200:20550178'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01160059906818923, 'nb_photo': 17279, 'list_port_cont': '20168757,20170139,20173853,20174167,20178351,20178610,20184723,20200322,20203926,20206244,20209003,20209443,20217450,20218304,20220328,20223982,20226049,20226614,20227869,20229219,20247106,20259499,20265005,20296645,20332613,20334226,20337932,20339418,20340045,20345660,20350782,20351370,20353927,20355383,20358756,20360241,20360374,20360567,20361365,20362596,20362696,20363957,20364120,20364274,20365492,20365937,20366169,20367250,20367348,20368521,20368795,20369338,20370623,20395266,20400643,20402655,20407498,20411476,20416139,20419514,20422606,20438623,20442987,20443778,20444104,20452067,20455627,20456581,20470692,20475611,20476088,20477125,20480484,20483628,20486973,20487354,20490970,20492578,20493858,20493990,20504999,20506283,20506563,20506724,20507218,20514946,20516413,20518561,20522747,20525020,20525514,20546205,20549097,20551510,20553596,20558631,20565367,20567439,20577419,20580161,20597675,20599626,20603563,20606907,20607778,20609652,20611799,20613657,20617822,20623115,20623222,20631368,20633761,2063607', 'assoc_port': '20168058:20265005,20168492:20168757,20169287:20170139,20171950:20173853,20172748:20174167,20177140:20178351,20177547:20178610,20183126:20184723,20199782:20200322,20200514:20206244,20201665:20203926,20206393:20209443,20206396:20209003,20215665:20218304,20215671:20217450,20219533:20220328,20220268:20226614,20220270:20223982,20224384:20226049,20226942:20227869,20228246:20229219,20245966:20247106,20249724:20360241,20249727:20360374,20253023:20360567,20257111:20259499,20258543:20362696,20263701:20370623,20266081:20364274,20270891:20369338,20277682:20296645,20293713:20368795,20295679:20368521,20296493:20367348,20297024:20367250,20297026:20366169,20297653:20365937,20298063:20365492,20300871:20364120,20303263:20363957,20303271:20362596,20308453:20361365,20313891:20358756,20324554:20350782,20324561:20334226,20330845:20332613,20336407:20337932,20337414:20339418,20338546:20340045,20341992:20345660,20350378:20351370,20353380:20353927,20354709:20355383,20393269:20395266,20398810:20400643,20401674:20402655,20404210:2041951', 'assoc_mat': '20168058:carton:4211:20265005,20168492:carton:4211:20168757,20169287:carton:4211:20170139,20171950:carton:4211:20173853,20172748:carton:4211:20174167,20177140:carton:4211:20178351,20177547:carton:4211:20178610,20183126:carton:4211:20184723,20199782:carton:4211:20200322,20200514:carton:4211:20206244,20201665:carton:4211:20203926,20206393:carton:4211:20209443,20206396:carton:4211:20209003,20215665:carton:4211:20218304,20215671:carton:4211:20217450,20219533:carton:4211:20220328,20220268:carton:4211:20226614,20220270:carton:4211:20223982,20224384:carton:4211:20226049,20226942:carton:4211:20227869,20228246:carton:4211:20229219,20245966:carton:4211:20247106,20249724:carton:4211:20360241,20249727:carton:4211:20360374,20253023:carton:4211:20360567,20257111:carton:4211:20259499,20258543:carton:4211:20362696,20263701:carton:4211:20370623,20266081:carton:4211:20364274,20270891:carton:4211:20369338,20277682:carton:4211:20296645,20293713:carton:4211:20368795,20295679:carton:4211:20368521,20296493:carton:4211:20367348,2029'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0035369731768591923, 'nb_photo': 127, 'list_port_cont': '20169761,20178240,20201404,20211304,20217528,20248895,20255102,20257449,20260612,20295628,20296882,20304737,20333663,20338597,20352801,20357084,20402649,20408821,20413209,20421565,20438470,20442812,20444090,20449158,20454025,20469162,20476957,20479428,20481344,20491656,20501395,20505488,20506566,20508485,20515510,20520537,20523639,20549115,20557236,20561269,20563365,20567384,20600000,20610255,20614955,20617638,20621669,20631053,20632193,20636694,20648072,20684729,20686371,20719717,20727793,20728140,20729373,20731642,20732742,20749117,20749380,20777379,20781390,20782091,20834302,20839315,20840449,20842070,20846685,20849574,20855759,20880387,20881652,20884793,20888204,20927791,20930367,20967453,20975614,21002741,21054381,21055620,21057838,21057935,21124625,21127951', 'assoc_port': '20169285:20169761,20177142:20178240,20200509:20201404,20210194:20211304,20215666:20217528,20247542:20248895,20253021:20255102,20254304:20257449,20258541:20260612,20293712:20295628,20296496:20296882,20303272:20304737,20331796:20333663,20337409:20338597,20352155:20352801,20354703:20357084,20401648:20402649,20407607:20408821,20411279:20413209,20420764:20421565,20436921:20438470,20441870:20442812,20443835:20444090,20448174:20449158,20451770:20454025,20469014:20469162,20476723:20476957,20479231:20479428,20479474:20481344,20489625:20491656,20500511:20501395,20505113:20505488,20506320:20506566,20507534:20508485,20513202:20515510,20519772:20520537,20522899:20523639,20547841:20549115,20555731:20557236,20557618:20561269,20561524:20563365,20566746:20567384,20598617:20600000,20609891:20610255,20612116:20614955,20616931:20617638,20620314:20621669,20630385:20631053,20631042:20632193,20634826:20636694,20647124:20648072,20683131:20684729,20685067:20686371,20718508:20719717,20726745:20727793,20727921:20728140,20728868:2072937', 'assoc_mat': '20169285:carton:3327:20169761,20177142:carton:3327:20178240,20200509:carton:3327:20201404,20210194:carton:3327:20211304,20215666:carton:3327:20217528,20247542:carton:3327:20248895,20253021:carton:3327:20255102,20254304:carton:3327:20257449,20258541:carton:3327:20260612,20293712:carton:3327:20295628,20296496:carton:3327:20296882,20303272:carton:3327:20304737,20331796:carton:3327:20333663,20337409:carton:3327:20338597,20352155:carton:3327:20352801,20354703:carton:3327:20357084,20401648:carton:3327:20402649,20407607:carton:3327:20408821,20411279:carton:3327:20413209,20420764:carton:3327:20421565,20436921:carton:3327:20438470,20441870:carton:3327:20442812,20443835:carton:3327:20444090,20448174:carton:3327:20449158,20451770:carton:3327:20454025,20469014:carton:3327:20469162,20476723:carton:3327:20476957,20479231:carton:3327:20479428,20479474:carton:3327:20481344,20489625:carton:3327:20491656,20500511:carton:3327:20501395,20505113:carton:3327:20505488,20506320:carton:3327:20506566,20507534:carton:3327:20508485,2051'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.012093575106950302, 'nb_photo': 58, 'list_port_cont': '21001652,21001938,21055996,21124765,21129931,21129981', 'assoc_port': '21001262:21001938,21001273:21001652,21002613:21129981,21002624:21129931,21053304:21055996,21124054:21124765', 'assoc_mat': '21001262:carton:3594:21001938,21001273:carton:3594:21001652,21002613:carton:3594:21129981,21002624:carton:3594:21129931,21053304:carton:3594:21055996,21124054:carton:3594:21124765'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003210317094384694, 'nb_photo': 15, 'list_port_cont': '20477769,20652900,20691111,20742318,20882179', 'assoc_port': '20477525:20477769,20652563:20652900,20688365:20691111,20742145:20742318,20882063:20882179', 'assoc_mat': '20477525:cartonnette:3726:20477769,20652563:cartonnette:3726:20652900,20688365:cartonnette:3726:20691111,20742145:cartonnette:3726:20742318,20882063:cartonnette:3726:20882179'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0020473331407211116, 'nb_photo': 193, 'list_port_cont': '20291108,20443898,20474477,20485560,20545336,20596989,20731001,20748786,20778746,20782320,20840411,20888264,20889482,20898024,20925764,20929923,20929964,20966442,21001555,21001658,21001900,21001930,21001972,21002756,21002889,21053589,21053734,21053825,21053965,21054197,21054570,21054622,21054660,21054673,21054751,21054919,21054950,21055389,21055943,21056084,21056635,21057719,21059697,21060152,21060208,21120461,21120533,21122687,21122980,21123741,21124458,21124574,21125838,21126064,21126110,21126123,21126237,21128172,21128229,21128684,21129138,21129263,21129826,21129863,21130506,21130738,21130859,21131077,21131302,21131383,21131537', 'assoc_port': '20291008:20291108,20443833:20443898,20474345:20474477,20485442:20485560,20544936:20545336,20596788:20596989,20730973:20731001,20748721:20748786,20778575:20778746,20782294:20782320,20838641:20840411,20888115:20888264,20888796:20889482,20897850:20898024,20925357:20925764,20929764:20929964,20929770:20929923,20966349:20966442,21001228:21001555,21001267:21128229,21001276:21001658,21001688:21129138,21001689:21002756,21001724:21001900,21001734:21001972,21001739:21001930,21002711:21129863,21002713:21129826,21002721:21002889,21053265:21128684,21053273:21053734,21053291:21053589,21053722:21053965,21053729:21054197,21053759:21053825,21054297:21054660,21054310:21054622,21054318:21054570,21054359:21054673,21054597:21054919,21054630:21054950,21054641:21054751,21055181:21055389,21055520:21057719,21055634:21056084,21055660:21055943,21056520:21056635,21058271:21130859,21058309:21131077,21058352:21130738,21059252:21131537,21059255:21131383,21059257:21131302,21059408:21060152,21059413:21059697,21059807:21060208,21120263:2112053', 'assoc_mat': '20291008:cartonnette:3726:20291108,20443833:cartonnette:3726:20443898,20474345:cartonnette:3726:20474477,20485442:cartonnette:3726:20485560,20544936:cartonnette:3726:20545336,20596788:cartonnette:3726:20596989,20730973:cartonnette:3726:20731001,20748721:cartonnette:3726:20748786,20778575:cartonnette:3726:20778746,20782294:cartonnette:3726:20782320,20838641:cartonnette:3726:20840411,20888115:cartonnette:3726:20888264,20888796:cartonnette:3726:20889482,20897850:cartonnette:3726:20898024,20925357:cartonnette:3726:20925764,20929764:cartonnette:3726:20929964,20929770:cartonnette:3726:20929923,20966349:cartonnette:3726:20966442,21001228:cartonnette:3726:21001555,21001267:cartonnette:3726:21128229,21001276:cartonnette:3726:21001658,21001688:cartonnette:3726:21129138,21001689:cartonnette:3726:21002756,21001724:cartonnette:3726:21001900,21001734:cartonnette:3726:21001972,21001739:cartonnette:3726:21001930,21002711:cartonnette:3726:21129863,21002713:cartonnette:3726:21129826,21002721:cartonnette:3726:21002889,21053265:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006031395458588674, 'nb_photo': 24, 'list_port_cont': '20301090,20477771,20524493,20652911,20691113,20880582,20882176', 'assoc_port': '20300842:20301090,20477525:20477771,20524360:20524493,20652563:20652911,20688365:20691113,20880569:20880582,20882063:20882176', 'assoc_mat': '20300842:Carton_brun:3726:20301090,20477525:Carton_brun:3726:20477771,20524360:Carton_brun:3726:20524493,20652563:Carton_brun:3726:20652911,20688365:Carton_brun:3726:20691113,20880569:Carton_brun:3726:20880582,20882063:Carton_brun:3726:20882176'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006749862184866763, 'nb_photo': 553, 'list_port_cont': '20291100,20403581,20443887,20474472,20475769,20477209,20485559,20562626,20573722,20596990,20669680,20674280,20725729,20730998,20778744,20782314,20840412,20888272,20889485,20898018,20915785,20925771,20929919,20929971,20966441,21001556,21001663,21001895,21001932,21001965,21002286,21002893,21053587,21053672,21053745,21053784,21053820,21053966,21054031,21054192,21054568,21054619,21054657,21054670,21054755,21054803,21054917,21054949,21055390,21055950,21056083,21056187,21056559,21056638,21056701,21056817,21057708,21058559,21059511,21059708,21060141,21060214,21060350,21120415,21120465,21122691,21122978,21123600,21123752,21123860,21124333,21124452,21124579,21125839,21126067,21126113,21126131,21126235,21128175,21128227,21128678,21129137,21129265,21129827,21129858,21130366,21130505,21130645,21130695,21130739,21130750,21130850,21131020,21131082,21131153,21131245,21131297,21131385,21131531', 'assoc_port': '20291008:20291100,20403540:20403581,20443833:20443887,20474345:20474472,20475364:20475769,20475366:20477209,20485442:20485559,20562535:20562626,20573403:20573722,20596788:20596990,20669625:20669680,20674231:20674280,20725589:20725729,20730973:20730998,20778575:20778744,20782294:20782314,20838641:20840412,20888115:20888272,20888796:20889485,20897850:20898018,20915459:20915785,20925357:20925771,20929764:20929971,20929770:20929919,20966349:20966441,21001228:21001556,21001267:21128227,21001276:21001663,21001688:21129137,21001703:21002286,21001724:21001895,21001734:21001965,21001739:21001932,21002711:21129858,21002713:21129827,21002721:21002893,21053265:21128678,21053273:21053745,21053278:21053672,21053291:21053587,21053695:21053784,21053716:21054031,21053722:21053966,21053729:21054192,21053759:21053820,21054297:21054657,21054310:21054619,21054318:21054568,21054359:21054670,21054597:21054917,21054617:21054803,21054630:21054949,21054641:21054755,21055181:21055390,21055507:21058559,21055520:21057708,21055578:2105655', 'assoc_mat': '20291008:Carton_brun:3726:20291100,20403540:Carton_brun:3726:20403581,20443833:Carton_brun:3726:20443887,20474345:Carton_brun:3726:20474472,20475364:Carton_brun:3726:20475769,20475366:Carton_brun:3726:20477209,20485442:Carton_brun:3726:20485559,20562535:Carton_brun:3726:20562626,20573403:Carton_brun:3726:20573722,20596788:Carton_brun:3726:20596990,20669625:Carton_brun:3726:20669680,20674231:Carton_brun:3726:20674280,20725589:Carton_brun:3726:20725729,20730973:Carton_brun:3726:20730998,20778575:Carton_brun:3726:20778744,20782294:Carton_brun:3726:20782314,20838641:Carton_brun:3726:20840412,20888115:Carton_brun:3726:20888272,20888796:Carton_brun:3726:20889485,20897850:Carton_brun:3726:20898018,20915459:Carton_brun:3726:20915785,20925357:Carton_brun:3726:20925771,20929764:Carton_brun:3726:20929971,20929770:Carton_brun:3726:20929919,20966349:Carton_brun:3726:20966441,21001228:Carton_brun:3726:21001556,21001267:Carton_brun:3726:21128227,21001276:Carton_brun:3726:21001663,21001688:Carton_brun:3726:21129137,21001703:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.007702339444786579, 'nb_photo': 26, 'list_port_cont': '20301089,20477767,20524487,20652905,20691121,20742322,20880581,20882184', 'assoc_port': '20300842:20301089,20477525:20477767,20524360:20524487,20652563:20652905,20688365:20691121,20742145:20742322,20880569:20880581,20882063:20882184', 'assoc_mat': '20300842:Carton_gris:3726:20301089,20477525:Carton_gris:3726:20477767,20524360:Carton_gris:3726:20524487,20652563:Carton_gris:3726:20652905,20688365:Carton_gris:3726:20691121,20742145:Carton_gris:3726:20742322,20880569:Carton_gris:3726:20880581,20882063:Carton_gris:3726:20882184'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004455957593767061, 'nb_photo': 293, 'list_port_cont': '20291097,20403589,20443889,20474468,20475774,20477202,20485567,20545337,20573731,20596985,20669685,20674275,20725731,20730995,20778743,20782313,20888275,20889476,20898014,20915791,20919433,20925767,20929917,20929972,21001554,21001661,21001897,21001962,21002284,21002755,21002882,21053588,21053739,21053787,21053826,21053964,21054033,21054194,21054565,21054628,21054658,21054668,21054759,21054795,21054926,21054948,21055391,21055941,21056090,21056192,21056560,21056634,21056824,21057718,21058563,21058646,21059515,21060209,21120412,21120470,21122682,21123598,21123747,21123858,21124459,21124572,21125842,21126066,21126122,21126231,21128167,21128232,21128683,21129142,21129262,21129860,21130375,21130512,21130639,21130691,21130754,21130863,21131074,21131161,21131244,21131300,21131421,21131541', 'assoc_port': '20291008:20291097,20403540:20403589,20443833:20443889,20474345:20474468,20475364:20475774,20475366:20477202,20485442:20485567,20544936:20545337,20573403:20573731,20596788:20596985,20669625:20669685,20674231:20674275,20725589:20725731,20730973:20730995,20778575:20778743,20782294:20782313,20888115:20888275,20888796:20889476,20897850:20898014,20915459:20915791,20919368:20919433,20925357:20925767,20929764:20929972,20929770:20929917,21001228:21001554,21001267:21128232,21001276:21001661,21001688:21129142,21001689:21002755,21001703:21002284,21001724:21001897,21001734:21001962,21002711:21129860,21002721:21002882,21053265:21128683,21053273:21053739,21053291:21053588,21053695:21053787,21053716:21054033,21053722:21053964,21053729:21054194,21053759:21053826,21054297:21054658,21054310:21054628,21054318:21054565,21054359:21054668,21054597:21054926,21054617:21054795,21054630:21054948,21054641:21054759,21055181:21055391,21055507:21058563,21055520:21057718,21055578:21056560,21055613:21056192,21055634:21056090,21055660:2105594', 'assoc_mat': '20291008:Carton_gris:3726:20291097,20403540:Carton_gris:3726:20403589,20443833:Carton_gris:3726:20443889,20474345:Carton_gris:3726:20474468,20475364:Carton_gris:3726:20475774,20475366:Carton_gris:3726:20477202,20485442:Carton_gris:3726:20485567,20544936:Carton_gris:3726:20545337,20573403:Carton_gris:3726:20573731,20596788:Carton_gris:3726:20596985,20669625:Carton_gris:3726:20669685,20674231:Carton_gris:3726:20674275,20725589:Carton_gris:3726:20725731,20730973:Carton_gris:3726:20730995,20778575:Carton_gris:3726:20778743,20782294:Carton_gris:3726:20782313,20888115:Carton_gris:3726:20888275,20888796:Carton_gris:3726:20889476,20897850:Carton_gris:3726:20898014,20915459:Carton_gris:3726:20915791,20919368:Carton_gris:3726:20919433,20925357:Carton_gris:3726:20925767,20929764:Carton_gris:3726:20929972,20929770:Carton_gris:3726:20929917,21001228:Carton_gris:3726:21001554,21001267:Carton_gris:3726:21128232,21001276:Carton_gris:3726:21001661,21001688:Carton_gris:3726:21129142,21001689:Carton_gris:3726:21002755,21001703:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005901167473270695, 'nb_photo': 162, 'list_port_cont': '20345899,20382445,20384584,20410419,20419434,20436302,20447903,20466590,20469146,20478289,20495684,20503195,20515101,20529712,20583891,20584265,20586232,20601100,20627241,20649213,20658804,20675817,20709058,20709640,20727244,20728056,20784151,20787011,20840121,20847629,20872683,20880493,20880648,20919479,20931935,20975678,21183084,21193360,21200249,21204906,21208545,21211948,21217189,21219651,21221495,21246162,21308260', 'assoc_port': '20204921:20345899,20266098:20436302,20296337:20382445,20303275:20384584,20326810:20410419,20338549:20419434,20392276:20447903,20414608:20466590,20431076:20495684,20445955:20478289,20469015:20469146,20485440:20503195,20505940:20515101,20517445:20529712,20553045:20583891,20561522:20584265,20570272:20586232,20600235:20601100,20612113:20627241,20630388:20658804,20640602:20649213,20672165:20675817,20685069:20709058,20699111:20709640,20718506:20727244,20720578:20728056,20776158:20784151,20781905:20787011,20832929:20840121,20833007:20847629,20841933:20880493,20848242:20872683,20880568:20880648,20888388:20919479,20924209:20931935,20966334:20975678,21001280:21200249,21001716:21211948,21002710:21217189,21053303:21204906,21054296:21208545,21055166:21219651,21055579:21221495,21058334:21246162,21123363:21183084,21124053:21308260,21125601:21193360', 'assoc_mat': '20204921:ela:4205:20345899,20266098:ela:4205:20436302,20296337:ela:4205:20382445,20303275:ela:4205:20384584,20326810:ela:4205:20410419,20338549:ela:4205:20419434,20392276:ela:4205:20447903,20414608:ela:4205:20466590,20431076:ela:4205:20495684,20445955:ela:4205:20478289,20469015:ela:4205:20469146,20485440:ela:4205:20503195,20505940:ela:4205:20515101,20517445:ela:4205:20529712,20553045:ela:4205:20583891,20561522:ela:4205:20584265,20570272:ela:4205:20586232,20600235:ela:4205:20601100,20612113:ela:4205:20627241,20630388:ela:4205:20658804,20640602:ela:4205:20649213,20672165:ela:4205:20675817,20685069:ela:4205:20709058,20699111:ela:4205:20709640,20718506:ela:4205:20727244,20720578:ela:4205:20728056,20776158:ela:4205:20784151,20781905:ela:4205:20787011,20832929:ela:4205:20840121,20833007:ela:4205:20847629,20841933:ela:4205:20880493,20848242:ela:4205:20872683,20880568:ela:4205:20880648,20888388:ela:4205:20919479,20924209:ela:4205:20931935,20966334:ela:4205:20975678,21001280:ela:4205:21200249,21001716:ela:4205:2121194'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.973619919629455, 'nb_photo': 1340, 'list_port_cont': '20297165,20355871,20360468,20362947,20379891,20383280,20389350,20426343,20451294,20464652,20476667,20479601,20480108,20493741,20494524,20514601,20522629,20531310,20557670,20586569,20604141,20619405,20654751,20701967,20716025,20727304,20728267,20747393,20786043,20854621,20870349,20871190,20873492,20898837,20930514,20942015,20942873,20976499,21182375,21183263,21200453,21202848,21204560,21211660,21213383,21220165,21235759,21250808,21253536,21299036,21309295,21342361', 'assoc_port': '20171947:20297165,20228245:20355871,20251677:20360468,20262031:20362947,20291011:20379891,20297655:20383280,20308443:20389350,20354704:20426343,20398812:20451294,20410109:20464652,20421532:20493741,20441872:20476667,20451766:20480108,20470424:20494524,20479233:20479601,20505111:20514601,20510744:20522629,20519774:20531310,20549743:20557670,20573401:20586569,20602371:20604141,20610319:20619405,20634828:20654751,20692234:20701967,20703033:20716025,20718502:20727304,20720594:20728267,20732078:20747393,20780559:20786043,20832985:20870349,20833038:20873492,20836981:20854621,20845542:20871190,20882059:20930514,20888117:20898837,20919369:20942873,20927010:20942015,20966339:20976499,21001284:21200453,21001694:21211660,21001717:21213383,21053272:21202848,21053297:21204560,21055192:21220165,21056532:21235759,21059205:21342361,21059359:21250808,21059806:21253536,21120302:21299036,21122482:21182375,21123359:21183263,21124048:21309295', 'assoc_mat': '20171947:ela:4203:20297165,20228245:ela:4203:20355871,20251677:ela:4203:20360468,20262031:ela:4203:20362947,20291011:ela:4203:20379891,20297655:ela:4203:20383280,20308443:ela:4203:20389350,20354704:ela:4203:20426343,20398812:ela:4203:20451294,20410109:ela:4203:20464652,20421532:ela:4203:20493741,20441872:ela:4203:20476667,20451766:ela:4203:20480108,20470424:ela:4203:20494524,20479233:ela:4203:20479601,20505111:ela:4203:20514601,20510744:ela:4203:20522629,20519774:ela:4203:20531310,20549743:ela:4203:20557670,20573401:ela:4203:20586569,20602371:ela:4203:20604141,20610319:ela:4203:20619405,20634828:ela:4203:20654751,20692234:ela:4203:20701967,20703033:ela:4203:20716025,20718502:ela:4203:20727304,20720594:ela:4203:20728267,20732078:ela:4203:20747393,20780559:ela:4203:20786043,20832985:ela:4203:20870349,20833038:ela:4203:20873492,20836981:ela:4203:20854621,20845542:ela:4203:20871190,20882059:ela:4203:20930514,20888117:ela:4203:20898837,20919369:ela:4203:20942873,20927010:ela:4203:20942015,20966339:ela:4203:2097649'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015481321119899967, 'nb_photo': 124, 'list_port_cont': '20252795,20442974,20472428,20478092,20506133,20599255,20692665,20718486,20779974,20834829,20838984,20840285,20880657,20886235,20888456,20888977,20889282,20916049,20919660,20924689,20925819,20929951,20967673,20967714,20968181,21002148,21002654,21053642,21053774,21055222,21059039,21120479,21124098,21124852,21126198,21126295,21127018,21127675,21128192,21129365,21130254,21130297,21130344,21130402,21130453,21131490,21131676,21132114,21132138,21132614,21132722,21132830,21133096,21136169,21161622,21162170,21162380,21164443,21182566,21183467,21192686,21192854,21198521,21199819,21202056,21205891,21206004,21206522,21206635,21207152,21207297,21208054,21208523,21208648,21208699,21209438', 'assoc_port': '20251679:20252795,20441871:20442974,20471727:20472428,20477528:20478092,20505938:20506133,20598618:20599255,20692247:20692665,20717940:20718486,20779601:20779974,20832932:20840285,20834196:20834829,20838639:20838984,20880567:20880657,20886147:20886235,20888387:20888456,20888766:20889282,20888780:20888977,20915461:20916049,20919370:20919660,20924210:20924689,20925359:20925819,20929767:20929951,20966331:20968181,20966337:20967714,20966344:20967673,21001226:21198521,21001277:21199819,21001707:21129365,21001710:21002654,21001714:21002148,21002616:21208054,21053267:21202056,21053289:21053774,21053294:21053642,21053700:21205891,21053707:21206004,21053714:21206522,21053717:21206635,21054295:21208523,21054608:21207297,21054614:21130254,21054618:21055222,21055163:21207152,21055548:21130344,21055564:21130297,21056530:21130402,21056531:21130453,21058226:21136169,21058358:21059039,21059207:21133096,21059250:21132830,21059256:21132722,21059258:21132614,21059406:21132138,21059409:21132114,21059804:21131676,21059828:2113149', 'assoc_mat': '20251679:ela:4207:20252795,20441871:ela:4207:20442974,20471727:ela:4207:20472428,20477528:ela:4207:20478092,20505938:ela:4207:20506133,20598618:ela:4207:20599255,20692247:ela:4207:20692665,20717940:ela:4207:20718486,20779601:ela:4207:20779974,20832932:ela:4207:20840285,20834196:ela:4207:20834829,20838639:ela:4207:20838984,20880567:ela:4207:20880657,20886147:ela:4207:20886235,20888387:ela:4207:20888456,20888766:ela:4207:20889282,20888780:ela:4207:20888977,20915461:ela:4207:20916049,20919370:ela:4207:20919660,20924210:ela:4207:20924689,20925359:ela:4207:20925819,20929767:ela:4207:20929951,20966331:ela:4207:20968181,20966337:ela:4207:20967714,20966344:ela:4207:20967673,21001226:ela:4207:21198521,21001277:ela:4207:21199819,21001707:ela:4207:21129365,21001710:ela:4207:21002654,21001714:ela:4207:21002148,21002616:ela:4207:21208054,21053267:ela:4207:21202056,21053289:ela:4207:21053774,21053294:ela:4207:21053642,21053700:ela:4207:21205891,21053707:ela:4207:21206004,21053714:ela:4207:21206522,21053717:ela:4207:2120663'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004353481504345921, 'nb_photo': 36, 'list_port_cont': '20512339,20584435,20784275,20941838,20995426,21160985,21177907,21181017,21183222,21183788,21191464,21201997,21207058,21207259,21214223,21214413,21232213,21242080,21244322,21245341,21249891,21311084,21318744', 'assoc_port': '20487793:20512339,20562533:20584435,20777278:20784275,20927003:20941838,20966324:20995426,21001727:21214223,21001731:21214413,21002718:21318744,21053263:21201997,21053718:21207058,21053723:21207259,21056508:21232213,21058220:21242080,21058289:21244322,21058310:21245341,21059293:21249891,21120260:21160985,21122360:21177907,21122464:21181017,21123360:21183222,21123364:21183788,21124056:21191464,21125612:21311084', 'assoc_mat': '20487793:ela:4461:20512339,20562533:ela:4461:20584435,20777278:ela:4461:20784275,20927003:ela:4461:20941838,20966324:ela:4461:20995426,21001727:ela:4461:21214223,21001731:ela:4461:21214413,21002718:ela:4461:21318744,21053263:ela:4461:21201997,21053718:ela:4461:21207058,21053723:ela:4461:21207259,21056508:ela:4461:21232213,21058220:ela:4461:21242080,21058289:ela:4461:21244322,21058310:ela:4461:21245341,21059293:ela:4461:21249891,21120260:ela:4461:21160985,21122360:ela:4461:21177907,21122464:ela:4461:21181017,21123360:ela:4461:21183222,21123364:ela:4461:21183788,21124056:ela:4461:21191464,21125612:ela:4461:21311084'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008414046918055504, 'nb_photo': 117, 'list_port_cont': '20257577,20272203,20308346,20403608,20411747,20412833,20434612,20441326,20457593,20461379,20470521,20478173,20504917,20557182,20608099,20618715,20632668,20633467,20636999,20675308,20703478,20703647,20709348,20728067,20729155,20730002,20731267,20777122,20779694,20782724,20838562,20840037,20840887,20845992,20847769,20882456,20886120,20889851,20890182,20893114,20916157,20922800,20927065,20930016,21059366,21124073,21126562,21129042,21131065,21131561,21131601,21132630,21133923,21135916,21162531,21167097,21167189,21168072,21170114,21170812,21171143,21182543,21193237,21207257,21207499,21207813,21207858,21208102,21208439,21208514,21208597,21208881,21209423,21209667,21209844,21210492,21214119,21215478,21215879', 'assoc_port': '20254278:20272203,20257117:20257577,20307290:20308346,20403539:20403608,20407606:20412833,20410110:20411747,20433553:20434612,20436920:20441326,20455315:20457593,20460488:20461379,20470421:20470521,20477526:20478173,20504796:20504917,20555730:20557182,20607820:20608099,20617896:20618715,20631044:20632668,20632057:20633467,20636733:20636999,20675069:20675308,20699101:20709348,20699109:20703478,20703029:20703647,20727920:20728067,20728867:20729155,20729786:20730002,20730971:20731267,20776150:20777122,20779605:20779694,20782287:20782724,20832927:20840037,20832937:20840887,20833005:20845992,20836979:20838562,20847131:20847769,20882060:20882456,20885734:20886120,20888767:20889851,20888768:20890182,20891548:20893114,20915460:20916157,20920477:20922800,20927009:20927065,20929773:20930016,21002619:21208881,21002684:21208597,21002715:21208514,21053296:21210492,21053746:21129042,21054317:21209423,21054321:21209844,21054357:21209667,21054590:21208439,21054611:21207858,21054612:21208102,21054633:21207813,21055159:2120749', 'assoc_mat': '20254278:ela:4200:20272203,20257117:ela:4200:20257577,20307290:ela:4200:20308346,20403539:ela:4200:20403608,20407606:ela:4200:20412833,20410110:ela:4200:20411747,20433553:ela:4200:20434612,20436920:ela:4200:20441326,20455315:ela:4200:20457593,20460488:ela:4200:20461379,20470421:ela:4200:20470521,20477526:ela:4200:20478173,20504796:ela:4200:20504917,20555730:ela:4200:20557182,20607820:ela:4200:20608099,20617896:ela:4200:20618715,20631044:ela:4200:20632668,20632057:ela:4200:20633467,20636733:ela:4200:20636999,20675069:ela:4200:20675308,20699101:ela:4200:20709348,20699109:ela:4200:20703478,20703029:ela:4200:20703647,20727920:ela:4200:20728067,20728867:ela:4200:20729155,20729786:ela:4200:20730002,20730971:ela:4200:20731267,20776150:ela:4200:20777122,20779605:ela:4200:20779694,20782287:ela:4200:20782724,20832927:ela:4200:20840037,20832937:ela:4200:20840887,20833005:ela:4200:20845992,20836979:ela:4200:20838562,20847131:ela:4200:20847769,20882060:ela:4200:20882456,20885734:ela:4200:20886120,20888767:ela:4200:2088985'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0010482376157763993, 'nb_photo': 35, 'list_port_cont': '20218087,20246764,20250388,20264732,20273837,20328519,20343725,20355597,20410945,20412711,20479360,20491235,20516341,20562682,20597362,20610627,20696405,20709295,20719387,20719745,20728086,20779339,20847221', 'assoc_port': '20215674:20218087,20245938:20246764,20249728:20250388,20263700:20264732,20270889:20273837,20327793:20328519,20341995:20343725,20355355:20355597,20410111:20410945,20411272:20412711,20479234:20479360,20489623:20491235,20515635:20516341,20561523:20562682,20596786:20597362,20610318:20610627,20695689:20696405,20699102:20709295,20718507:20719745,20718513:20719387,20727919:20728086,20779073:20779339,20833006:20847221', 'assoc_mat': '20215674:ela:4207:20218087,20245938:ela:4207:20246764,20249728:ela:4207:20250388,20263700:ela:4207:20264732,20270889:ela:4207:20273837,20327793:ela:4207:20328519,20341995:ela:4207:20343725,20355355:ela:4207:20355597,20410111:ela:4207:20410945,20411272:ela:4207:20412711,20479234:ela:4207:20479360,20489623:ela:4207:20491235,20515635:ela:4207:20516341,20561523:ela:4207:20562682,20596786:ela:4207:20597362,20610318:ela:4207:20610627,20695689:ela:4207:20696405,20699102:ela:4207:20709295,20718507:ela:4207:20719745,20718513:ela:4207:20719387,20727919:ela:4207:20728086,20779073:ela:4207:20779339,20833006:ela:4207:20847221'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004701649639379277, 'nb_photo': 944, 'list_port_cont': '20894586,20896007,20896559,20898857,20907048,20907085,20907285,20910028,20910568,20910939,20919285,20919295,20929650,20930147,20931577,20941758,20941820,20942614,20942701,20974638,20975560,20976384,20976555,20995608,21054699,21125365,21129427,21129817,21131704,21161011,21161201,21162473,21162726,21163736,21164006,21164762,21165153,21165654,21165800,21166484,21166676,21166769,21166803,21167208,21176123,21176462,21176669,21177086,21177363,21178410,21180241,21180346,21180436,21180573,21180681,21181450,21181828,21182042,21182061,21182200,21182495,21182575,21182965,21183523,21183894,21185103,21185445,21186666,21186854,21187699,21187852,21188460,21188652,21189200,21189433,21189968,21190300,21190532,21190742,21190765,21191117,21191177,21191783,21191850,21191897,21191994,21192187,21192328,21192434,21193567,21193653,21194120,21194297,21194322,21194656,21194707,21194986,21195263,21195327,21195380,21195430,21195597,21198286,21198665,21198709,21198787,21200334,21200598,21201752,21202124,21202806,21202969,21203890,2120403', 'assoc_port': '20171946:21198286,20215674:21204628,20219535:21276379,20224378:21205182,20226939:21205458,20245938:21205818,20249728:21206580,20257109:21207184,20263700:21207623,20270889:21207708,20277684:21054699,20300842:21209701,20324553:21211379,20327793:21211637,20341995:21214514,20353379:21214718,20354708:21214470,20354711:21214695,20355355:21214353,20410111:21217469,20411272:21217457,20421518:21218109,20451769:21219105,20454229:21219234,20455316:21218969,20477525:21219913,20479234:21219944,20479473:21269529,20485444:21268379,20489623:21220141,20513203:21224950,20515633:21226581,20515635:21226714,20515637:21226903,20524360:21230627,20561523:21236057,20596786:21242276,20610318:21245805,20652563:21252224,20680363:21192328,20688365:21193653,20695689:21194707,20699102:21194322,20699104:21194297,20718507:21256559,20718513:21257260,20727919:21190532,20742145:21190742,20779070:21289735,20779073:21166484,20832939:21284813,20832998:21284316,20833006:21185445,20833037:21186666,20833043:21283832,20833053:21125365,20880569:2090728', 'assoc_mat': '20171946:ela:4209:21198286,20215674:ela:4209:21204628,20219535:ela:4209:21276379,20224378:ela:4209:21205182,20226939:ela:4209:21205458,20245938:ela:4209:21205818,20249728:ela:4209:21206580,20257109:ela:4209:21207184,20263700:ela:4209:21207623,20270889:ela:4209:21207708,20277684:ela:4209:21054699,20300842:ela:4209:21209701,20324553:ela:4209:21211379,20327793:ela:4209:21211637,20341995:ela:4209:21214514,20353379:ela:4209:21214718,20354708:ela:4209:21214470,20354711:ela:4209:21214695,20355355:ela:4209:21214353,20410111:ela:4209:21217469,20411272:ela:4209:21217457,20421518:ela:4209:21218109,20451769:ela:4209:21219105,20454229:ela:4209:21219234,20455316:ela:4209:21218969,20477525:ela:4209:21219913,20479234:ela:4209:21219944,20479473:ela:4209:21269529,20485444:ela:4209:21268379,20489623:ela:4209:21220141,20513203:ela:4209:21224950,20515633:ela:4209:21226581,20515635:ela:4209:21226714,20515637:ela:4209:21226903,20524360:ela:4209:21230627,20561523:ela:4209:21236057,20596786:ela:4209:21242276,20610318:ela:4209:2124580'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009479522581942461, 'nb_photo': 2407, 'list_port_cont': '20168746,20170141,20173847,20174166,20178354,20178604,20184727,20200316,20203912,20206257,20209002,20209445,20217445,20218305,20220329,20223979,20226041,20226608,20227871,20229227,20247100,20259508,20264997,20296639,20332605,20334234,20337937,20339412,20340046,20345651,20350786,20351372,20353926,20355385,20358745,20360245,20360370,20360571,20361361,20362599,20362697,20363958,20364127,20364275,20365491,20365933,20366173,20367245,20367344,20368530,20368799,20369335,20370622,20395268,20400635,20402656,20407494,20411472,20416155,20419527,20422600,20438639,20442988,20443785,20444102,20452071,20455631,20456571,20470700,20475607,20476087,20477122,20480477,20483627,20486971,20487358,20490978,20492580,20493854,20493992,20505012,20506290,20506554,20506718,20507233,20514953,20516422,20518563,20522760,20525021,20525519,20546216,20549094,20551499,20553603,20558636,20565371,20567440,20577423,20580163,20597674,20599613,20603579,20606913,20607787,20609642,20611793,20613656,20617813,20623113,20623216,20631359,20633769,2063607', 'assoc_port': '20168058:20264997,20168492:20168746,20169287:20170141,20171950:20173847,20172748:20174166,20177140:20178354,20177547:20178604,20183126:20184727,20199782:20200316,20200514:20206257,20201665:20203912,20206393:20209445,20206396:20209002,20215665:20218305,20215671:20217445,20219533:20220329,20220268:20226608,20220270:20223979,20224384:20226041,20226942:20227871,20228246:20229227,20245966:20247100,20249724:20360245,20249727:20360370,20253023:20360571,20257111:20259508,20258543:20362697,20263701:20370622,20266081:20364275,20270891:20369335,20277682:20296639,20293713:20368799,20295679:20368530,20296493:20367344,20297024:20367245,20297026:20366173,20297653:20365933,20298063:20365491,20300871:20364127,20303263:20363958,20303271:20362599,20308453:20361361,20313891:20358745,20324554:20350786,20324561:20334234,20330845:20332605,20336407:20337937,20337414:20339412,20338546:20340046,20341992:20345651,20350378:20351372,20353380:20353926,20354709:20355385,20393269:20395268,20398810:20400635,20401674:20402656,20404210:2041952', 'assoc_mat': '20168058:ela:4211:20264997,20168492:ela:4211:20168746,20169287:ela:4211:20170141,20171950:ela:4211:20173847,20172748:ela:4211:20174166,20177140:ela:4211:20178354,20177547:ela:4211:20178604,20183126:ela:4211:20184727,20199782:ela:4211:20200316,20200514:ela:4211:20206257,20201665:ela:4211:20203912,20206393:ela:4211:20209445,20206396:ela:4211:20209002,20215665:ela:4211:20218305,20215671:ela:4211:20217445,20219533:ela:4211:20220329,20220268:ela:4211:20226608,20220270:ela:4211:20223979,20224384:ela:4211:20226041,20226942:ela:4211:20227871,20228246:ela:4211:20229227,20245966:ela:4211:20247100,20249724:ela:4211:20360245,20249727:ela:4211:20360370,20253023:ela:4211:20360571,20257111:ela:4211:20259508,20258543:ela:4211:20362697,20263701:ela:4211:20370622,20266081:ela:4211:20364275,20270891:ela:4211:20369335,20277682:ela:4211:20296639,20293713:ela:4211:20368799,20295679:ela:4211:20368530,20296493:ela:4211:20367344,20297024:ela:4211:20367245,20297026:ela:4211:20366173,20297653:ela:4211:20365933,20298063:ela:4211:2036549'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00020117403878260222, 'nb_photo': 2, 'list_port_cont': '20709057', 'assoc_port': '20685069:20709057', 'assoc_mat': '20685069:etiquette:4205:20709057'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00021762425777289738, 'nb_photo': 155, 'list_port_cont': '20297169,20355873,20362956,20379894,20383268,20389342,20451284,20476665,20479605,20480101,20493739,20494526,20514607,20531318,20557657,20586557,20604134,20654742,20716014,20727292,20728260,20747397,20786042,20854619,20870334,20871181,20873490,20898828,20930515,20942030,20942865,20976500,21182377,21183260,21200450,21202851,21204565,21211656,21213384,21220175,21235765,21250814,21253560,21299039,21309287,21342347', 'assoc_port': '20171947:20297169,20228245:20355873,20262031:20362956,20291011:20379894,20297655:20383268,20308443:20389342,20398812:20451284,20421532:20493739,20441872:20476665,20451766:20480101,20470424:20494526,20479233:20479605,20505111:20514607,20519774:20531318,20549743:20557657,20573401:20586557,20602371:20604134,20634828:20654742,20703033:20716014,20718502:20727292,20720594:20728260,20732078:20747397,20780559:20786042,20832985:20870334,20833038:20873490,20836981:20854619,20845542:20871181,20882059:20930515,20888117:20898828,20919369:20942865,20927010:20942030,20966339:20976500,21001284:21200450,21001694:21211656,21001717:21213384,21053272:21202851,21053297:21204565,21055192:21220175,21056532:21235765,21059205:21342347,21059359:21250814,21059806:21253560,21120302:21299039,21122482:21182377,21123359:21183260,21124048:21309287', 'assoc_mat': '20171947:etiquette:4203:20297169,20228245:etiquette:4203:20355873,20262031:etiquette:4203:20362956,20291011:etiquette:4203:20379894,20297655:etiquette:4203:20383268,20308443:etiquette:4203:20389342,20398812:etiquette:4203:20451284,20421532:etiquette:4203:20493739,20441872:etiquette:4203:20476665,20451766:etiquette:4203:20480101,20470424:etiquette:4203:20494526,20479233:etiquette:4203:20479605,20505111:etiquette:4203:20514607,20519774:etiquette:4203:20531318,20549743:etiquette:4203:20557657,20573401:etiquette:4203:20586557,20602371:etiquette:4203:20604134,20634828:etiquette:4203:20654742,20703033:etiquette:4203:20716014,20718502:etiquette:4203:20727292,20720594:etiquette:4203:20728260,20732078:etiquette:4203:20747397,20780559:etiquette:4203:20786042,20832985:etiquette:4203:20870334,20833038:etiquette:4203:20873490,20836981:etiquette:4203:20854619,20845542:etiquette:4203:20871181,20882059:etiquette:4203:20930515,20888117:etiquette:4203:20898828,20919369:etiquette:4203:20942865,20927010:etiquette:4203:20942030,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00011930739674350417, 'nb_photo': 9, 'list_port_cont': '20607994,20834843,20967676,21002795,21130250,21131687,21132819,21208233,21209114', 'assoc_port': '20607822:20607994,20834196:20834843,20966344:20967676,21002727:21002795,21054289:21208233,21054614:21130250,21059250:21132819,21059804:21131687,21122399:21209114', 'assoc_mat': '20607822:etiquette:4207:20607994,20834196:etiquette:4207:20834843,20966344:etiquette:4207:20967676,21002727:etiquette:4207:21002795,21054289:etiquette:4207:21208233,21054614:etiquette:4207:21130250,21059250:etiquette:4207:21132819,21059804:etiquette:4207:21131687,21122399:etiquette:4207:21209114'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.001176543191851201, 'nb_photo': 5, 'list_port_cont': '20880297,21181397,21218437,21321844', 'assoc_port': '20838637:20880297,21054601:21218437,21122469:21181397,21125613:21321844', 'assoc_mat': '20838637:etiquette:4461:20880297,21054601:etiquette:4461:21218437,21122469:etiquette:4461:21181397,21125613:etiquette:4461:21321844'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0016716453029158485, 'nb_photo': 130, 'list_port_cont': '20177845,20185083,20193223,20203774,20209702,20335615,20401446,20403610,20411737,20442752,20478171,20886117,20888069,20924079,21001539,21001626,21001774,21055807,21128330,21128504,21129386,21181312,21198083,21198586,21202302,21203385,21211153,21211750', 'assoc_port': '20177146:20177845,20183122:20185083,20192831:20193223,20202891:20203774,20209116:20209702,20334539:20335615,20398811:20401446,20403539:20403610,20410110:20411737,20441869:20442752,20477526:20478171,20885734:20886117,20886997:20888069,20920476:20924079,21001223:21198083,21001225:21211153,21001229:21198586,21001231:21128504,21001236:21128330,21001263:21001774,21001270:21001626,21001275:21001539,21001733:21129386,21053270:21202302,21053282:21203385,21054644:21055807,21122472:21181312,21124036:21211750', 'assoc_mat': '20177146:etiquette:4200:20177845,20183122:etiquette:4200:20185083,20192831:etiquette:4200:20193223,20202891:etiquette:4200:20203774,20209116:etiquette:4200:20209702,20334539:etiquette:4200:20335615,20398811:etiquette:4200:20401446,20403539:etiquette:4200:20403610,20410110:etiquette:4200:20411737,20441869:etiquette:4200:20442752,20477526:etiquette:4200:20478171,20885734:etiquette:4200:20886117,20886997:etiquette:4200:20888069,20920476:etiquette:4200:20924079,21001223:etiquette:4200:21198083,21001225:etiquette:4200:21211153,21001229:etiquette:4200:21198586,21001231:etiquette:4200:21128504,21001236:etiquette:4200:21128330,21001263:etiquette:4200:21001774,21001270:etiquette:4200:21001626,21001275:etiquette:4200:21001539,21001733:etiquette:4200:21129386,21053270:etiquette:4200:21202302,21053282:etiquette:4200:21203385,21054644:etiquette:4200:21055807,21122472:etiquette:4200:21181312,21124036:etiquette:4200:21211750'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0002250479386639324, 'nb_photo': 4, 'list_port_cont': '20220184,20516387,20719746', 'assoc_port': '20219535:20220184,20515633:20516387,20718507:20719746', 'assoc_mat': '20219535:etiquette:4207:20220184,20515633:etiquette:4207:20516387,20718507:etiquette:4207:20719746'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008574315368473532, 'nb_photo': 173, 'list_port_cont': '20896015,20910559,20910934,20929653,20930141,20942617,20975166,21125363,21129822,21131702,21163567,21165651,21166663,21166801,21180353,21180575,21182035,21182496,21182573,21183536,21185443,21186856,21190733,21190763,21191132,21191180,21191845,21191901,21193651,21194122,21194706,21194982,21195333,21195389,21198672,21198723,21200608,21202127,21202798,21202962,21204041,21204621,21205170,21206578,21207117,21207631,21207715,21208556,21209318,21209829,21210350,21210673,21211274,21211303,21211368,21211393,21211496,21211635,21214307,21214702,21214714,21217038,21217225,21217462,21217464,21217711,21218860,21218968,21218992,21219109,21219233,21219414,21219431,21219582,21219830,21219927,21220492,21220661,21220724,21220831,21221521,21224454,21225968,21226577,21226702,21227892,21229847,21230343,21232615,21234342,21236424,21238690,21239033,21239500,21240397,21240671,21240748,21242261,21242597,21243169,21243961,21244868,21245807,21246476,21246669,21246921,21248213,21249011,21249172,21252236,21253722,21255508,21257210,2125725', 'assoc_port': '20215674:21204621,20219535:21276395,20224378:21205170,20249728:21206578,20263700:21207631,20270889:21207715,20324553:21211368,20327793:21211635,20353379:21214714,20354711:21214702,20410111:21217464,20411272:21217462,20451769:21219109,20454229:21219233,20455316:21218968,20515633:21226577,20515635:21226702,20596786:21242261,20610318:21245807,20652563:21252236,20688365:21193651,20695689:21194706,20718513:21257256,20742145:21190733,20833006:21185443,20833043:21283842,20833053:21125363,20882063:20896015,20885736:20910559,20893167:20910934,20895535:20930141,20919367:20929653,20929134:20942617,20966323:20975166,21001227:21198723,21001230:21198672,21001265:21279040,21001285:21279823,21001287:21200608,21001691:21211393,21001696:21211496,21001729:21214307,21001743:21129822,21002591:21272092,21002640:21217038,21002683:21217225,21002714:21217711,21053264:21202127,21053271:21202798,21053274:21202962,21053280:21277048,21053290:21204041,21053301:21276367,21053305:21276000,21053308:21275486,21053720:21207117,21054293:2120855', 'assoc_mat': '20215674:etiquette:4209:21204621,20219535:etiquette:4209:21276395,20224378:etiquette:4209:21205170,20249728:etiquette:4209:21206578,20263700:etiquette:4209:21207631,20270889:etiquette:4209:21207715,20324553:etiquette:4209:21211368,20327793:etiquette:4209:21211635,20353379:etiquette:4209:21214714,20354711:etiquette:4209:21214702,20410111:etiquette:4209:21217464,20411272:etiquette:4209:21217462,20451769:etiquette:4209:21219109,20454229:etiquette:4209:21219233,20455316:etiquette:4209:21218968,20515633:etiquette:4209:21226577,20515635:etiquette:4209:21226702,20596786:etiquette:4209:21242261,20610318:etiquette:4209:21245807,20652563:etiquette:4209:21252236,20688365:etiquette:4209:21193651,20695689:etiquette:4209:21194706,20718513:etiquette:4209:21257256,20742145:etiquette:4209:21190733,20833006:etiquette:4209:21185443,20833043:etiquette:4209:21283842,20833053:etiquette:4209:21125363,20882063:etiquette:4209:20896015,20885736:etiquette:4209:20910559,20893167:etiquette:4209:20910934,20895535:etiquette:4209:20930141,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.985793394647603e-05, 'nb_photo': 282, 'list_port_cont': '20170135,20173846,20184728,20200321,20203915,20206252,20208992,20217452,20218311,20220326,20226605,20227866,20229215,20259502,20296642,20353918,20358748,20360243,20360364,20360557,20362701,20364115,20364282,20365489,20366168,20367352,20368522,20368803,20370614,20400640,20402660,20407495,20419521,20422611,20438628,20443002,20443783,20444109,20452073,20455628,20456572,20470695,20475617,20476090,20477118,20480488,20483623,20487364,20492573,20493985,20506275,20506725,20514948,20516415,20518562,20522749,20525019,20549098,20553592,20558622,20565373,20567435,20577412,20580162,20599624,20607780,20609638,20613646,20617819,20623221,20631362,20636078,20643553,20653573,20655377,20684924,20693233,20696876,20705110,20707261,20716672,20719040,20719370,20721815,20722345,20727732,20729982,20731416,20745389,20748900,20777167,20782311,20782649,20831376,20832833,20833848,20838194,20839806,20842579,20842799,20845120,20846501,20846982,20850021,20855648,20858357,20880187,20888044,20888548,20921467,20925129,20926354,20927442,2092984', 'assoc_port': '20169287:20170135,20171950:20173846,20183126:20184728,20199782:20200321,20200514:20206252,20201665:20203915,20206396:20208992,20215665:20218311,20215671:20217452,20219533:20220326,20220268:20226605,20226942:20227866,20228246:20229215,20249724:20360243,20249727:20360364,20253023:20360557,20257111:20259502,20258543:20362701,20263701:20370614,20266081:20364282,20277682:20296642,20293713:20368803,20295679:20368522,20296493:20367352,20297026:20366168,20298063:20365489,20300871:20364115,20313891:20358748,20353380:20353918,20398810:20400640,20401674:20402660,20404210:20419521,20404212:20407495,20422047:20422611,20436923:20438628,20441867:20443783,20441873:20443002,20443834:20444109,20450251:20452073,20454226:20455628,20455312:20456572,20470419:20470695,20474343:20476090,20474348:20475617,20476724:20477118,20479475:20480488,20481814:20483623,20485441:20487364,20492277:20492573,20493658:20493985,20505939:20506275,20506319:20506725,20513204:20514948,20515636:20516415,20517446:20518562,20522164:20522749,20524359:2052501', 'assoc_mat': '20169287:etiquette:4211:20170135,20171950:etiquette:4211:20173846,20183126:etiquette:4211:20184728,20199782:etiquette:4211:20200321,20200514:etiquette:4211:20206252,20201665:etiquette:4211:20203915,20206396:etiquette:4211:20208992,20215665:etiquette:4211:20218311,20215671:etiquette:4211:20217452,20219533:etiquette:4211:20220326,20220268:etiquette:4211:20226605,20226942:etiquette:4211:20227866,20228246:etiquette:4211:20229215,20249724:etiquette:4211:20360243,20249727:etiquette:4211:20360364,20253023:etiquette:4211:20360557,20257111:etiquette:4211:20259502,20258543:etiquette:4211:20362701,20263701:etiquette:4211:20370614,20266081:etiquette:4211:20364282,20277682:etiquette:4211:20296642,20293713:etiquette:4211:20368803,20295679:etiquette:4211:20368522,20296493:etiquette:4211:20367352,20297026:etiquette:4211:20366168,20298063:etiquette:4211:20365489,20300871:etiquette:4211:20364115,20313891:etiquette:4211:20358748,20353380:etiquette:4211:20353918,20398810:etiquette:4211:20400640,20401674:etiquette:4211:20402660,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005662289384448891, 'nb_photo': 23, 'list_port_cont': '20229873,20257447,20402652,20415891,20479431,20501390,20506558,20508482,20515521,20700439,20727791,20921723,21054683,21056359', 'assoc_port': '20228243:20229873,20254304:20257447,20401648:20402652,20414609:20415891,20479231:20479431,20500511:20501390,20506320:20506558,20507534:20508482,20513202:20515521,20699110:20700439,20726745:20727791,20920475:20921723,21053756:21054683,21054593:21056359', 'assoc_mat': '20228243:etiquette:3327:20229873,20254304:etiquette:3327:20257447,20401648:etiquette:3327:20402652,20414609:etiquette:3327:20415891,20479231:etiquette:3327:20479431,20500511:etiquette:3327:20501390,20506320:etiquette:3327:20506558,20507534:etiquette:3327:20508482,20513202:etiquette:3327:20515521,20699110:etiquette:3327:20700439,20726745:etiquette:3327:20727791,20920475:etiquette:3327:20921723,21053756:etiquette:3327:21054683,21054593:etiquette:3327:21056359'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01122535512867925, 'nb_photo': 367, 'list_port_cont': '20345893,20382456,20384580,20410413,20419443,20436298,20447916,20466591,20469148,20478296,20495677,20503203,20515100,20529697,20583893,20584257,20586226,20601101,20627248,20649205,20658802,20675829,20709055,20709644,20727234,20728054,20784157,20787013,20840126,20847627,20854360,20872677,20880492,20880644,20910997,20919476,20931940,20975679,21183096,21193354,21200248,21204915,21206163,21208534,21211939,21217185,21219658,21221509,21246158,21308254', 'assoc_port': '20204921:20345893,20266098:20436298,20296337:20382456,20303275:20384580,20326810:20410413,20338549:20419443,20392276:20447916,20414608:20466591,20431076:20495677,20445955:20478296,20469015:20469148,20485440:20503203,20505940:20515100,20517445:20529697,20553045:20583893,20561522:20584257,20570272:20586226,20600235:20601101,20612113:20627248,20630388:20658802,20640602:20649205,20672165:20675829,20685069:20709055,20699111:20709644,20718506:20727234,20720578:20728054,20776158:20784157,20781905:20787013,20832929:20840126,20833007:20847627,20836985:20854360,20841933:20880492,20848242:20872677,20880568:20880644,20886151:20910997,20888388:20919476,20924209:20931940,20966334:20975679,21001280:21200248,21001716:21211939,21002710:21217185,21053303:21204915,21053711:21206163,21054296:21208534,21055166:21219658,21055579:21221509,21058334:21246158,21123363:21183096,21124053:21308254,21125601:21193354', 'assoc_mat': '20204921:film_plastique:4205:20345893,20266098:film_plastique:4205:20436298,20296337:film_plastique:4205:20382456,20303275:film_plastique:4205:20384580,20326810:film_plastique:4205:20410413,20338549:film_plastique:4205:20419443,20392276:film_plastique:4205:20447916,20414608:film_plastique:4205:20466591,20431076:film_plastique:4205:20495677,20445955:film_plastique:4205:20478296,20469015:film_plastique:4205:20469148,20485440:film_plastique:4205:20503203,20505940:film_plastique:4205:20515100,20517445:film_plastique:4205:20529697,20553045:film_plastique:4205:20583893,20561522:film_plastique:4205:20584257,20570272:film_plastique:4205:20586226,20600235:film_plastique:4205:20601101,20612113:film_plastique:4205:20627248,20630388:film_plastique:4205:20658802,20640602:film_plastique:4205:20649205,20672165:film_plastique:4205:20675829,20685069:film_plastique:4205:20709055,20699111:film_plastique:4205:20709644,20718506:film_plastique:4205:20727234,20720578:film_plastique:4205:20728054,20776158:film_plastique:4205:2078415'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002910658064184159, 'nb_photo': 615, 'list_port_cont': '20297168,20355874,20360472,20362948,20379884,20383275,20389336,20426354,20451285,20464653,20476673,20479594,20480113,20493738,20494531,20514598,20522623,20531312,20557671,20586568,20604144,20619395,20654739,20701974,20716012,20727298,20728266,20747395,20786044,20854620,20870347,20871180,20873491,20898826,20930527,20942019,20942860,20976502,21182370,21183264,21200452,21202853,21204562,21211666,21213395,21220176,21235772,21250818,21253552,21299029,21309298,21342352', 'assoc_port': '20171947:20297168,20228245:20355874,20251677:20360472,20262031:20362948,20291011:20379884,20297655:20383275,20308443:20389336,20354704:20426354,20398812:20451285,20410109:20464653,20421532:20493738,20441872:20476673,20451766:20480113,20470424:20494531,20479233:20479594,20505111:20514598,20510744:20522623,20519774:20531312,20549743:20557671,20573401:20586568,20602371:20604144,20610319:20619395,20634828:20654739,20692234:20701974,20703033:20716012,20718502:20727298,20720594:20728266,20732078:20747395,20780559:20786044,20832985:20870347,20833038:20873491,20836981:20854620,20845542:20871180,20882059:20930527,20888117:20898826,20919369:20942860,20927010:20942019,20966339:20976502,21001284:21200452,21001694:21211666,21001717:21213395,21053272:21202853,21053297:21204562,21055192:21220176,21056532:21235772,21059205:21342352,21059359:21250818,21059806:21253552,21120302:21299029,21122482:21182370,21123359:21183264,21124048:21309298', 'assoc_mat': '20171947:film_plastique:4203:20297168,20228245:film_plastique:4203:20355874,20251677:film_plastique:4203:20360472,20262031:film_plastique:4203:20362948,20291011:film_plastique:4203:20379884,20297655:film_plastique:4203:20383275,20308443:film_plastique:4203:20389336,20354704:film_plastique:4203:20426354,20398812:film_plastique:4203:20451285,20410109:film_plastique:4203:20464653,20421532:film_plastique:4203:20493738,20441872:film_plastique:4203:20476673,20451766:film_plastique:4203:20480113,20470424:film_plastique:4203:20494531,20479233:film_plastique:4203:20479594,20505111:film_plastique:4203:20514598,20510744:film_plastique:4203:20522623,20519774:film_plastique:4203:20531312,20549743:film_plastique:4203:20557671,20573401:film_plastique:4203:20586568,20602371:film_plastique:4203:20604144,20610319:film_plastique:4203:20619395,20634828:film_plastique:4203:20654739,20692234:film_plastique:4203:20701974,20703033:film_plastique:4203:20716012,20718502:film_plastique:4203:20727298,20720594:film_plastique:4203:2072826'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031303101745931636, 'nb_photo': 920, 'list_port_cont': '20168695,20173982,20252805,20442979,20456327,20472424,20478087,20478279,20506130,20550578,20553629,20599250,20603140,20608000,20630984,20631759,20671623,20673774,20681474,20692668,20718495,20779975,20833099,20834830,20838983,20878346,20880363,20880651,20882209,20886238,20888457,20888973,20889284,20892399,20892880,20895770,20916037,20917573,20919653,20924690,20925823,20927046,20929948,20966457,20966512,20967671,20967715,20968173,20968224,21001537,21001751,21001988,21002138,21002602,21053634,21053764,21054023,21054717,21054807,21055220,21056290,21056315,21056375,21059030,21060467,21061055,21120487,21120632,21123328,21123397,21123779,21124088,21124410,21124860,21125171,21125254,21126193,21126282,21127015,21127680,21128179,21128195,21128313,21128726,21128831,21129010,21129059,21129116,21129367,21129577,21129711,21129917,21129971,21130253,21130349,21130404,21130450,21130532,21130598,21130718,21130994,21131361,21131494,21131544,21131678,21131755,21132104,21132147,21132284,21132435,21132603,21132726,21132827,2113289', 'assoc_port': '20168493:20168695,20172747:20173982,20251679:20252805,20441871:20442979,20455313:20456327,20471727:20472424,20477524:20478279,20477528:20478087,20505938:20506130,20547838:20550578,20551963:20553629,20598618:20599250,20602370:20603140,20607822:20608000,20630386:20630984,20631043:20631759,20671424:20671623,20673657:20673774,20680377:20681474,20692247:20692668,20717940:20718495,20779601:20779975,20832405:20833099,20834196:20834830,20838639:20838983,20877876:20878346,20880237:20880363,20880567:20880651,20882062:20882209,20886147:20886238,20888387:20888457,20888766:20889284,20888780:20888973,20891551:20892880,20891558:20892399,20895538:20895770,20915461:20916037,20916992:20917573,20919370:20919653,20924210:20924690,20925359:20925823,20927005:20927046,20929767:20929948,20966321:20968224,20966331:20968173,20966337:20967715,20966344:20967671,20966351:20966512,20966357:20966457,21001226:21198532,21001232:21198699,21001261:21199193,21001268:21199738,21001272:21199763,21001277:21199818,21001278:21128313,21001281:2100175', 'assoc_mat': '20168493:film_plastique:4207:20168695,20172747:film_plastique:4207:20173982,20251679:film_plastique:4207:20252805,20441871:film_plastique:4207:20442979,20455313:film_plastique:4207:20456327,20471727:film_plastique:4207:20472424,20477524:film_plastique:4207:20478279,20477528:film_plastique:4207:20478087,20505938:film_plastique:4207:20506130,20547838:film_plastique:4207:20550578,20551963:film_plastique:4207:20553629,20598618:film_plastique:4207:20599250,20602370:film_plastique:4207:20603140,20607822:film_plastique:4207:20608000,20630386:film_plastique:4207:20630984,20631043:film_plastique:4207:20631759,20671424:film_plastique:4207:20671623,20673657:film_plastique:4207:20673774,20680377:film_plastique:4207:20681474,20692247:film_plastique:4207:20692668,20717940:film_plastique:4207:20718495,20779601:film_plastique:4207:20779975,20832405:film_plastique:4207:20833099,20834196:film_plastique:4207:20834830,20838639:film_plastique:4207:20838983,20877876:film_plastique:4207:20878346,20880237:film_plastique:4207:2088036'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7571344878512761, 'nb_photo': 8179, 'list_port_cont': '20371588,20377703,20384278,20388692,20410514,20412365,20424356,20435565,20438442,20465203,20466970,20493105,20493881,20507386,20510613,20512327,20512808,20514537,20552852,20557927,20584361,20584427,20585246,20586355,20586631,20618939,20626051,20627062,20640621,20643963,20671547,20673304,20690448,20691800,20698864,20702475,20727567,20747615,20750431,20752275,20784289,20786130,20787359,20830713,20845485,20847021,20848356,20877669,20880299,20895239,20908818,20910073,20916127,20919104,20920352,20925566,20927293,20929983,20935443,20938848,20941833,20942668,20949487,20976975,20977152,20995432,20995781,21003157,21160988,21163338,21164902,21165847,21166387,21176817,21177921,21178967,21180583,21181019,21181385,21183218,21183789,21184742,21186018,21189131,21189988,21190571,21190927,21191470,21191639,21192641,21193260,21195150,21195490,21198404,21199032,21199481,21200159,21200361,21200502,21201216,21201995,21202460,21203197,21204001,21204377,21204799,21205494,21205731,21205976,21206388,21206924,21207062,21207273,2120743', 'assoc_port': '20262011:20435565,20270432:20371588,20270890:20438442,20277680:20377703,20300840:20384278,20308445:20388692,20323457:20493105,20324556:20466970,20326809:20410514,20331795:20412365,20351126:20424356,20411273:20465203,20469231:20493881,20475362:20507386,20479476:20514537,20487793:20512327,20502149:20510613,20504795:20512808,20524358:20552852,20555729:20557927,20562533:20584427,20562536:20584361,20566749:20585246,20570275:20586355,20576082:20586631,20610315:20618939,20617899:20627062,20623011:20626051,20631045:20640621,20637040:20643963,20645280:20671547,20649581:20673304,20675611:20702475,20677297:20690448,20688364:20698864,20690028:20691800,20718544:20727567,20727289:20747615,20734875:20750431,20748609:20752275,20777278:20784289,20780598:20786130,20782291:20787359,20827591:20830713,20832993:20845485,20833003:20847021,20833051:20848356,20838637:20880299,20854906:20877669,20886148:20916127,20886150:20895239,20886996:20935443,20888383:20919104,20888391:20920352,20889872:20908818,20891559:20938848,20892353:2091007', 'assoc_mat': '20262011:film_plastique:4461:20435565,20270432:film_plastique:4461:20371588,20270890:film_plastique:4461:20438442,20277680:film_plastique:4461:20377703,20300840:film_plastique:4461:20384278,20308445:film_plastique:4461:20388692,20323457:film_plastique:4461:20493105,20324556:film_plastique:4461:20466970,20326809:film_plastique:4461:20410514,20331795:film_plastique:4461:20412365,20351126:film_plastique:4461:20424356,20411273:film_plastique:4461:20465203,20469231:film_plastique:4461:20493881,20475362:film_plastique:4461:20507386,20479476:film_plastique:4461:20514537,20487793:film_plastique:4461:20512327,20502149:film_plastique:4461:20510613,20504795:film_plastique:4461:20512808,20524358:film_plastique:4461:20552852,20555729:film_plastique:4461:20557927,20562533:film_plastique:4461:20584427,20562536:film_plastique:4461:20584361,20566749:film_plastique:4461:20585246,20570275:film_plastique:4461:20586355,20576082:film_plastique:4461:20586631,20610315:film_plastique:4461:20618939,20617899:film_plastique:4461:2062706'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013085258017904042, 'nb_photo': 2974, 'list_port_cont': '20226915,20228132,20257576,20272204,20278014,20278098,20291817,20296511,20308343,20309970,20325350,20334124,20334301,20335606,20352692,20355412,20401439,20403596,20411740,20412835,20416187,20419450,20421820,20434611,20441340,20442743,20453694,20457586,20461385,20469060,20470524,20478172,20482513,20486364,20501273,20504928,20512282,20523239,20523488,20557181,20562357,20597229,20597531,20600836,20608106,20609424,20617521,20618712,20632672,20633468,20636997,20675301,20678154,20696829,20703477,20703655,20709272,20709352,20715918,20718450,20728061,20729154,20729999,20731266,20732366,20777119,20779687,20779748,20781857,20782733,20833762,20833968,20838553,20840024,20840891,20843643,20845985,20847771,20848497,20882252,20882446,20886126,20887412,20887951,20888068,20888475,20888604,20889839,20890183,20890479,20892021,20893003,20893106,20893433,20895489,20916146,20922796,20924081,20925482,20927069,20930015,20931240,20966474,20971060,20971303,20974043,20975459,21001548,21001629,21001767,21001957,21002031,21002412,2100290', 'assoc_port': '20224380:20226915,20226941:20228132,20254278:20272204,20257117:20257576,20277674:20278098,20277678:20278014,20291009:20291817,20296336:20296511,20307290:20308343,20308451:20309970,20324562:20325350,20330842:20334301,20331821:20334124,20334539:20335606,20351129:20352692,20354712:20355412,20398811:20401439,20403539:20403596,20407606:20412835,20410110:20411740,20414615:20416187,20418291:20419450,20421527:20421820,20433553:20434611,20436920:20441340,20441869:20442743,20451768:20453694,20455315:20457586,20460488:20461385,20469016:20469060,20470421:20470524,20477526:20478172,20479472:20482513,20485445:20486364,20500513:20501273,20504796:20504928,20510743:20512282,20522136:20523239,20522902:20523488,20555730:20557181,20561529:20562357,20596784:20597531,20596787:20597229,20600236:20600836,20607820:20608106,20608556:20609424,20616936:20617521,20617896:20618712,20631044:20632672,20632057:20633468,20636733:20636997,20675069:20675301,20677303:20678154,20690024:20696829,20699101:20709352,20699105:20709272,20699109:2070347', 'assoc_mat': '20224380:film_plastique:4200:20226915,20226941:film_plastique:4200:20228132,20254278:film_plastique:4200:20272204,20257117:film_plastique:4200:20257576,20277674:film_plastique:4200:20278098,20277678:film_plastique:4200:20278014,20291009:film_plastique:4200:20291817,20296336:film_plastique:4200:20296511,20307290:film_plastique:4200:20308343,20308451:film_plastique:4200:20309970,20324562:film_plastique:4200:20325350,20330842:film_plastique:4200:20334301,20331821:film_plastique:4200:20334124,20334539:film_plastique:4200:20335606,20351129:film_plastique:4200:20352692,20354712:film_plastique:4200:20355412,20398811:film_plastique:4200:20401439,20403539:film_plastique:4200:20403596,20407606:film_plastique:4200:20412835,20410110:film_plastique:4200:20411740,20414615:film_plastique:4200:20416187,20418291:film_plastique:4200:20419450,20421527:film_plastique:4200:20421820,20433553:film_plastique:4200:20434611,20436920:film_plastique:4200:20441340,20441869:film_plastique:4200:20442743,20451768:film_plastique:4200:2045369'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.003361151830967507, 'nb_photo': 380, 'list_port_cont': '20172610,20218089,20220183,20225455,20225588,20227679,20246753,20250398,20257659,20264731,20273851,20277986,20326610,20328523,20343732,20353491,20355279,20355418,20355599,20410952,20412714,20421668,20452946,20454743,20456165,20479354,20480149,20486031,20491232,20514501,20516336,20516393,20562681,20597349,20610628,20678666,20682226,20696411,20709287,20709335,20719396,20719741,20728083,20779345,20779550,20833532,20833739,20834592,20845569,20847220,20854530', 'assoc_port': '20171946:20172610,20215674:20218089,20219535:20220183,20224378:20225588,20224381:20225455,20226939:20227679,20245938:20246753,20249728:20250398,20257109:20257659,20263700:20264731,20270889:20273851,20277684:20277986,20324553:20326610,20327793:20328523,20341995:20343732,20353379:20353491,20354708:20355418,20354711:20355279,20355355:20355599,20410111:20410952,20411272:20412714,20421518:20421668,20451769:20452946,20454229:20454743,20455316:20456165,20479234:20479354,20479473:20480149,20485444:20486031,20489623:20491232,20513203:20514501,20515633:20516393,20515635:20516336,20561523:20562681,20596786:20597349,20610318:20610628,20677302:20678666,20680363:20682226,20695689:20696411,20699102:20709287,20699104:20709335,20718507:20719741,20718513:20719396,20727919:20728083,20779070:20779550,20779073:20779345,20832939:20854530,20832998:20845569,20833006:20847220,20833037:20834592,20833043:20833739,20833053:20833532', 'assoc_mat': '20171946:film_plastique:4207:20172610,20215674:film_plastique:4207:20218089,20219535:film_plastique:4207:20220183,20224378:film_plastique:4207:20225588,20224381:film_plastique:4207:20225455,20226939:film_plastique:4207:20227679,20245938:film_plastique:4207:20246753,20249728:film_plastique:4207:20250398,20257109:film_plastique:4207:20257659,20263700:film_plastique:4207:20264731,20270889:film_plastique:4207:20273851,20277684:film_plastique:4207:20277986,20324553:film_plastique:4207:20326610,20327793:film_plastique:4207:20328523,20341995:film_plastique:4207:20343732,20353379:film_plastique:4207:20353491,20354708:film_plastique:4207:20355418,20354711:film_plastique:4207:20355279,20355355:film_plastique:4207:20355599,20410111:film_plastique:4207:20410952,20411272:film_plastique:4207:20412714,20421518:film_plastique:4207:20421668,20451769:film_plastique:4207:20452946,20454229:film_plastique:4207:20454743,20455316:film_plastique:4207:20456165,20479234:film_plastique:4207:20479354,20479473:film_plastique:4207:2048014'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02411563484028056, 'nb_photo': 1286, 'list_port_cont': '20894590,20896005,20896564,20898849,20907039,20907087,20907286,20909052,20909092,20910572,20910924,20919287,20919296,20929657,20930143,20931573,20941755,20941817,20942621,20942694,20966535,20974631,20975557,20976378,20976543,20995599,21054703,21129430,21129818,21131700,21161012,21161141,21161199,21162461,21163565,21163740,21164018,21164756,21165148,21165649,21165808,21166490,21166586,21166677,21166776,21166804,21167001,21167209,21176124,21176236,21176471,21176665,21177083,21177374,21178412,21180229,21180339,21180448,21180571,21180678,21181451,21181604,21181830,21182032,21182198,21182504,21182584,21182972,21183530,21184868,21185449,21186456,21186656,21186869,21187704,21187859,21187907,21188458,21188649,21189198,21189446,21189965,21190309,21190528,21190731,21190776,21191125,21191172,21191781,21191853,21191903,21192002,21192183,21192338,21192431,21193582,21193658,21194116,21194287,21194323,21194653,21194709,21194987,21195271,21195335,21195388,21195444,21195606,21198289,21198674,21198713,21198785,21198974,2120032', 'assoc_port': '20171946:21198289,20215674:21204627,20219535:21276385,20224378:21205174,20226939:21205462,20245938:21205822,20249728:21206583,20257109:21207181,20263700:21207630,20270889:21207711,20277684:21054703,20324553:21211380,20327793:21211642,20341995:21214518,20353379:21214709,20354708:21214467,20354711:21214699,20355355:21214356,20410111:21217467,20411272:21217451,20421518:21218112,20451769:21219097,20454229:21219230,20455316:21218964,20477525:21219905,20479234:21219940,20479473:21269534,20485444:21268373,20489623:21220145,20513203:21224939,20515633:21226567,20515635:21226715,20515637:21226908,20524360:21230629,20561523:21236049,20596786:21242264,20610318:21245798,20652563:21252223,20677302:21255557,20680363:21192338,20688365:21193658,20695689:21194709,20699102:21194323,20699104:21194287,20718507:21256536,20718513:21257264,20727919:21190528,20742145:21190731,20779070:21289730,20779073:21166490,20832939:21284815,20832998:21284310,20833006:21185449,20833037:21186656,20833043:21283831,20880569:20907286,20882063:2089600', 'assoc_mat': '20171946:film_plastique:4209:21198289,20215674:film_plastique:4209:21204627,20219535:film_plastique:4209:21276385,20224378:film_plastique:4209:21205174,20226939:film_plastique:4209:21205462,20245938:film_plastique:4209:21205822,20249728:film_plastique:4209:21206583,20257109:film_plastique:4209:21207181,20263700:film_plastique:4209:21207630,20270889:film_plastique:4209:21207711,20277684:film_plastique:4209:21054703,20324553:film_plastique:4209:21211380,20327793:film_plastique:4209:21211642,20341995:film_plastique:4209:21214518,20353379:film_plastique:4209:21214709,20354708:film_plastique:4209:21214467,20354711:film_plastique:4209:21214699,20355355:film_plastique:4209:21214356,20410111:film_plastique:4209:21217467,20411272:film_plastique:4209:21217451,20421518:film_plastique:4209:21218112,20451769:film_plastique:4209:21219097,20454229:film_plastique:4209:21219230,20455316:film_plastique:4209:21218964,20477525:film_plastique:4209:21219905,20479234:film_plastique:4209:21219940,20479473:film_plastique:4209:2126953'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.02282899036334486, 'nb_photo': 6, 'list_port_cont': '20550177', 'assoc_port': '20549748:20550177', 'assoc_mat': '20549748:film_plastique:4200:20550177'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002925506946693671, 'nb_photo': 8268, 'list_port_cont': '20168753,20170142,20173850,20174160,20178362,20178614,20184726,20200308,20203927,20206258,20209001,20209436,20217448,20218312,20220330,20223986,20226048,20226607,20227870,20229226,20247098,20259503,20265010,20296637,20332609,20334236,20337930,20339421,20340040,20345647,20350795,20351371,20353916,20355391,20358747,20360235,20360368,20360560,20361362,20362601,20362686,20363967,20364116,20364268,20365487,20365923,20366174,20367243,20367355,20368528,20368791,20369331,20370610,20395259,20400636,20402662,20407487,20411471,20416154,20419523,20422601,20438627,20442995,20443782,20444095,20452074,20455617,20456585,20470696,20475612,20476081,20477127,20480483,20483632,20486966,20487351,20490975,20492575,20493866,20493988,20505005,20506278,20506565,20506726,20507225,20516426,20518567,20522752,20525032,20525525,20546211,20549103,20551509,20553605,20565365,20567436,20577424,20580164,20597666,20599621,20603571,20606919,20607783,20609647,20611801,20613654,20617811,20623103,20623218,20631361,20633775,20636077,20637300,2064135', 'assoc_port': '20168058:20265010,20168492:20168753,20169287:20170142,20171950:20173850,20172748:20174160,20177140:20178362,20177547:20178614,20183126:20184726,20199782:20200308,20200514:20206258,20201665:20203927,20206393:20209436,20206396:20209001,20215665:20218312,20215671:20217448,20219533:20220330,20220268:20226607,20220270:20223986,20224384:20226048,20226942:20227870,20228246:20229226,20245966:20247098,20249724:20360235,20249727:20360368,20253023:20360560,20257111:20259503,20258543:20362686,20263701:20370610,20266081:20364268,20270891:20369331,20277682:20296637,20293713:20368791,20295679:20368528,20296493:20367355,20297024:20367243,20297026:20366174,20297653:20365923,20298063:20365487,20300871:20364116,20303263:20363967,20303271:20362601,20308453:20361362,20313891:20358747,20324554:20350795,20324561:20334236,20330845:20332609,20336407:20337930,20337414:20339421,20338546:20340040,20341992:20345647,20350378:20351371,20353380:20353916,20354709:20355391,20393269:20395259,20398810:20400636,20401674:20402662,20404210:2041952', 'assoc_mat': '20168058:film_plastique:4211:20265010,20168492:film_plastique:4211:20168753,20169287:film_plastique:4211:20170142,20171950:film_plastique:4211:20173850,20172748:film_plastique:4211:20174160,20177140:film_plastique:4211:20178362,20177547:film_plastique:4211:20178614,20183126:film_plastique:4211:20184726,20199782:film_plastique:4211:20200308,20200514:film_plastique:4211:20206258,20201665:film_plastique:4211:20203927,20206393:film_plastique:4211:20209436,20206396:film_plastique:4211:20209001,20215665:film_plastique:4211:20218312,20215671:film_plastique:4211:20217448,20219533:film_plastique:4211:20220330,20220268:film_plastique:4211:20226607,20220270:film_plastique:4211:20223986,20224384:film_plastique:4211:20226048,20226942:film_plastique:4211:20227870,20228246:film_plastique:4211:20229226,20245966:film_plastique:4211:20247098,20249724:film_plastique:4211:20360235,20249727:film_plastique:4211:20360368,20253023:film_plastique:4211:20360560,20257111:film_plastique:4211:20259503,20258543:film_plastique:4211:2036268'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '21207046', 'assoc_port': '21055171:21207046', 'assoc_mat': '21055171:kraft:4207:21207046'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013439733672751026, 'nb_photo': 1, 'list_port_cont': '21188657', 'assoc_port': '21124005:21188657', 'assoc_mat': '21124005:kraft:4209:21188657'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012534073345113236, 'nb_photo': 69, 'list_port_cont': '20474478,20485568,20545334,20674277,20782322,20888267,20889475,20919429,21001891,21002745,21053597,21053778,21053828,21053960,21054631,21054799,21056080,21056189,21056632,21057711,21059819,21060149,21123856,21124456,21124573,21125845,21126241,21129267,21130514,21130740,21130851,21131078,21131305', 'assoc_port': '20474345:20474478,20485442:20485568,20544936:20545334,20674231:20674277,20782294:20782322,20888115:20888267,20888796:20889475,20919368:20919429,21001689:21002745,21001724:21001891,21053291:21053597,21053695:21053778,21053722:21053960,21053759:21053828,21054310:21054631,21054617:21054799,21055520:21057711,21055613:21056189,21055634:21056080,21056520:21056632,21058271:21130851,21058309:21131078,21058352:21130740,21059257:21131305,21059408:21060149,21059410:21059819,21122397:21130514,21123371:21123856,21123968:21125845,21124006:21124573,21124046:21124456,21125557:21129267,21125602:21126241', 'assoc_mat': '20474345:kraft:3726:20474478,20485442:kraft:3726:20485568,20544936:kraft:3726:20545334,20674231:kraft:3726:20674277,20782294:kraft:3726:20782322,20888115:kraft:3726:20888267,20888796:kraft:3726:20889475,20919368:kraft:3726:20919429,21001689:kraft:3726:21002745,21001724:kraft:3726:21001891,21053291:kraft:3726:21053597,21053695:kraft:3726:21053778,21053722:kraft:3726:21053960,21053759:kraft:3726:21053828,21054310:kraft:3726:21054631,21054617:kraft:3726:21054799,21055520:kraft:3726:21057711,21055613:kraft:3726:21056189,21055634:kraft:3726:21056080,21056520:kraft:3726:21056632,21058271:kraft:3726:21130851,21058309:kraft:3726:21131078,21058352:kraft:3726:21130740,21059257:kraft:3726:21131305,21059408:kraft:3726:21060149,21059410:kraft:3726:21059819,21122397:kraft:3726:21130514,21123371:kraft:3726:21123856,21123968:kraft:3726:21125845,21124006:kraft:3726:21124573,21124046:kraft:3726:21124456,21125557:kraft:3726:21129267,21125602:kraft:3726:21126241'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0013136946045261917, 'nb_photo': 1, 'list_port_cont': '20781950', 'assoc_port': '20781478:20781950', 'assoc_mat': '20781478:kraft:4211:20781950'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9548494364344068, 'nb_photo': 470, 'list_port_cont': '20345897,20382455,20384587,20410426,20419431,20436293,20447913,20466593,20469149,20478283,20495682,20503204,20515112,20529710,20583896,20584266,20586227,20601088,20627244,20649207,20658807,20675818,20709050,20709649,20727240,20784152,20840124,20847630,20854354,20872672,20880637,20910994,20931946,21200252,21204904,21206175,21208548,21211940,21217187,21219657,21221508,21246156,21308262', 'assoc_port': '20204921:20345897,20266098:20436293,20296337:20382455,20303275:20384587,20326810:20410426,20338549:20419431,20392276:20447913,20414608:20466593,20431076:20495682,20445955:20478283,20469015:20469149,20485440:20503204,20505940:20515112,20517445:20529710,20553045:20583896,20561522:20584266,20570272:20586227,20600235:20601088,20612113:20627244,20630388:20658807,20640602:20649207,20672165:20675818,20685069:20709050,20699111:20709649,20718506:20727240,20776158:20784152,20832929:20840124,20833007:20847630,20836985:20854354,20848242:20872672,20880568:20880637,20886151:20910994,20924209:20931946,21001280:21200252,21001716:21211940,21002710:21217187,21053303:21204904,21053711:21206175,21054296:21208548,21055166:21219657,21055579:21221508,21058334:21246156,21124053:21308262', 'assoc_mat': '20204921:metal:4205:20345897,20266098:metal:4205:20436293,20296337:metal:4205:20382455,20303275:metal:4205:20384587,20326810:metal:4205:20410426,20338549:metal:4205:20419431,20392276:metal:4205:20447913,20414608:metal:4205:20466593,20431076:metal:4205:20495682,20445955:metal:4205:20478283,20469015:metal:4205:20469149,20485440:metal:4205:20503204,20505940:metal:4205:20515112,20517445:metal:4205:20529710,20553045:metal:4205:20583896,20561522:metal:4205:20584266,20570272:metal:4205:20586227,20600235:metal:4205:20601088,20612113:metal:4205:20627244,20630388:metal:4205:20658807,20640602:metal:4205:20649207,20672165:metal:4205:20675818,20685069:metal:4205:20709050,20699111:metal:4205:20709649,20718506:metal:4205:20727240,20776158:metal:4205:20784152,20832929:metal:4205:20840124,20833007:metal:4205:20847630,20836985:metal:4205:20854354,20848242:metal:4205:20872672,20880568:metal:4205:20880637,20886151:metal:4205:20910994,20924209:metal:4205:20931946,21001280:metal:4205:21200252,21001716:metal:4205:21211940,21002710:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004044816554924274, 'nb_photo': 591, 'list_port_cont': '20297161,20355865,20360462,20362949,20379888,20383281,20389335,20426341,20451282,20464644,20476676,20479599,20480109,20493736,20494537,20514593,20531314,20557665,20586562,20604136,20654744,20701964,20716024,20727300,20728264,20747394,20786037,20854618,20870340,20871176,20873483,20898825,20930529,20942021,20942872,20976506,21182371,21183252,21200438,21202860,21204566,21211652,21213382,21220163,21235758,21250807,21253549,21299030,21309286,21342350', 'assoc_port': '20171947:20297161,20228245:20355865,20251677:20360462,20262031:20362949,20291011:20379888,20297655:20383281,20308443:20389335,20354704:20426341,20398812:20451282,20410109:20464644,20421532:20493736,20441872:20476676,20451766:20480109,20470424:20494537,20479233:20479599,20505111:20514593,20519774:20531314,20549743:20557665,20573401:20586562,20602371:20604136,20634828:20654744,20692234:20701964,20703033:20716024,20718502:20727300,20720594:20728264,20732078:20747394,20780559:20786037,20832985:20870340,20833038:20873483,20836981:20854618,20845542:20871176,20882059:20930529,20888117:20898825,20919369:20942872,20927010:20942021,20966339:20976506,21001284:21200438,21001694:21211652,21001717:21213382,21053272:21202860,21053297:21204566,21055192:21220163,21056532:21235758,21059205:21342350,21059359:21250807,21059806:21253549,21120302:21299030,21122482:21182371,21123359:21183252,21124048:21309286', 'assoc_mat': '20171947:metal:4203:20297161,20228245:metal:4203:20355865,20251677:metal:4203:20360462,20262031:metal:4203:20362949,20291011:metal:4203:20379888,20297655:metal:4203:20383281,20308443:metal:4203:20389335,20354704:metal:4203:20426341,20398812:metal:4203:20451282,20410109:metal:4203:20464644,20421532:metal:4203:20493736,20441872:metal:4203:20476676,20451766:metal:4203:20480109,20470424:metal:4203:20494537,20479233:metal:4203:20479599,20505111:metal:4203:20514593,20519774:metal:4203:20531314,20549743:metal:4203:20557665,20573401:metal:4203:20586562,20602371:metal:4203:20604136,20634828:metal:4203:20654744,20692234:metal:4203:20701964,20703033:metal:4203:20716024,20718502:metal:4203:20727300,20720594:metal:4203:20728264,20732078:metal:4203:20747394,20780559:metal:4203:20786037,20832985:metal:4203:20870340,20833038:metal:4203:20873483,20836981:metal:4203:20854618,20845542:metal:4203:20871176,20882059:metal:4203:20930529,20888117:metal:4203:20898825,20919369:metal:4203:20942872,20927010:metal:4203:20942021,20966339:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005047595098694252, 'nb_photo': 139, 'list_port_cont': '20252802,20442982,20456333,20472422,20478081,20478269,20506143,20550569,20553624,20599251,20630982,20631765,20671634,20681486,20718485,20779976,20833094,20834838,20880659,20886233,20889272,20892874,20895777,20916035,20919664,20924691,20925830,20926412,20967669,21001759,21001990,21002133,21002604,21002801,21056301,21059032,21061044,21123335,21123789,21124409,21124853,21125240,21127682,21128190,21128203,21129127,21130602,21131000,21131553,21132110,21132137,21132287,21132821,21132886,21133107,21135851,21136067,21136742,21160954,21162163,21182562,21187227,21192384,21192471,21192682,21199188,21199746,21199767,21201012,21201296,21202983,21206630,21206695,21206884,21206910,21207052,21207138,21207462,21207538,21207749,21208396,21208521,21208643,21208951,21209444', 'assoc_port': '20251679:20252802,20441871:20442982,20455313:20456333,20471727:20472422,20477524:20478269,20477528:20478081,20505938:20506143,20547838:20550569,20551963:20553624,20598618:20599251,20630386:20630982,20631043:20631765,20671424:20671634,20680377:20681486,20717940:20718485,20779601:20779976,20832405:20833094,20834196:20834838,20880567:20880659,20886147:20886233,20888766:20889272,20891551:20892874,20895538:20895777,20915461:20916035,20919370:20919664,20924210:20924691,20925354:20926412,20925359:20925830,20966344:20967669,21001261:21199188,21001268:21199746,21001272:21199767,21001281:21001759,21001712:21002604,21001714:21002133,21001720:21001990,21002727:21002801,21053255:21201012,21053257:21201296,21053275:21202983,21053717:21206630,21053719:21206910,21054295:21208521,21054300:21208396,21054313:21129127,21054592:21207749,21054600:21207538,21054606:21207462,21055163:21207138,21055171:21207052,21055178:21206884,21055510:21206695,21055516:21136742,21055581:21056301,21056519:21130602,21058231:21136067,21058269:2113585', 'assoc_mat': '20251679:metal:4207:20252802,20441871:metal:4207:20442982,20455313:metal:4207:20456333,20471727:metal:4207:20472422,20477524:metal:4207:20478269,20477528:metal:4207:20478081,20505938:metal:4207:20506143,20547838:metal:4207:20550569,20551963:metal:4207:20553624,20598618:metal:4207:20599251,20630386:metal:4207:20630982,20631043:metal:4207:20631765,20671424:metal:4207:20671634,20680377:metal:4207:20681486,20717940:metal:4207:20718485,20779601:metal:4207:20779976,20832405:metal:4207:20833094,20834196:metal:4207:20834838,20880567:metal:4207:20880659,20886147:metal:4207:20886233,20888766:metal:4207:20889272,20891551:metal:4207:20892874,20895538:metal:4207:20895777,20915461:metal:4207:20916035,20919370:metal:4207:20919664,20924210:metal:4207:20924691,20925354:metal:4207:20926412,20925359:metal:4207:20925830,20966344:metal:4207:20967669,21001261:metal:4207:21199188,21001268:metal:4207:21199746,21001272:metal:4207:21199767,21001281:metal:4207:21001759,21001712:metal:4207:21002604,21001714:metal:4207:21002133,21001720:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007495232504400903, 'nb_photo': 39, 'list_port_cont': '20410507,20493877,20557925,20586637,20727565,20747613,20750428,20787365,20877659,21003153,21164898,21176813,21198403,21200162,21200494,21202458,21214567,21216076,21216803,21217337,21219243,21220797,21224451,21231916,21242537,21254197,21304982,21319161,21321846,21324135', 'assoc_port': '20326809:20410507,20469231:20493877,20555729:20557925,20576082:20586637,20718544:20727565,20727289:20747613,20734875:20750428,20782291:20787365,20854906:20877659,21001224:21198403,21001271:21200162,21001286:21200494,21001736:21214567,21002620:21216076,21002634:21216803,21002641:21217337,21002728:21003153,21053268:21202458,21053302:21319161,21054640:21219243,21055518:21220797,21055633:21224451,21056506:21231916,21058225:21242537,21059811:21254197,21059897:21304982,21120290:21164898,21120310:21324135,21122347:21176813,21125613:21321846', 'assoc_mat': '20326809:metal:4461:20410507,20469231:metal:4461:20493877,20555729:metal:4461:20557925,20576082:metal:4461:20586637,20718544:metal:4461:20727565,20727289:metal:4461:20747613,20734875:metal:4461:20750428,20782291:metal:4461:20787365,20854906:metal:4461:20877659,21001224:metal:4461:21198403,21001271:metal:4461:21200162,21001286:metal:4461:21200494,21001736:metal:4461:21214567,21002620:metal:4461:21216076,21002634:metal:4461:21216803,21002641:metal:4461:21217337,21002728:metal:4461:21003153,21053268:metal:4461:21202458,21053302:metal:4461:21319161,21054640:metal:4461:21219243,21055518:metal:4461:21220797,21055633:metal:4461:21224451,21056506:metal:4461:21231916,21058225:metal:4461:21242537,21059811:metal:4461:21254197,21059897:metal:4461:21304982,21120290:metal:4461:21164898,21120310:metal:4461:21324135,21122347:metal:4461:21176813,21125613:metal:4461:21321846'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.21217402706373592, 'nb_photo': 2848, 'list_port_cont': '20226904,20228123,20257571,20272199,20278011,20278102,20291809,20296525,20308345,20309967,20325351,20334132,20334296,20335620,20352693,20355401,20403601,20411738,20412839,20416185,20419447,20421829,20434613,20441330,20457583,20461388,20469058,20470515,20478176,20482514,20486354,20501266,20504921,20512280,20523230,20523487,20557173,20562353,20597231,20597533,20600831,20608094,20609418,20617527,20618703,20632673,20633459,20637000,20675297,20678149,20696826,20703476,20703649,20709264,20709360,20715904,20718464,20728064,20729162,20730013,20731254,20732364,20777125,20779693,20779749,20781866,20782738,20833758,20833958,20838555,20840029,20840898,20843641,20845986,20847766,20848499,20882243,20882455,20886114,20887403,20887953,20888067,20888468,20888600,20889848,20890173,20890481,20892015,20892996,20893109,20893428,20895498,20916147,20922793,20924071,20925478,20927066,20930018,20931232,20966468,20971052,20971296,20974039,20975460,21001550,21001628,21001771,21001954,21002023,21002413,21002900,21053846,21054121,2105476', 'assoc_port': '20224380:20226904,20226941:20228123,20254278:20272199,20257117:20257571,20277674:20278102,20277678:20278011,20291009:20291809,20296336:20296525,20307290:20308345,20308451:20309967,20324562:20325351,20330842:20334296,20331821:20334132,20334539:20335620,20351129:20352693,20354712:20355401,20403539:20403601,20407606:20412839,20410110:20411738,20414615:20416185,20418291:20419447,20421527:20421829,20433553:20434613,20436920:20441330,20455315:20457583,20460488:20461388,20469016:20469058,20470421:20470515,20477526:20478176,20479472:20482514,20485445:20486354,20500513:20501266,20504796:20504921,20510743:20512280,20522136:20523230,20522902:20523487,20555730:20557173,20561529:20562353,20596784:20597533,20596787:20597231,20600236:20600831,20607820:20608094,20608556:20609418,20616936:20617527,20617896:20618703,20631044:20632673,20632057:20633459,20636733:20637000,20675069:20675297,20677303:20678149,20690024:20696826,20699101:20709360,20699105:20709264,20699109:20703476,20703029:20703649,20715257:20715904,20717939:2071846', 'assoc_mat': '20224380:metal:4200:20226904,20226941:metal:4200:20228123,20254278:metal:4200:20272199,20257117:metal:4200:20257571,20277674:metal:4200:20278102,20277678:metal:4200:20278011,20291009:metal:4200:20291809,20296336:metal:4200:20296525,20307290:metal:4200:20308345,20308451:metal:4200:20309967,20324562:metal:4200:20325351,20330842:metal:4200:20334296,20331821:metal:4200:20334132,20334539:metal:4200:20335620,20351129:metal:4200:20352693,20354712:metal:4200:20355401,20403539:metal:4200:20403601,20407606:metal:4200:20412839,20410110:metal:4200:20411738,20414615:metal:4200:20416185,20418291:metal:4200:20419447,20421527:metal:4200:20421829,20433553:metal:4200:20434613,20436920:metal:4200:20441330,20455315:metal:4200:20457583,20460488:metal:4200:20461388,20469016:metal:4200:20469058,20470421:metal:4200:20470515,20477526:metal:4200:20478176,20479472:metal:4200:20482514,20485445:metal:4200:20486354,20500513:metal:4200:20501266,20504796:metal:4200:20504921,20510743:metal:4200:20512280,20522136:metal:4200:20523230,20522902:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.00014943147719478737, 'nb_photo': 1, 'list_port_cont': '20516364', 'assoc_port': '20515637:20516364', 'assoc_mat': '20515637:metal:3594:20516364'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.005330275245966462, 'nb_photo': 41, 'list_port_cont': '20218078,20220185,20225580,20257657,20264743,20273836,20343739,20421665,20454747,20480145,20486029,20491227,20516333,20516381,20562677,20597353,20610625,20709293,20709336,20719399,20728089,20833534,20833727,20847212', 'assoc_port': '20215674:20218078,20219535:20220185,20224378:20225580,20257109:20257657,20263700:20264743,20270889:20273836,20341995:20343739,20421518:20421665,20454229:20454747,20479473:20480145,20485444:20486029,20489623:20491227,20515633:20516381,20515635:20516333,20561523:20562677,20596786:20597353,20610318:20610625,20699102:20709293,20699104:20709336,20718513:20719399,20727919:20728089,20833006:20847212,20833043:20833727,20833053:20833534', 'assoc_mat': '20215674:metal:4207:20218078,20219535:metal:4207:20220185,20224378:metal:4207:20225580,20257109:metal:4207:20257657,20263700:metal:4207:20264743,20270889:metal:4207:20273836,20341995:metal:4207:20343739,20421518:metal:4207:20421665,20454229:metal:4207:20454747,20479473:metal:4207:20480145,20485444:metal:4207:20486029,20489623:metal:4207:20491227,20515633:metal:4207:20516381,20515635:metal:4207:20516333,20561523:metal:4207:20562677,20596786:metal:4207:20597353,20610318:metal:4207:20610625,20699102:metal:4207:20709293,20699104:metal:4207:20709336,20718513:metal:4207:20719399,20727919:metal:4207:20728089,20833006:metal:4207:20847212,20833043:metal:4207:20833727,20833053:metal:4207:20833534'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.020464848295973944, 'nb_photo': 600, 'list_port_cont': '20896563,20898845,20907043,20910042,20910564,20910929,20919282,20919309,20930136,20941762,20942619,20966524,20974628,20975168,20975551,20976377,20976548,20976664,20995612,21054700,21125355,21129424,21129811,21161015,21161196,21162469,21163558,21163737,21164005,21164769,21165656,21165803,21166497,21166672,21166772,21166812,21166989,21167211,21176109,21176457,21176663,21177093,21180237,21180439,21180576,21180682,21181455,21181832,21182041,21182071,21182187,21182493,21182569,21183888,21184708,21184870,21185097,21185450,21186464,21186665,21187708,21187864,21187910,21188470,21189447,21190525,21190735,21190769,21191122,21191170,21191776,21191847,21191906,21191986,21192196,21192428,21193574,21193655,21194112,21194299,21194651,21194702,21194984,21195340,21195387,21195436,21198664,21198978,21200324,21200604,21202121,21202802,21204040,21204623,21204675,21205169,21205421,21205464,21205588,21205826,21206012,21206115,21206572,21207125,21207165,21207178,21207337,21207596,21207619,21207639,21207667,21207686,21207706,2120791', 'assoc_port': '20215674:21204623,20219535:21276393,20224378:21205169,20226939:21205464,20245938:21205826,20249728:21206572,20257109:21207178,20263700:21207619,20270889:21207706,20277684:21054700,20300842:21209703,20324553:21211371,20327793:21211645,20341995:21214523,20353379:21214704,20354708:21214462,20354711:21214693,20355355:21214355,20410111:21217479,20411272:21217463,20421518:21218103,20451769:21219103,20454229:21219237,20455316:21218961,20477525:21219906,20479473:21269532,20485444:21268378,20489623:21220152,20513203:21224944,20515633:21226580,20515635:21226700,20515637:21226909,20561523:21236055,20596786:21242271,20610318:21245812,20688365:21193655,20695689:21194702,20699104:21194299,20718507:21256553,20718513:21257253,20727919:21190525,20742145:21190735,20779070:21289736,20779073:21166497,20832939:21284807,20832998:21284318,20833006:21185450,20833037:21186665,20833043:21283839,20833053:21125355,20885736:20910564,20887002:20896563,20888118:20898845,20888384:20919309,20888386:20919282,20888765:20907043,20892354:2091004', 'assoc_mat': '20215674:metal:4209:21204623,20219535:metal:4209:21276393,20224378:metal:4209:21205169,20226939:metal:4209:21205464,20245938:metal:4209:21205826,20249728:metal:4209:21206572,20257109:metal:4209:21207178,20263700:metal:4209:21207619,20270889:metal:4209:21207706,20277684:metal:4209:21054700,20300842:metal:4209:21209703,20324553:metal:4209:21211371,20327793:metal:4209:21211645,20341995:metal:4209:21214523,20353379:metal:4209:21214704,20354708:metal:4209:21214462,20354711:metal:4209:21214693,20355355:metal:4209:21214355,20410111:metal:4209:21217479,20411272:metal:4209:21217463,20421518:metal:4209:21218103,20451769:metal:4209:21219103,20454229:metal:4209:21219237,20455316:metal:4209:21218961,20477525:metal:4209:21219906,20479473:metal:4209:21269532,20485444:metal:4209:21268378,20489623:metal:4209:21220152,20513203:metal:4209:21224944,20515633:metal:4209:21226580,20515635:metal:4209:21226700,20515637:metal:4209:21226909,20561523:metal:4209:21236055,20596786:metal:4209:21242271,20610318:metal:4209:21245812,20688365:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.18421830225882627, 'nb_photo': 6, 'list_port_cont': '20550169', 'assoc_port': '20549748:20550169', 'assoc_mat': '20549748:metal:4200:20550169'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01238675466484139, 'nb_photo': 2770, 'list_port_cont': '20168748,20170133,20173854,20174168,20178358,20178613,20184718,20200310,20203914,20206249,20208993,20209440,20217455,20218308,20220320,20223976,20226040,20226618,20227879,20229217,20247092,20259505,20265006,20296644,20332604,20334230,20337944,20339423,20340038,20345654,20350789,20351373,20353917,20355387,20358757,20360236,20360365,20360570,20361370,20362597,20362688,20363960,20364113,20364273,20365490,20365924,20366167,20367248,20367341,20368523,20368793,20369345,20370617,20395267,20402663,20407486,20411477,20416142,20419525,20422610,20438630,20443001,20443784,20444099,20452064,20455623,20456586,20470705,20475608,20476084,20477120,20480486,20483629,20486967,20487365,20490977,20492572,20493853,20493983,20505002,20506281,20506546,20506716,20507227,20516423,20518551,20522754,20525035,20525515,20546218,20549095,20551513,20553601,20565369,20567438,20577414,20580158,20597681,20599628,20603566,20606921,20607789,20609641,20611807,20613655,20617812,20623100,20623231,20631363,20633772,20636068,20637302,20641356,2064355', 'assoc_port': '20168058:20265006,20168492:20168748,20169287:20170133,20171950:20173854,20172748:20174168,20177140:20178358,20177547:20178613,20183126:20184718,20199782:20200310,20200514:20206249,20201665:20203914,20206393:20209440,20206396:20208993,20215665:20218308,20215671:20217455,20219533:20220320,20220268:20226618,20220270:20223976,20224384:20226040,20226942:20227879,20228246:20229217,20245966:20247092,20249724:20360236,20249727:20360365,20253023:20360570,20257111:20259505,20258543:20362688,20263701:20370617,20266081:20364273,20270891:20369345,20277682:20296644,20293713:20368793,20295679:20368523,20296493:20367341,20297024:20367248,20297026:20366167,20297653:20365924,20298063:20365490,20300871:20364113,20303263:20363960,20303271:20362597,20308453:20361370,20313891:20358757,20324554:20350789,20324561:20334230,20330845:20332604,20336407:20337944,20337414:20339423,20338546:20340038,20341992:20345654,20350378:20351373,20353380:20353917,20354709:20355387,20393269:20395267,20401674:20402663,20404210:20419525,20404212:2040748', 'assoc_mat': '20168058:metal:4211:20265006,20168492:metal:4211:20168748,20169287:metal:4211:20170133,20171950:metal:4211:20173854,20172748:metal:4211:20174168,20177140:metal:4211:20178358,20177547:metal:4211:20178613,20183126:metal:4211:20184718,20199782:metal:4211:20200310,20200514:metal:4211:20206249,20201665:metal:4211:20203914,20206393:metal:4211:20209440,20206396:metal:4211:20208993,20215665:metal:4211:20218308,20215671:metal:4211:20217455,20219533:metal:4211:20220320,20220268:metal:4211:20226618,20220270:metal:4211:20223976,20224384:metal:4211:20226040,20226942:metal:4211:20227879,20228246:metal:4211:20229217,20245966:metal:4211:20247092,20249724:metal:4211:20360236,20249727:metal:4211:20360365,20253023:metal:4211:20360570,20257111:metal:4211:20259505,20258543:metal:4211:20362688,20263701:metal:4211:20370617,20266081:metal:4211:20364273,20270891:metal:4211:20369345,20277682:metal:4211:20296644,20293713:metal:4211:20368793,20295679:metal:4211:20368523,20296493:metal:4211:20367341,20297024:metal:4211:20367248,20297026:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0047437553838372845, 'nb_photo': 1, 'list_port_cont': '20340541', 'assoc_port': '20338547:20340541', 'assoc_mat': '20338547:metal:3327:20340541'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001542692285946147, 'nb_photo': 11, 'list_port_cont': '21001649,21001936,21056003,21124760,21129934,21129986', 'assoc_port': '21001262:21001936,21001273:21001649,21002613:21129986,21002624:21129934,21053304:21056003,21124054:21124760', 'assoc_mat': '21001262:metal:3594:21001936,21001273:metal:3594:21001649,21002613:metal:3594:21129986,21002624:metal:3594:21129934,21053304:metal:3594:21056003,21124054:metal:3594:21124760'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016721781837523406, 'nb_photo': 2085, 'list_port_cont': '20345898,20382458,20384586,20410412,20419444,20436294,20447907,20466596,20469137,20478288,20495671,20503197,20515108,20529701,20583886,20584255,20586223,20601097,20627242,20649217,20658805,20675826,20709045,20709642,20727242,20728055,20784160,20787016,20840132,20847638,20854353,20872674,20880503,20880645,20910990,20919486,20931944,20975686,21183091,21193347,21200250,21204909,21206166,21208540,21211947,21217197,21219655,21221505,21246167,21308251', 'assoc_port': '20204921:20345898,20266098:20436294,20296337:20382458,20303275:20384586,20326810:20410412,20338549:20419444,20392276:20447907,20414608:20466596,20431076:20495671,20445955:20478288,20469015:20469137,20485440:20503197,20505940:20515108,20517445:20529701,20553045:20583886,20561522:20584255,20570272:20586223,20600235:20601097,20612113:20627242,20630388:20658805,20640602:20649217,20672165:20675826,20685069:20709045,20699111:20709642,20718506:20727242,20720578:20728055,20776158:20784160,20781905:20787016,20832929:20840132,20833007:20847638,20836985:20854353,20841933:20880503,20848242:20872674,20880568:20880645,20886151:20910990,20888388:20919486,20924209:20931944,20966334:20975686,21001280:21200250,21001716:21211947,21002710:21217197,21053303:21204909,21053711:21206166,21054296:21208540,21055166:21219655,21055579:21221505,21058334:21246167,21123363:21183091,21124053:21308251,21125601:21193347', 'assoc_mat': '20204921:papier:4205:20345898,20266098:papier:4205:20436294,20296337:papier:4205:20382458,20303275:papier:4205:20384586,20326810:papier:4205:20410412,20338549:papier:4205:20419444,20392276:papier:4205:20447907,20414608:papier:4205:20466596,20431076:papier:4205:20495671,20445955:papier:4205:20478288,20469015:papier:4205:20469137,20485440:papier:4205:20503197,20505940:papier:4205:20515108,20517445:papier:4205:20529701,20553045:papier:4205:20583886,20561522:papier:4205:20584255,20570272:papier:4205:20586223,20600235:papier:4205:20601097,20612113:papier:4205:20627242,20630388:papier:4205:20658805,20640602:papier:4205:20649217,20672165:papier:4205:20675826,20685069:papier:4205:20709045,20699111:papier:4205:20709642,20718506:papier:4205:20727242,20720578:papier:4205:20728055,20776158:papier:4205:20784160,20781905:papier:4205:20787016,20832929:papier:4205:20840132,20833007:papier:4205:20847638,20836985:papier:4205:20854353,20841933:papier:4205:20880503,20848242:papier:4205:20872674,20880568:papier:4205:20880645,2088'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009602423956625437, 'nb_photo': 4190, 'list_port_cont': '20297162,20355860,20360469,20362955,20379883,20383276,20389340,20426353,20451281,20464654,20476679,20479604,20480102,20493744,20494528,20514605,20522620,20531319,20557663,20586566,20604137,20619400,20654746,20701968,20716015,20727291,20728270,20728437,20747399,20786049,20854617,20870339,20871184,20873484,20898838,20930520,20942016,20942868,20976510,21182374,21183254,21200442,21202858,21204573,21211659,21213390,21220172,21235763,21250819,21253544,21299037,21309288,21342357', 'assoc_port': '20171947:20297162,20228245:20355860,20251677:20360469,20262031:20362955,20291011:20379883,20297655:20383276,20308443:20389340,20354704:20426353,20398812:20451281,20410109:20464654,20421532:20493744,20441872:20476679,20451766:20480102,20470424:20494528,20479233:20479604,20505111:20514605,20510744:20522620,20519774:20531319,20549743:20557663,20573401:20586566,20602371:20604137,20610319:20619400,20634828:20654746,20684265:20728437,20692234:20701968,20703033:20716015,20718502:20727291,20720594:20728270,20732078:20747399,20780559:20786049,20832985:20870339,20833038:20873484,20836981:20854617,20845542:20871184,20882059:20930520,20888117:20898838,20919369:20942868,20927010:20942016,20966339:20976510,21001284:21200442,21001694:21211659,21001717:21213390,21053272:21202858,21053297:21204573,21055192:21220172,21056532:21235763,21059205:21342357,21059359:21250819,21059806:21253544,21120302:21299037,21122482:21182374,21123359:21183254,21124048:21309288', 'assoc_mat': '20171947:papier:4203:20297162,20228245:papier:4203:20355860,20251677:papier:4203:20360469,20262031:papier:4203:20362955,20291011:papier:4203:20379883,20297655:papier:4203:20383276,20308443:papier:4203:20389340,20354704:papier:4203:20426353,20398812:papier:4203:20451281,20410109:papier:4203:20464654,20421532:papier:4203:20493744,20441872:papier:4203:20476679,20451766:papier:4203:20480102,20470424:papier:4203:20494528,20479233:papier:4203:20479604,20505111:papier:4203:20514605,20510744:papier:4203:20522620,20519774:papier:4203:20531319,20549743:papier:4203:20557663,20573401:papier:4203:20586566,20602371:papier:4203:20604137,20610319:papier:4203:20619400,20634828:papier:4203:20654746,20684265:papier:4203:20728437,20692234:papier:4203:20701968,20703033:papier:4203:20716015,20718502:papier:4203:20727291,20720594:papier:4203:20728270,20732078:papier:4203:20747399,20780559:papier:4203:20786049,20832985:papier:4203:20870339,20833038:papier:4203:20873484,20836981:papier:4203:20854617,20845542:papier:4203:20871184,2088'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04488316528391014, 'nb_photo': 9914, 'list_port_cont': '20168687,20173973,20252804,20442976,20456340,20472413,20478084,20478270,20506132,20550574,20553636,20599241,20603150,20607991,20630975,20631766,20671627,20673779,20681482,20692670,20718496,20779987,20833093,20834836,20838985,20840275,20878347,20880368,20880661,20882202,20886236,20888462,20888490,20888976,20889273,20892395,20892872,20895772,20916042,20917574,20919651,20924686,20925450,20925829,20926424,20927052,20929953,20966451,20966513,20967662,20967722,20968179,20968230,21001532,21001745,21001913,21001986,21002134,21002598,21002657,21002798,21053641,21053761,21054017,21054719,21054813,21055219,21056299,21056311,21056378,21059027,21060465,21061045,21120482,21120620,21123327,21123406,21123792,21124092,21124413,21124859,21125165,21125246,21126196,21126290,21127003,21127683,21128187,21128200,21128307,21128731,21128835,21129009,21129057,21129125,21129357,21129575,21129717,21129799,21129913,21129969,21130249,21130299,21130346,21130398,21130458,21130530,21130592,21130720,21131004,21131359,21131495,21131556,2113168', 'assoc_port': '20168493:20168687,20172747:20173973,20251679:20252804,20441871:20442976,20455313:20456340,20471727:20472413,20477524:20478270,20477528:20478084,20505938:20506132,20547838:20550574,20551963:20553636,20598618:20599241,20602370:20603150,20607822:20607991,20630386:20630975,20631043:20631766,20671424:20671627,20673657:20673779,20680377:20681482,20692247:20692670,20717940:20718496,20779601:20779987,20832405:20833093,20832932:20840275,20834196:20834836,20838639:20838985,20877876:20878347,20880237:20880368,20880567:20880661,20882062:20882202,20886147:20886236,20888382:20888490,20888387:20888462,20888766:20889273,20888780:20888976,20891551:20892872,20891558:20892395,20895538:20895772,20912928:20925450,20915461:20916042,20916992:20917574,20919370:20919651,20924210:20924686,20925354:20926424,20925359:20925829,20927005:20927052,20929767:20929953,20966321:20968230,20966331:20968179,20966337:20967722,20966344:20967662,20966351:20966513,20966357:20966451,21001226:21198524,21001232:21198707,21001261:21199184,21001268:2119974', 'assoc_mat': '20168493:papier:4207:20168687,20172747:papier:4207:20173973,20251679:papier:4207:20252804,20441871:papier:4207:20442976,20455313:papier:4207:20456340,20471727:papier:4207:20472413,20477524:papier:4207:20478270,20477528:papier:4207:20478084,20505938:papier:4207:20506132,20547838:papier:4207:20550574,20551963:papier:4207:20553636,20598618:papier:4207:20599241,20602370:papier:4207:20603150,20607822:papier:4207:20607991,20630386:papier:4207:20630975,20631043:papier:4207:20631766,20671424:papier:4207:20671627,20673657:papier:4207:20673779,20680377:papier:4207:20681482,20692247:papier:4207:20692670,20717940:papier:4207:20718496,20779601:papier:4207:20779987,20832405:papier:4207:20833093,20832932:papier:4207:20840275,20834196:papier:4207:20834836,20838639:papier:4207:20838985,20877876:papier:4207:20878347,20880237:papier:4207:20880368,20880567:papier:4207:20880661,20882062:papier:4207:20882202,20886147:papier:4207:20886236,20888382:papier:4207:20888490,20888387:papier:4207:20888462,20888766:papier:4207:20889273,2088'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21795162564990964, 'nb_photo': 68796, 'list_port_cont': '20371581,20377705,20384288,20388693,20410519,20412377,20424350,20435576,20438436,20465196,20466985,20493103,20493874,20507379,20510617,20512342,20512806,20514532,20552860,20557929,20584355,20584431,20585242,20586351,20586639,20618941,20626055,20627061,20640610,20643961,20671536,20673296,20690445,20691796,20698875,20702479,20727574,20747621,20750432,20752267,20784277,20786122,20787363,20830717,20845484,20847030,20848357,20877661,20880293,20895241,20908813,20910072,20916114,20919103,20920349,20925560,20927284,20929985,20935448,20938841,20941837,20942669,20949479,20976978,20977150,20995429,20995776,21003158,21160986,21163344,21164905,21165846,21166377,21176809,21177918,21178965,21180584,21181021,21181386,21183219,21183786,21184754,21186019,21189129,21189985,21190565,21190929,21191462,21191644,21192639,21193259,21195139,21195486,21198409,21199026,21199474,21200165,21200367,21200504,21201209,21201989,21202456,21203208,21204012,21204378,21204804,21205497,21205728,21205969,21206391,21206919,21207032,21207270,2120742', 'assoc_port': '20262011:20435576,20270432:20371581,20270890:20438436,20277680:20377705,20300840:20384288,20308445:20388693,20323457:20493103,20324556:20466985,20326809:20410519,20331795:20412377,20351126:20424350,20411273:20465196,20469231:20493874,20475362:20507379,20479476:20514532,20487793:20512342,20502149:20510617,20504795:20512806,20524358:20552860,20555729:20557929,20562533:20584431,20562536:20584355,20566749:20585242,20570275:20586351,20576082:20586639,20610315:20618941,20617899:20627061,20623011:20626055,20631045:20640610,20637040:20643961,20645280:20671536,20649581:20673296,20675611:20702479,20677297:20690445,20688364:20698875,20690028:20691796,20718544:20727574,20727289:20747621,20734875:20750432,20748609:20752267,20777278:20784277,20780598:20786122,20782291:20787363,20827591:20830717,20832993:20845484,20833003:20847030,20833051:20848357,20838637:20880293,20854906:20877661,20886148:20916114,20886150:20895241,20886996:20935448,20888383:20919103,20888391:20920349,20889872:20908813,20891559:20938841,20892353:2091007', 'assoc_mat': '20262011:papier:4461:20435576,20270432:papier:4461:20371581,20270890:papier:4461:20438436,20277680:papier:4461:20377705,20300840:papier:4461:20384288,20308445:papier:4461:20388693,20323457:papier:4461:20493103,20324556:papier:4461:20466985,20326809:papier:4461:20410519,20331795:papier:4461:20412377,20351126:papier:4461:20424350,20411273:papier:4461:20465196,20469231:papier:4461:20493874,20475362:papier:4461:20507379,20479476:papier:4461:20514532,20487793:papier:4461:20512342,20502149:papier:4461:20510617,20504795:papier:4461:20512806,20524358:papier:4461:20552860,20555729:papier:4461:20557929,20562533:papier:4461:20584431,20562536:papier:4461:20584355,20566749:papier:4461:20585242,20570275:papier:4461:20586351,20576082:papier:4461:20586639,20610315:papier:4461:20618941,20617899:papier:4461:20627061,20623011:papier:4461:20626055,20631045:papier:4461:20640610,20637040:papier:4461:20643961,20645280:papier:4461:20671536,20649581:papier:4461:20673296,20675611:papier:4461:20702479,20677297:papier:4461:20690445,2068'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015015593834449238, 'nb_photo': 4149, 'list_port_cont': '20226906,20228125,20257564,20272208,20278017,20278103,20291818,20296523,20308347,20309973,20325356,20334137,20334307,20335609,20352694,20355402,20401443,20403598,20411736,20412836,20416189,20419451,20421814,20434622,20441335,20442742,20453693,20457594,20461374,20469064,20470520,20478184,20482521,20486355,20501271,20504925,20512289,20523232,20523486,20557185,20562356,20597237,20597528,20600833,20608108,20609417,20617519,20618707,20632660,20633454,20637007,20675306,20678160,20696824,20703474,20703658,20709271,20709355,20715905,20718452,20728068,20729153,20730010,20731255,20732374,20777118,20779689,20779752,20781854,20782731,20833759,20833957,20838559,20840035,20840893,20843644,20845993,20847775,20848506,20882254,20882445,20886124,20887405,20887954,20888063,20888474,20888606,20889836,20890177,20890470,20892022,20892992,20893102,20893440,20895501,20916149,20922789,20924082,20925470,20927064,20930008,20931227,20966482,20971055,20971297,20974042,20975458,21001540,21001633,21001769,21001955,21002032,21002405,2100289', 'assoc_port': '20224380:20226906,20226941:20228125,20254278:20272208,20257117:20257564,20277674:20278103,20277678:20278017,20291009:20291818,20296336:20296523,20307290:20308347,20308451:20309973,20324562:20325356,20330842:20334307,20331821:20334137,20334539:20335609,20351129:20352694,20354712:20355402,20398811:20401443,20403539:20403598,20407606:20412836,20410110:20411736,20414615:20416189,20418291:20419451,20421527:20421814,20433553:20434622,20436920:20441335,20441869:20442742,20451768:20453693,20455315:20457594,20460488:20461374,20469016:20469064,20470421:20470520,20477526:20478184,20479472:20482521,20485445:20486355,20500513:20501271,20504796:20504925,20510743:20512289,20522136:20523232,20522902:20523486,20555730:20557185,20561529:20562356,20596784:20597528,20596787:20597237,20600236:20600833,20607820:20608108,20608556:20609417,20616936:20617519,20617896:20618707,20631044:20632660,20632057:20633454,20636733:20637007,20675069:20675306,20677303:20678160,20690024:20696824,20699101:20709355,20699105:20709271,20699109:2070347', 'assoc_mat': '20224380:papier:4200:20226906,20226941:papier:4200:20228125,20254278:papier:4200:20272208,20257117:papier:4200:20257564,20277674:papier:4200:20278103,20277678:papier:4200:20278017,20291009:papier:4200:20291818,20296336:papier:4200:20296523,20307290:papier:4200:20308347,20308451:papier:4200:20309973,20324562:papier:4200:20325356,20330842:papier:4200:20334307,20331821:papier:4200:20334137,20334539:papier:4200:20335609,20351129:papier:4200:20352694,20354712:papier:4200:20355402,20398811:papier:4200:20401443,20403539:papier:4200:20403598,20407606:papier:4200:20412836,20410110:papier:4200:20411736,20414615:papier:4200:20416189,20418291:papier:4200:20419451,20421527:papier:4200:20421814,20433553:papier:4200:20434622,20436920:papier:4200:20441335,20441869:papier:4200:20442742,20451768:papier:4200:20453693,20455315:papier:4200:20457594,20460488:papier:4200:20461374,20469016:papier:4200:20469064,20470421:papier:4200:20470520,20477526:papier:4200:20478184,20479472:papier:4200:20482521,20485445:papier:4200:20486355,2050'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.07558339897333684, 'nb_photo': 271, 'list_port_cont': '20516359', 'assoc_port': '20515637:20516359', 'assoc_mat': '20515637:papier:3594:20516359'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.041026290856832286, 'nb_photo': 3316, 'list_port_cont': '20172611,20218084,20220173,20225464,20225583,20227686,20246755,20250399,20257665,20264744,20273839,20277984,20326614,20328529,20343729,20353487,20355270,20355416,20355595,20410950,20412712,20421674,20452945,20454746,20456163,20479363,20480156,20486034,20491229,20514503,20516334,20516384,20562689,20597357,20610631,20678660,20682219,20696418,20709290,20709342,20719388,20719743,20728081,20779343,20779547,20833526,20833738,20834593,20845563,20847223,20854531', 'assoc_port': '20171946:20172611,20215674:20218084,20219535:20220173,20224378:20225583,20224381:20225464,20226939:20227686,20245938:20246755,20249728:20250399,20257109:20257665,20263700:20264744,20270889:20273839,20277684:20277984,20324553:20326614,20327793:20328529,20341995:20343729,20353379:20353487,20354708:20355416,20354711:20355270,20355355:20355595,20410111:20410950,20411272:20412712,20421518:20421674,20451769:20452945,20454229:20454746,20455316:20456163,20479234:20479363,20479473:20480156,20485444:20486034,20489623:20491229,20513203:20514503,20515633:20516384,20515635:20516334,20561523:20562689,20596786:20597357,20610318:20610631,20677302:20678660,20680363:20682219,20695689:20696418,20699102:20709290,20699104:20709342,20718507:20719743,20718513:20719388,20727919:20728081,20779070:20779547,20779073:20779343,20832939:20854531,20832998:20845563,20833006:20847223,20833037:20834593,20833043:20833738,20833053:20833526', 'assoc_mat': '20171946:papier:4207:20172611,20215674:papier:4207:20218084,20219535:papier:4207:20220173,20224378:papier:4207:20225583,20224381:papier:4207:20225464,20226939:papier:4207:20227686,20245938:papier:4207:20246755,20249728:papier:4207:20250399,20257109:papier:4207:20257665,20263700:papier:4207:20264744,20270889:papier:4207:20273839,20277684:papier:4207:20277984,20324553:papier:4207:20326614,20327793:papier:4207:20328529,20341995:papier:4207:20343729,20353379:papier:4207:20353487,20354708:papier:4207:20355416,20354711:papier:4207:20355270,20355355:papier:4207:20355595,20410111:papier:4207:20410950,20411272:papier:4207:20412712,20421518:papier:4207:20421674,20451769:papier:4207:20452945,20454229:papier:4207:20454746,20455316:papier:4207:20456163,20479234:papier:4207:20479363,20479473:papier:4207:20480156,20485444:papier:4207:20486034,20489623:papier:4207:20491229,20513203:papier:4207:20514503,20515633:papier:4207:20516384,20515635:papier:4207:20516334,20561523:papier:4207:20562689,20596786:papier:4207:20597357,2061'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9122903463031609, 'nb_photo': 127176, 'list_port_cont': '20894580,20896016,20896569,20898854,20907046,20907089,20907294,20909043,20909084,20910029,20910574,20910938,20919292,20919310,20929654,20930149,20931572,20941760,20941828,20942613,20942697,20966528,20974635,20975164,20975554,20976383,20976544,20976673,20995600,21054704,21125359,21129439,21129815,21131694,21161009,21161144,21161200,21162468,21162725,21163564,21163750,21164007,21164766,21165149,21165659,21165799,21166489,21166577,21166667,21166770,21166811,21166990,21167204,21176115,21176238,21176465,21176677,21177097,21177377,21178409,21180240,21180345,21180438,21180561,21180676,21181453,21181594,21181821,21182043,21182069,21182197,21182494,21182577,21182970,21183531,21183891,21184709,21184861,21185095,21185446,21186457,21186657,21186855,21187712,21187861,21187916,21188455,21188658,21189203,21189435,21189962,21190305,21190526,21190729,21190775,21191123,21191182,21191676,21191782,21191848,21191902,21191990,21192192,21192333,21192423,21193581,21193652,21194114,21194296,21194317,21194657,21194712,21194993,2119525', 'assoc_port': '20171946:21198287,20215674:21204631,20219535:21276382,20224378:21205171,20226939:21205467,20245938:21205819,20249728:21206570,20257109:21207179,20263700:21207628,20270889:21207702,20277684:21054704,20300842:21209693,20324553:21211369,20327793:21211647,20341995:21214524,20353379:21214708,20354708:21214468,20354711:21214687,20355355:21214343,20410111:21217470,20411272:21217450,20421518:21218111,20451769:21219094,20454229:21219226,20455316:21218973,20477525:21219900,20479234:21219942,20479473:21269542,20485444:21268372,20489623:21220155,20513203:21224952,20515633:21226569,20515635:21226710,20515637:21226906,20524360:21230620,20561523:21236046,20596786:21242270,20610318:21245799,20652563:21252229,20677302:21255558,20680363:21192333,20688365:21193652,20695689:21194712,20699102:21194317,20699104:21194296,20718507:21256556,20718513:21257263,20727919:21190526,20742145:21190729,20779070:21289739,20779073:21166489,20832939:21284812,20832998:21284309,20833006:21185446,20833037:21186657,20833043:21283840,20833053:2112535', 'assoc_mat': '20171946:papier:4209:21198287,20215674:papier:4209:21204631,20219535:papier:4209:21276382,20224378:papier:4209:21205171,20226939:papier:4209:21205467,20245938:papier:4209:21205819,20249728:papier:4209:21206570,20257109:papier:4209:21207179,20263700:papier:4209:21207628,20270889:papier:4209:21207702,20277684:papier:4209:21054704,20300842:papier:4209:21209693,20324553:papier:4209:21211369,20327793:papier:4209:21211647,20341995:papier:4209:21214524,20353379:papier:4209:21214708,20354708:papier:4209:21214468,20354711:papier:4209:21214687,20355355:papier:4209:21214343,20410111:papier:4209:21217470,20411272:papier:4209:21217450,20421518:papier:4209:21218111,20451769:papier:4209:21219094,20454229:papier:4209:21219226,20455316:papier:4209:21218973,20477525:papier:4209:21219900,20479234:papier:4209:21219942,20479473:papier:4209:21269542,20485444:papier:4209:21268372,20489623:papier:4209:21220155,20513203:papier:4209:21224952,20515633:papier:4209:21226569,20515635:papier:4209:21226710,20515637:papier:4209:21226906,2052'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9616079150737333, 'nb_photo': 25, 'list_port_cont': '20291102,20308815,20474474,21130855', 'assoc_port': '20291008:20291102,20308446:20308815,20474345:20474474,21058271:21130855', 'assoc_mat': '20291008:papier:3726:20291102,20308446:papier:3726:20308815,20474345:papier:3726:20474474,21058271:papier:3726:21130855'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01597246828265994, 'nb_photo': 3, 'list_port_cont': '20550173', 'assoc_port': '20549748:20550173', 'assoc_mat': '20549748:papier:4200:20550173'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010517940013854211, 'nb_photo': 26710, 'list_port_cont': '20168751,20170146,20173848,20174161,20178359,20178599,20184729,20200318,20203925,20206245,20208999,20209437,20217453,20218313,20220332,20223978,20226045,20226612,20227880,20229218,20247099,20259496,20265003,20296646,20332612,20334239,20337939,20339419,20340035,20345655,20350787,20351361,20353923,20355381,20358751,20360246,20360361,20360565,20361368,20362606,20362693,20363965,20364123,20364269,20365488,20365929,20366171,20367240,20367353,20368525,20368800,20369333,20370618,20395261,20400639,20402666,20407489,20411467,20416147,20419512,20422607,20438633,20442997,20443791,20444101,20452060,20455629,20456578,20470703,20475603,20476080,20477119,20480476,20483637,20486979,20487362,20490964,20492579,20493867,20493978,20504998,20506288,20506559,20506717,20507232,20514956,20516416,20518553,20522755,20525026,20525516,20546212,20549106,20551501,20553594,20558638,20565374,20567448,20577409,20580167,20597677,20599623,20603578,20606915,20607779,20609644,20611805,20613661,20617823,20623111,20623225,20631364,20633770,2063607', 'assoc_port': '20168058:20265003,20168492:20168751,20169287:20170146,20171950:20173848,20172748:20174161,20177140:20178359,20177547:20178599,20183126:20184729,20199782:20200318,20200514:20206245,20201665:20203925,20206393:20209437,20206396:20208999,20215665:20218313,20215671:20217453,20219533:20220332,20220268:20226612,20220270:20223978,20224384:20226045,20226942:20227880,20228246:20229218,20245966:20247099,20249724:20360246,20249727:20360361,20253023:20360565,20257111:20259496,20258543:20362693,20263701:20370618,20266081:20364269,20270891:20369333,20277682:20296646,20293713:20368800,20295679:20368525,20296493:20367353,20297024:20367240,20297026:20366171,20297653:20365929,20298063:20365488,20300871:20364123,20303263:20363965,20303271:20362606,20308453:20361368,20313891:20358751,20324554:20350787,20324561:20334239,20330845:20332612,20336407:20337939,20337414:20339419,20338546:20340035,20341992:20345655,20350378:20351361,20353380:20353923,20354709:20355381,20393269:20395261,20398810:20400639,20401674:20402666,20404210:2041951', 'assoc_mat': '20168058:papier:4211:20265003,20168492:papier:4211:20168751,20169287:papier:4211:20170146,20171950:papier:4211:20173848,20172748:papier:4211:20174161,20177140:papier:4211:20178359,20177547:papier:4211:20178599,20183126:papier:4211:20184729,20199782:papier:4211:20200318,20200514:papier:4211:20206245,20201665:papier:4211:20203925,20206393:papier:4211:20209437,20206396:papier:4211:20208999,20215665:papier:4211:20218313,20215671:papier:4211:20217453,20219533:papier:4211:20220332,20220268:papier:4211:20226612,20220270:papier:4211:20223978,20224384:papier:4211:20226045,20226942:papier:4211:20227880,20228246:papier:4211:20229218,20245966:papier:4211:20247099,20249724:papier:4211:20360246,20249727:papier:4211:20360361,20253023:papier:4211:20360565,20257111:papier:4211:20259496,20258543:papier:4211:20362693,20263701:papier:4211:20370618,20266081:papier:4211:20364269,20270891:papier:4211:20369333,20277682:papier:4211:20296646,20293713:papier:4211:20368800,20295679:papier:4211:20368525,20296493:papier:4211:20367353,2029'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.008867679247229504, 'nb_photo': 496, 'list_port_cont': '20169748,20171217,20172632,20174092,20178713,20186487,20188607,20200242,20201403,20202952,20208870,20211310,20217274,20220557,20227550,20227660,20229865,20247288,20248901,20255099,20257455,20260606,20264576,20278685,20295634,20296888,20298336,20302295,20304741,20305897,20309603,20310155,20312963,20314131,20325806,20332514,20333672,20338601,20351382,20352809,20355109,20356293,20394882,20398600,20405152,20408824,20413202,20415885,20422089,20442811,20444082,20444609,20445552,20449148,20451882,20454022,20460834,20469712,20474526,20476956,20483989,20491653,20501400,20505490,20506553,20508477,20514564,20515512,20520534,20523648,20546474,20549114,20551760,20555025,20557232,20561270,20571029,20576588,20576624,20599994,20603448,20607768,20610251,20611062,20614952,20617642,20621375,20630999,20631051,20632189,20635068,20636698,20638537,20641443,20643568,20671641,20672843,20673804,20675331,20678695,20679021,20682375,20684726,20685092,20686363,20692266,20694005,20700144,20703103,20705258,20710880,20718024,20719720,2072278', 'assoc_port': '20169285:20169748,20169834:20171217,20171951:20172632,20172749:20174092,20177545:20178713,20183123:20186487,20186672:20188607,20199786:20200242,20200509:20201403,20201667:20202952,20206394:20208870,20210194:20211310,20215687:20217274,20219531:20220557,20224377:20227660,20224382:20227550,20228243:20229865,20245939:20247288,20247542:20248901,20253021:20255099,20254304:20257455,20258541:20260606,20262010:20264576,20277672:20278685,20293712:20295634,20296496:20296888,20298064:20298336,20300873:20302295,20303267:20305897,20303272:20304741,20308442:20310155,20308450:20309603,20312006:20312963,20313893:20314131,20324558:20325806,20330844:20332514,20331796:20333672,20337409:20338601,20350380:20351382,20352155:20352809,20354707:20355109,20355354:20356293,20393265:20394882,20397365:20398600,20404209:20405152,20407607:20408824,20411279:20413202,20414609:20415885,20421504:20422089,20431075:20444609,20441870:20442811,20443835:20444082,20444393:20445552,20448174:20449148,20450253:20451882,20451770:20454022,20459164:2046083', 'assoc_mat': '20169285:papier:3327:20169748,20169834:papier:3327:20171217,20171951:papier:3327:20172632,20172749:papier:3327:20174092,20177545:papier:3327:20178713,20183123:papier:3327:20186487,20186672:papier:3327:20188607,20199786:papier:3327:20200242,20200509:papier:3327:20201403,20201667:papier:3327:20202952,20206394:papier:3327:20208870,20210194:papier:3327:20211310,20215687:papier:3327:20217274,20219531:papier:3327:20220557,20224377:papier:3327:20227660,20224382:papier:3327:20227550,20228243:papier:3327:20229865,20245939:papier:3327:20247288,20247542:papier:3327:20248901,20253021:papier:3327:20255099,20254304:papier:3327:20257455,20258541:papier:3327:20260606,20262010:papier:3327:20264576,20277672:papier:3327:20278685,20293712:papier:3327:20295634,20296496:papier:3327:20296888,20298064:papier:3327:20298336,20300873:papier:3327:20302295,20303267:papier:3327:20305897,20303272:papier:3327:20304741,20308442:papier:3327:20310155,20308450:papier:3327:20309603,20312006:papier:3327:20312963,20313893:papier:3327:20314131,2032'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.04656935195777666, 'nb_photo': 272, 'list_port_cont': '21001657,21001937,21055999,21124768,21129933,21129987', 'assoc_port': '21001262:21001937,21001273:21001657,21002613:21129987,21002624:21129933,21053304:21055999,21124054:21124768', 'assoc_mat': '21001262:papier:3594:21001937,21001273:papier:3594:21001657,21002613:papier:3594:21129987,21002624:papier:3594:21129933,21053304:papier:3594:21055999,21124054:papier:3594:21124768'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006006327515836368, 'nb_photo': 152, 'list_port_cont': '20345891,20382457,20384579,20410421,20419446,20436296,20447904,20466581,20469143,20478290,20495679,20503193,20515106,20529711,20583888,20584256,20586220,20601098,20627243,20649216,20658798,20675819,20709044,20728049,20784159,20787017,20840125,20847633,20854361,20872686,20880501,20880638,20910992,20931942,20975688,21193355,21200241,21204912,21206170,21208535,21217186,21219649,21221499,21308261', 'assoc_port': '20204921:20345891,20266098:20436296,20296337:20382457,20303275:20384579,20326810:20410421,20338549:20419446,20392276:20447904,20414608:20466581,20431076:20495679,20445955:20478290,20469015:20469143,20485440:20503193,20505940:20515106,20517445:20529711,20553045:20583888,20561522:20584256,20570272:20586220,20600235:20601098,20612113:20627243,20630388:20658798,20640602:20649216,20672165:20675819,20685069:20709044,20720578:20728049,20776158:20784159,20781905:20787017,20832929:20840125,20833007:20847633,20836985:20854361,20841933:20880501,20848242:20872686,20880568:20880638,20886151:20910992,20924209:20931942,20966334:20975688,21001280:21200241,21002710:21217186,21053303:21204912,21053711:21206170,21054296:21208535,21055166:21219649,21055579:21221499,21124053:21308261,21125601:21193355', 'assoc_mat': '20204921:pehd:4205:20345891,20266098:pehd:4205:20436296,20296337:pehd:4205:20382457,20303275:pehd:4205:20384579,20326810:pehd:4205:20410421,20338549:pehd:4205:20419446,20392276:pehd:4205:20447904,20414608:pehd:4205:20466581,20431076:pehd:4205:20495679,20445955:pehd:4205:20478290,20469015:pehd:4205:20469143,20485440:pehd:4205:20503193,20505940:pehd:4205:20515106,20517445:pehd:4205:20529711,20553045:pehd:4205:20583888,20561522:pehd:4205:20584256,20570272:pehd:4205:20586220,20600235:pehd:4205:20601098,20612113:pehd:4205:20627243,20630388:pehd:4205:20658798,20640602:pehd:4205:20649216,20672165:pehd:4205:20675819,20685069:pehd:4205:20709044,20720578:pehd:4205:20728049,20776158:pehd:4205:20784159,20781905:pehd:4205:20787017,20832929:pehd:4205:20840125,20833007:pehd:4205:20847633,20836985:pehd:4205:20854361,20841933:pehd:4205:20880501,20848242:pehd:4205:20872686,20880568:pehd:4205:20880638,20886151:pehd:4205:20910992,20924209:pehd:4205:20931942,20966334:pehd:4205:20975688,21001280:pehd:4205:21200241,21002710:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003696329157509913, 'nb_photo': 521, 'list_port_cont': '20297154,20355862,20360465,20362945,20379890,20383273,20389344,20426342,20451286,20464647,20476674,20479600,20480111,20493735,20494525,20514600,20522624,20531315,20557664,20586555,20604147,20654743,20701962,20716022,20727296,20728262,20747401,20786046,20854616,20870341,20871186,20873487,20898830,20930521,20942022,20942867,20976505,21182365,21183261,21200449,21202852,21204570,21211664,21213393,21220168,21235764,21250810,21253546,21299035,21309299,21342353', 'assoc_port': '20171947:20297154,20228245:20355862,20251677:20360465,20262031:20362945,20291011:20379890,20297655:20383273,20308443:20389344,20354704:20426342,20398812:20451286,20410109:20464647,20421532:20493735,20441872:20476674,20451766:20480111,20470424:20494525,20479233:20479600,20505111:20514600,20510744:20522624,20519774:20531315,20549743:20557664,20573401:20586555,20602371:20604147,20634828:20654743,20692234:20701962,20703033:20716022,20718502:20727296,20720594:20728262,20732078:20747401,20780559:20786046,20832985:20870341,20833038:20873487,20836981:20854616,20845542:20871186,20882059:20930521,20888117:20898830,20919369:20942867,20927010:20942022,20966339:20976505,21001284:21200449,21001694:21211664,21001717:21213393,21053272:21202852,21053297:21204570,21055192:21220168,21056532:21235764,21059205:21342353,21059359:21250810,21059806:21253546,21120302:21299035,21122482:21182365,21123359:21183261,21124048:21309299', 'assoc_mat': '20171947:pehd:4203:20297154,20228245:pehd:4203:20355862,20251677:pehd:4203:20360465,20262031:pehd:4203:20362945,20291011:pehd:4203:20379890,20297655:pehd:4203:20383273,20308443:pehd:4203:20389344,20354704:pehd:4203:20426342,20398812:pehd:4203:20451286,20410109:pehd:4203:20464647,20421532:pehd:4203:20493735,20441872:pehd:4203:20476674,20451766:pehd:4203:20480111,20470424:pehd:4203:20494525,20479233:pehd:4203:20479600,20505111:pehd:4203:20514600,20510744:pehd:4203:20522624,20519774:pehd:4203:20531315,20549743:pehd:4203:20557664,20573401:pehd:4203:20586555,20602371:pehd:4203:20604147,20634828:pehd:4203:20654743,20692234:pehd:4203:20701962,20703033:pehd:4203:20716022,20718502:pehd:4203:20727296,20720594:pehd:4203:20728262,20732078:pehd:4203:20747401,20780559:pehd:4203:20786046,20832985:pehd:4203:20870341,20833038:pehd:4203:20873487,20836981:pehd:4203:20854616,20845542:pehd:4203:20871186,20882059:pehd:4203:20930521,20888117:pehd:4203:20898830,20919369:pehd:4203:20942867,20927010:pehd:4203:20942022,20966339:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004569745910020603, 'nb_photo': 204, 'list_port_cont': '20252801,20442968,20456342,20472416,20478276,20506142,20553627,20599249,20603142,20631757,20671626,20673777,20692667,20718492,20779988,20833101,20834841,20838979,20840286,20878336,20880356,20880650,20882213,20886244,20888460,20892879,20916047,20919652,20924694,20925454,20925822,20926423,20967663,20967721,20968183,21001748,21001909,21002146,21002799,21053770,21055230,21056308,21059038,21120478,21123338,21124091,21124858,21126293,21127007,21127687,21128191,21128303,21129015,21129056,21129790,21129920,21130355,21130408,21130447,21130589,21130728,21130998,21131546,21131762,21132102,21132139,21132205,21132290,21132817,21132893,21132962,21135852,21135963,21136166,21136294,21160951,21161623,21162177,21162375,21164449,21165545,21182563,21183464,21187223,21192371,21192469,21192852,21198520,21199183,21199741,21199757,21201021,21201289,21201345,21201697,21202028,21202067,21202993,21203278,21205999,21206536,21206633,21206897,21206913,21206985,21207216,21207546,21207723,21207751,21208077,21208203,21208242,21208328,2120851', 'assoc_port': '20251679:20252801,20441871:20442968,20455313:20456342,20471727:20472416,20477524:20478276,20505938:20506142,20551963:20553627,20598618:20599249,20602370:20603142,20631043:20631757,20671424:20671626,20673657:20673777,20692247:20692667,20717940:20718492,20779601:20779988,20832405:20833101,20832932:20840286,20834196:20834841,20838639:20838979,20877876:20878336,20880237:20880356,20880567:20880650,20882062:20882213,20886147:20886244,20888387:20888460,20891551:20892879,20912928:20925454,20915461:20916047,20919370:20919652,20924210:20924694,20925354:20926423,20925359:20925822,20966331:20968183,20966337:20967721,20966344:20967663,21001226:21198520,21001261:21199183,21001268:21199741,21001272:21199757,21001278:21128303,21001281:21001748,21001692:21129790,21001714:21002146,21001725:21001909,21002611:21208077,21002679:21129920,21002727:21002799,21053255:21201021,21053257:21201289,21053258:21201345,21053261:21201697,21053266:21202028,21053267:21202067,21053275:21202993,21053281:21203278,21053289:21053770,21053707:2120599', 'assoc_mat': '20251679:pehd:4207:20252801,20441871:pehd:4207:20442968,20455313:pehd:4207:20456342,20471727:pehd:4207:20472416,20477524:pehd:4207:20478276,20505938:pehd:4207:20506142,20551963:pehd:4207:20553627,20598618:pehd:4207:20599249,20602370:pehd:4207:20603142,20631043:pehd:4207:20631757,20671424:pehd:4207:20671626,20673657:pehd:4207:20673777,20692247:pehd:4207:20692667,20717940:pehd:4207:20718492,20779601:pehd:4207:20779988,20832405:pehd:4207:20833101,20832932:pehd:4207:20840286,20834196:pehd:4207:20834841,20838639:pehd:4207:20838979,20877876:pehd:4207:20878336,20880237:pehd:4207:20880356,20880567:pehd:4207:20880650,20882062:pehd:4207:20882213,20886147:pehd:4207:20886244,20888387:pehd:4207:20888460,20891551:pehd:4207:20892879,20912928:pehd:4207:20925454,20915461:pehd:4207:20916047,20919370:pehd:4207:20919652,20924210:pehd:4207:20924694,20925354:pehd:4207:20926423,20925359:pehd:4207:20925822,20966331:pehd:4207:20968183,20966337:pehd:4207:20967721,20966344:pehd:4207:20967663,21001226:pehd:4207:21198520,21001261:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007731715773167336, 'nb_photo': 62, 'list_port_cont': '20371583,20466973,20512329,20626049,20690449,20698863,20750429,20784280,20787370,20845477,20925559,20927280,20976976,20977151,20995784,21177914,21183780,21189136,21193252,21204014,21205492,21207261,21209428,21217628,21218838,21219247,21221733,21222456,21230031,21231925,21242081,21245328,21249121,21254648,21256817,21315000,21315878,21321852,21324129', 'assoc_port': '20270432:20371583,20324556:20466973,20487793:20512329,20623011:20626049,20677297:20690449,20688364:20698863,20734875:20750429,20777278:20784280,20782291:20787370,20832993:20845477,20912930:20925559,20916991:20927280,20966335:20995784,20966348:20976976,20966354:20977151,21002717:21217628,21053287:21204014,21053310:21205492,21053723:21207261,21054312:21209428,21054615:21218838,21054640:21219247,21055180:21315878,21055191:21315000,21055550:21221733,21055582:21222456,21055665:21230031,21056506:21231925,21058220:21242081,21058310:21245328,21059264:21249121,21059827:21254648,21059862:21256817,21120310:21324129,21122360:21177914,21123364:21183780,21124003:21189136,21125567:21193252,21125613:21321852', 'assoc_mat': '20270432:pehd:4461:20371583,20324556:pehd:4461:20466973,20487793:pehd:4461:20512329,20623011:pehd:4461:20626049,20677297:pehd:4461:20690449,20688364:pehd:4461:20698863,20734875:pehd:4461:20750429,20777278:pehd:4461:20784280,20782291:pehd:4461:20787370,20832993:pehd:4461:20845477,20912930:pehd:4461:20925559,20916991:pehd:4461:20927280,20966335:pehd:4461:20995784,20966348:pehd:4461:20976976,20966354:pehd:4461:20977151,21002717:pehd:4461:21217628,21053287:pehd:4461:21204014,21053310:pehd:4461:21205492,21053723:pehd:4461:21207261,21054312:pehd:4461:21209428,21054615:pehd:4461:21218838,21054640:pehd:4461:21219247,21055180:pehd:4461:21315878,21055191:pehd:4461:21315000,21055550:pehd:4461:21221733,21055582:pehd:4461:21222456,21055665:pehd:4461:21230031,21056506:pehd:4461:21231925,21058220:pehd:4461:21242081,21058310:pehd:4461:21245328,21059264:pehd:4461:21249121,21059827:pehd:4461:21254648,21059862:pehd:4461:21256817,21120310:pehd:4461:21324129,21122360:pehd:4461:21177914,21123364:pehd:4461:21183780,21124003:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009739142314934023, 'nb_photo': 1949, 'list_port_cont': '20185082,20193236,20226903,20228131,20257574,20272202,20278012,20278096,20291813,20296516,20309965,20325348,20334133,20334303,20335613,20352691,20355409,20401434,20403611,20411746,20412827,20416193,20419448,20421824,20434616,20441325,20442739,20453686,20457585,20461380,20469062,20470516,20478182,20482518,20486369,20501268,20504919,20512288,20523236,20523484,20557176,20562354,20597238,20597522,20600843,20608102,20609426,20617528,20618713,20632666,20633461,20637002,20675310,20678147,20696834,20703485,20703660,20709268,20709346,20715912,20718456,20728071,20729157,20730001,20731265,20732365,20777112,20779688,20779741,20781855,20782732,20833748,20833972,20838550,20840036,20840886,20843635,20845983,20847779,20848504,20882248,20882447,20886123,20887398,20887963,20888066,20888472,20888593,20889840,20890178,20890477,20892018,20892995,20893103,20893439,20895493,20916148,20922804,20924075,20925476,20927067,20930011,20931234,20966476,20971056,20971299,20974049,20975454,21001546,21001618,21001770,21001951,21002033,2100240', 'assoc_port': '20183122:20185082,20192831:20193236,20224380:20226903,20226941:20228131,20254278:20272202,20257117:20257574,20277674:20278096,20277678:20278012,20291009:20291813,20296336:20296516,20308451:20309965,20324562:20325348,20330842:20334303,20331821:20334133,20334539:20335613,20351129:20352691,20354712:20355409,20398811:20401434,20403539:20403611,20407606:20412827,20410110:20411746,20414615:20416193,20418291:20419448,20421527:20421824,20433553:20434616,20436920:20441325,20441869:20442739,20451768:20453686,20455315:20457585,20460488:20461380,20469016:20469062,20470421:20470516,20477526:20478182,20479472:20482518,20485445:20486369,20500513:20501268,20504796:20504919,20510743:20512288,20522136:20523236,20522902:20523484,20555730:20557176,20561529:20562354,20596784:20597522,20596787:20597238,20600236:20600843,20607820:20608102,20608556:20609426,20616936:20617528,20617896:20618713,20631044:20632666,20632057:20633461,20636733:20637002,20675069:20675310,20677303:20678147,20690024:20696834,20699101:20709346,20699105:2070926', 'assoc_mat': '20183122:pehd:4200:20185082,20192831:pehd:4200:20193236,20224380:pehd:4200:20226903,20226941:pehd:4200:20228131,20254278:pehd:4200:20272202,20257117:pehd:4200:20257574,20277674:pehd:4200:20278096,20277678:pehd:4200:20278012,20291009:pehd:4200:20291813,20296336:pehd:4200:20296516,20308451:pehd:4200:20309965,20324562:pehd:4200:20325348,20330842:pehd:4200:20334303,20331821:pehd:4200:20334133,20334539:pehd:4200:20335613,20351129:pehd:4200:20352691,20354712:pehd:4200:20355409,20398811:pehd:4200:20401434,20403539:pehd:4200:20403611,20407606:pehd:4200:20412827,20410110:pehd:4200:20411746,20414615:pehd:4200:20416193,20418291:pehd:4200:20419448,20421527:pehd:4200:20421824,20433553:pehd:4200:20434616,20436920:pehd:4200:20441325,20441869:pehd:4200:20442739,20451768:pehd:4200:20453686,20455315:pehd:4200:20457585,20460488:pehd:4200:20461380,20469016:pehd:4200:20469062,20470421:pehd:4200:20470516,20477526:pehd:4200:20478182,20479472:pehd:4200:20482518,20485445:pehd:4200:20486369,20500513:pehd:4200:20501268,20504796:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 8.41330697016461e-05, 'nb_photo': 1, 'list_port_cont': '20516367', 'assoc_port': '20515637:20516367', 'assoc_mat': '20515637:pehd:3594:20516367'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0047612197265429635, 'nb_photo': 100, 'list_port_cont': '20218079,20220177,20225459,20225582,20227688,20246765,20250392,20264734,20273843,20277978,20326607,20328525,20343733,20353493,20355273,20355420,20410951,20412717,20421675,20452938,20454749,20479350,20486032,20491239,20514505,20516339,20516386,20562687,20597364,20682214,20696409,20709289,20709330,20719391,20719738,20728090,20779337,20833527,20833741,20834584,20845565,20847219,20854521', 'assoc_port': '20215674:20218079,20219535:20220177,20224378:20225582,20224381:20225459,20226939:20227688,20245938:20246765,20249728:20250392,20263700:20264734,20270889:20273843,20277684:20277978,20324553:20326607,20327793:20328525,20341995:20343733,20353379:20353493,20354708:20355420,20354711:20355273,20410111:20410951,20411272:20412717,20421518:20421675,20451769:20452938,20454229:20454749,20479234:20479350,20485444:20486032,20489623:20491239,20513203:20514505,20515633:20516386,20515635:20516339,20561523:20562687,20596786:20597364,20680363:20682214,20695689:20696409,20699102:20709289,20699104:20709330,20718507:20719738,20718513:20719391,20727919:20728090,20779073:20779337,20832939:20854521,20832998:20845565,20833006:20847219,20833037:20834584,20833043:20833741,20833053:20833527', 'assoc_mat': '20215674:pehd:4207:20218079,20219535:pehd:4207:20220177,20224378:pehd:4207:20225582,20224381:pehd:4207:20225459,20226939:pehd:4207:20227688,20245938:pehd:4207:20246765,20249728:pehd:4207:20250392,20263700:pehd:4207:20264734,20270889:pehd:4207:20273843,20277684:pehd:4207:20277978,20324553:pehd:4207:20326607,20327793:pehd:4207:20328525,20341995:pehd:4207:20343733,20353379:pehd:4207:20353493,20354708:pehd:4207:20355420,20354711:pehd:4207:20355273,20410111:pehd:4207:20410951,20411272:pehd:4207:20412717,20421518:pehd:4207:20421675,20451769:pehd:4207:20452938,20454229:pehd:4207:20454749,20479234:pehd:4207:20479350,20485444:pehd:4207:20486032,20489623:pehd:4207:20491239,20513203:pehd:4207:20514505,20515633:pehd:4207:20516386,20515635:pehd:4207:20516339,20561523:pehd:4207:20562687,20596786:pehd:4207:20597364,20680363:pehd:4207:20682214,20695689:pehd:4207:20696409,20699102:pehd:4207:20709289,20699104:pehd:4207:20709330,20718507:pehd:4207:20719738,20718513:pehd:4207:20719391,20727919:pehd:4207:20728090,20779073:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02161229191446281, 'nb_photo': 2009, 'list_port_cont': '20894594,20896019,20896568,20898846,20907095,20907283,20909046,20909093,20910027,20910565,20910930,20919283,20919299,20929661,20930146,20941767,20942615,20942702,20966529,20974629,20975174,20975558,20976373,20976661,20995598,21054701,21125361,21129432,21129816,21131695,21161013,21161202,21162472,21162727,21163557,21163746,21164016,21164760,21165143,21165652,21165795,21166488,21166580,21166674,21166775,21166808,21166991,21167212,21176234,21176456,21176670,21177085,21177378,21178401,21180238,21180354,21180442,21180566,21180684,21181447,21181599,21181820,21182033,21182063,21182195,21182503,21182583,21182977,21183538,21183886,21184715,21184860,21185107,21185453,21186454,21186660,21186858,21187710,21187853,21187911,21188465,21188653,21189205,21189437,21189967,21190304,21190530,21190740,21190772,21191121,21191169,21191790,21191849,21191907,21192000,21192193,21192339,21192432,21193572,21193650,21194110,21194289,21194327,21194658,21194710,21194989,21195268,21195332,21195378,21195443,21195598,21198276,21198670,2119872', 'assoc_port': '20171946:21198276,20215674:21204626,20219535:21276399,20224378:21205177,20226939:21205453,20245938:21205829,20249728:21206576,20257109:21207175,20263700:21207618,20270889:21207707,20277684:21054701,20324553:21211375,20327793:21211649,20341995:21214513,20353379:21214719,20354708:21214473,20354711:21214688,20355355:21214348,20410111:21217465,20411272:21217453,20421518:21218107,20451769:21219101,20454229:21219227,20455316:21218962,20477525:21219911,20479234:21219949,20479473:21269533,20485444:21268352,20489623:21220140,20513203:21224948,20515633:21226575,20515635:21226708,20515637:21226911,20524360:21230617,20561523:21236042,20596786:21242265,20610318:21245800,20652563:21252225,20677302:21255552,20680363:21192339,20688365:21193650,20695689:21194710,20699102:21194327,20699104:21194289,20718507:21256539,20718513:21257268,20727919:21190530,20742145:21190740,20779070:21289729,20779073:21166488,20832939:21284814,20832998:21284307,20833006:21185453,20833037:21186660,20833043:21283843,20833053:21125361,20880569:2090728', 'assoc_mat': '20171946:pehd:4209:21198276,20215674:pehd:4209:21204626,20219535:pehd:4209:21276399,20224378:pehd:4209:21205177,20226939:pehd:4209:21205453,20245938:pehd:4209:21205829,20249728:pehd:4209:21206576,20257109:pehd:4209:21207175,20263700:pehd:4209:21207618,20270889:pehd:4209:21207707,20277684:pehd:4209:21054701,20324553:pehd:4209:21211375,20327793:pehd:4209:21211649,20341995:pehd:4209:21214513,20353379:pehd:4209:21214719,20354708:pehd:4209:21214473,20354711:pehd:4209:21214688,20355355:pehd:4209:21214348,20410111:pehd:4209:21217465,20411272:pehd:4209:21217453,20421518:pehd:4209:21218107,20451769:pehd:4209:21219101,20454229:pehd:4209:21219227,20455316:pehd:4209:21218962,20477525:pehd:4209:21219911,20479234:pehd:4209:21219949,20479473:pehd:4209:21269533,20485444:pehd:4209:21268352,20489623:pehd:4209:21220140,20513203:pehd:4209:21224948,20515633:pehd:4209:21226575,20515635:pehd:4209:21226708,20515637:pehd:4209:21226911,20524360:pehd:4209:21230617,20561523:pehd:4209:21236042,20596786:pehd:4209:21242265,20610318:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.010989346487364538, 'nb_photo': 4, 'list_port_cont': '20550180', 'assoc_port': '20549748:20550180', 'assoc_mat': '20549748:pehd:4200:20550180'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9408797264092236, 'nb_photo': 29275, 'list_port_cont': '20168744,20170143,20173852,20174165,20178353,20178608,20184721,20200312,20203919,20206246,20208998,20209432,20217449,20218315,20220334,20223974,20226050,20226613,20227875,20229221,20247094,20259500,20265011,20296647,20332610,20334237,20337946,20339424,20340036,20345657,20350783,20351362,20353925,20355382,20358750,20360249,20360372,20360569,20361363,20362595,20362694,20363961,20364119,20364281,20365499,20365925,20366178,20367249,20367354,20368520,20368797,20369337,20370612,20395260,20400647,20402664,20407488,20411468,20416148,20419519,20422605,20438635,20442998,20443781,20444106,20452058,20455619,20456582,20470704,20475605,20476091,20477121,20480475,20483625,20486968,20487361,20490972,20492567,20493851,20493981,20505007,20506280,20506548,20506719,20507220,20514951,20516425,20518557,20522745,20525023,20525522,20546207,20549093,20551500,20553599,20558625,20565358,20567449,20577410,20580171,20597669,20599615,20603576,20606914,20607786,20609654,20611803,20613653,20617814,20623104,20623228,20631366,20633776,2063606', 'assoc_port': '20168058:20265011,20168492:20168744,20169287:20170143,20171950:20173852,20172748:20174165,20177140:20178353,20177547:20178608,20183126:20184721,20199782:20200312,20200514:20206246,20201665:20203919,20206393:20209432,20206396:20208998,20215665:20218315,20215671:20217449,20219533:20220334,20220268:20226613,20220270:20223974,20224384:20226050,20226942:20227875,20228246:20229221,20245966:20247094,20249724:20360249,20249727:20360372,20253023:20360569,20257111:20259500,20258543:20362694,20263701:20370612,20266081:20364281,20270891:20369337,20277682:20296647,20293713:20368797,20295679:20368520,20296493:20367354,20297024:20367249,20297026:20366178,20297653:20365925,20298063:20365499,20300871:20364119,20303263:20363961,20303271:20362595,20308453:20361363,20313891:20358750,20324554:20350783,20324561:20334237,20330845:20332610,20336407:20337946,20337414:20339424,20338546:20340036,20341992:20345657,20350378:20351362,20353380:20353925,20354709:20355382,20393269:20395260,20398810:20400647,20401674:20402664,20404210:2041951', 'assoc_mat': '20168058:pehd:4211:20265011,20168492:pehd:4211:20168744,20169287:pehd:4211:20170143,20171950:pehd:4211:20173852,20172748:pehd:4211:20174165,20177140:pehd:4211:20178353,20177547:pehd:4211:20178608,20183126:pehd:4211:20184721,20199782:pehd:4211:20200312,20200514:pehd:4211:20206246,20201665:pehd:4211:20203919,20206393:pehd:4211:20209432,20206396:pehd:4211:20208998,20215665:pehd:4211:20218315,20215671:pehd:4211:20217449,20219533:pehd:4211:20220334,20220268:pehd:4211:20226613,20220270:pehd:4211:20223974,20224384:pehd:4211:20226050,20226942:pehd:4211:20227875,20228246:pehd:4211:20229221,20245966:pehd:4211:20247094,20249724:pehd:4211:20360249,20249727:pehd:4211:20360372,20253023:pehd:4211:20360569,20257111:pehd:4211:20259500,20258543:pehd:4211:20362694,20263701:pehd:4211:20370612,20266081:pehd:4211:20364281,20270891:pehd:4211:20369337,20277682:pehd:4211:20296647,20293713:pehd:4211:20368797,20295679:pehd:4211:20368520,20296493:pehd:4211:20367354,20297024:pehd:4211:20367249,20297026:pehd:4211:20366178,20297653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0025553522724301603, 'nb_photo': 5, 'list_port_cont': '20257452,20325808,20421574,20551768,20710885', 'assoc_port': '20254304:20257452,20324558:20325808,20420764:20421574,20549746:20551768,20699103:20710885', 'assoc_mat': '20254304:pehd:3327:20257452,20324558:pehd:3327:20325808,20420764:pehd:3327:20421574,20549746:pehd:3327:20551768,20699103:pehd:3327:20710885'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.000519338348765432, 'nb_photo': 1, 'list_port_cont': '21129988', 'assoc_port': '21002613:21129988', 'assoc_mat': '21002613:pehd:3594:21129988'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036298868643696025, 'nb_photo': 20, 'list_port_cont': '20384577,20410422,20495673,20503199,20515104,20529698,20627252,20675822,20727246,20784156,20787022,20911001,20975681,21200243', 'assoc_port': '20303275:20384577,20326810:20410422,20431076:20495673,20485440:20503199,20505940:20515104,20517445:20529698,20612113:20627252,20672165:20675822,20718506:20727246,20776158:20784156,20781905:20787022,20886151:20911001,20966334:20975681,21001280:21200243', 'assoc_mat': '20303275:pet_clair:4205:20384577,20326810:pet_clair:4205:20410422,20431076:pet_clair:4205:20495673,20485440:pet_clair:4205:20503199,20505940:pet_clair:4205:20515104,20517445:pet_clair:4205:20529698,20612113:pet_clair:4205:20627252,20672165:pet_clair:4205:20675822,20718506:pet_clair:4205:20727246,20776158:pet_clair:4205:20784156,20781905:pet_clair:4205:20787022,20886151:pet_clair:4205:20911001,20966334:pet_clair:4205:20975681,21001280:pet_clair:4205:21200243'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0004299699747671604, 'nb_photo': 6, 'list_port_cont': '20476669,20531311,20604140,20898839,21253532', 'assoc_port': '20441872:20476669,20519774:20531311,20602371:20604140,20888117:20898839,21059806:21253532', 'assoc_mat': '20441872:pet_clair:4203:20476669,20519774:pet_clair:4203:20531311,20602371:pet_clair:4203:20604140,20888117:pet_clair:4203:20898839,21059806:pet_clair:4203:21253532'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004372381194678496, 'nb_photo': 10, 'list_port_cont': '20878344,20880662,20919661,20924682,21053776,21124094,21132204,21136299,21199736,21199765', 'assoc_port': '20877876:20878344,20880567:20880662,20919370:20919661,20924210:20924682,21001268:21199736,21001272:21199765,21053289:21053776,21056515:21136299,21059290:21132204,21123374:21124094', 'assoc_mat': '20877876:pet_clair:4207:20878344,20880567:pet_clair:4207:20880662,20919370:pet_clair:4207:20919661,20924210:pet_clair:4207:20924682,21001268:pet_clair:4207:21199736,21001272:pet_clair:4207:21199765,21053289:pet_clair:4207:21053776,21056515:pet_clair:4207:21136299,21059290:pet_clair:4207:21132204,21123374:pet_clair:4207:21124094'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00319821743226762, 'nb_photo': 4, 'list_port_cont': '20702483,21003155,21232218', 'assoc_port': '20675611:20702483,21002728:21003155,21056508:21232218', 'assoc_mat': '20675611:pet_clair:4461:20702483,21002728:pet_clair:4461:21003155,21056508:pet_clair:4461:21232218'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.05519287990535161, 'nb_photo': 999, 'list_port_cont': '20177847,20185070,20193222,20203781,20209704,20226916,20228122,20257568,20272196,20278015,20278105,20291808,20296526,20308348,20309964,20325352,20334126,20334299,20335607,20352703,20355399,20401441,20403599,20411743,20412832,20416192,20419461,20421825,20434621,20441328,20442740,20453696,20457581,20461382,20469069,20470513,20478185,20482522,20486358,20512277,20523233,20523479,20557183,20562363,20597224,20597527,20600832,20609415,20617520,20618704,20632669,20633458,20636996,20675298,20696830,20703483,20703661,20709273,20709351,20715909,20718461,20730012,20731269,20732373,20777121,20779695,20779753,20781862,20782737,20833750,20833962,20840028,20840892,20843638,20845987,20847772,20848508,20882452,20887404,20888466,20890181,20890471,20892020,20893007,20893110,20893431,20895496,20916152,20922791,20924074,20925475,20927060,20931238,20966471,20971049,20975449,21001553,21001630,21001762,21001960,21002416,21002901,21053842,21055811,21057128,21059057,21059364,21120601,21124081,21124834,21126560,21128318,21128509,2112890', 'assoc_port': '20177146:20177847,20183122:20185070,20192831:20193222,20202891:20203781,20209116:20209704,20224380:20226916,20226941:20228122,20254278:20272196,20257117:20257568,20277674:20278105,20277678:20278015,20291009:20291808,20296336:20296526,20307290:20308348,20308451:20309964,20324562:20325352,20330842:20334299,20331821:20334126,20334539:20335607,20351129:20352703,20354712:20355399,20398811:20401441,20403539:20403599,20407606:20412832,20410110:20411743,20414615:20416192,20418291:20419461,20421527:20421825,20433553:20434621,20436920:20441328,20441869:20442740,20451768:20453696,20455315:20457581,20460488:20461382,20469016:20469069,20470421:20470513,20477526:20478185,20479472:20482522,20485445:20486358,20510743:20512277,20522136:20523233,20522902:20523479,20555730:20557183,20561529:20562363,20596784:20597527,20596787:20597224,20600236:20600832,20608556:20609415,20616936:20617520,20617896:20618704,20631044:20632669,20632057:20633458,20636733:20636996,20675069:20675298,20690024:20696830,20699101:20709351,20699105:2070927', 'assoc_mat': '20177146:pet_clair:4200:20177847,20183122:pet_clair:4200:20185070,20192831:pet_clair:4200:20193222,20202891:pet_clair:4200:20203781,20209116:pet_clair:4200:20209704,20224380:pet_clair:4200:20226916,20226941:pet_clair:4200:20228122,20254278:pet_clair:4200:20272196,20257117:pet_clair:4200:20257568,20277674:pet_clair:4200:20278105,20277678:pet_clair:4200:20278015,20291009:pet_clair:4200:20291808,20296336:pet_clair:4200:20296526,20307290:pet_clair:4200:20308348,20308451:pet_clair:4200:20309964,20324562:pet_clair:4200:20325352,20330842:pet_clair:4200:20334299,20331821:pet_clair:4200:20334126,20334539:pet_clair:4200:20335607,20351129:pet_clair:4200:20352703,20354712:pet_clair:4200:20355399,20398811:pet_clair:4200:20401441,20403539:pet_clair:4200:20403599,20407606:pet_clair:4200:20412832,20410110:pet_clair:4200:20411743,20414615:pet_clair:4200:20416192,20418291:pet_clair:4200:20419461,20421527:pet_clair:4200:20421825,20433553:pet_clair:4200:20434621,20436920:pet_clair:4200:20441328,20441869:pet_clair:4200:20442740,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.005130864733367626, 'nb_photo': 10, 'list_port_cont': '20516360', 'assoc_port': '20515637:20516360', 'assoc_mat': '20515637:pet_clair:3594:20516360'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0011156427064674594, 'nb_photo': 8, 'list_port_cont': '20227685,20273844,20277982,20343741,20516390,20562686,20696410', 'assoc_port': '20226939:20227685,20270889:20273844,20277684:20277982,20341995:20343741,20515633:20516390,20561523:20562686,20695689:20696410', 'assoc_mat': '20226939:pet_clair:4207:20227685,20270889:pet_clair:4207:20273844,20277684:pet_clair:4207:20277982,20341995:pet_clair:4207:20343741,20515633:pet_clair:4207:20516390,20561523:pet_clair:4207:20562686,20695689:pet_clair:4207:20696410'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011862652151294574, 'nb_photo': 36, 'list_port_cont': '20896573,20910039,20974632,21163741,21166587,21176676,21180233,21180450,21182490,21187702,21189201,21193656,21195429,21205827,21207633,21207690,21209332,21209695,21210871,21211314,21219410,21219842,21220727,21224463,21233747,21240744,21243166,21246957,21255991,21265900,21279830,21283912', 'assoc_port': '20245938:21205827,20300842:21209695,20688365:21193656,20887002:20896573,20892354:20910039,20966320:20974632,21001285:21279830,21053732:21207633,21053750:21207690,21054316:21209332,21054364:21210871,21054368:21211314,21054645:21219410,21055175:21219842,21055515:21220727,21055636:21224463,21056513:21265900,21056523:21233747,21056556:21240744,21058266:21243166,21058354:21246957,21059859:21255991,21120285:21163741,21120307:21166587,21122346:21176676,21122417:21180233,21122456:21180450,21123354:21182490,21123385:21283912,21123395:21187702,21124035:21189201,21125626:21195429', 'assoc_mat': '20245938:pet_clair:4209:21205827,20300842:pet_clair:4209:21209695,20688365:pet_clair:4209:21193656,20887002:pet_clair:4209:20896573,20892354:pet_clair:4209:20910039,20966320:pet_clair:4209:20974632,21001285:pet_clair:4209:21279830,21053732:pet_clair:4209:21207633,21053750:pet_clair:4209:21207690,21054316:pet_clair:4209:21209332,21054364:pet_clair:4209:21210871,21054368:pet_clair:4209:21211314,21054645:pet_clair:4209:21219410,21055175:pet_clair:4209:21219842,21055515:pet_clair:4209:21220727,21055636:pet_clair:4209:21224463,21056513:pet_clair:4209:21265900,21056523:pet_clair:4209:21233747,21056556:pet_clair:4209:21240744,21058266:pet_clair:4209:21243166,21058354:pet_clair:4209:21246957,21059859:pet_clair:4209:21255991,21120285:pet_clair:4209:21163741,21120307:pet_clair:4209:21166587,21122346:pet_clair:4209:21176676,21122417:pet_clair:4209:21180233,21122456:pet_clair:4209:21180450,21123354:pet_clair:4209:21182490,21123385:pet_clair:4209:21283912,21123395:pet_clair:4209:21187702,21124035:pet_clair:4209:21189201,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.035179748266934825, 'nb_photo': 1, 'list_port_cont': '20550166', 'assoc_port': '20549748:20550166', 'assoc_mat': '20549748:pet_clair:4200:20550166'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005488836996854885, 'nb_photo': 131, 'list_port_cont': '20174158,20200311,20206248,20217459,20220321,20223977,20227873,20229222,20337949,20351363,20355384,20362607,20363970,20364118,20364277,20368802,20370615,20400637,20416141,20438624,20444100,20455618,20470690,20476089,20480474,20493989,20506720,20507222,20514961,20518566,20553602,20558633,20580169,20603567,20609649,20617807,20650578,20653571,20655370,20673288,20682284,20684930,20707268,20719375,20721817,20722348,20729984,20731409,20748887,20778157,20833858,20834567,20842570,20842801,20846499,20846983,20847749,20850018,20856003,20858361,20877439,20888049,20888399,20892963,20921472,20925124,20930294,20968875,20972427,21054779,21056809,21058111,21060851,21061437,21126725,21128516,21129025,21130113,21130332,21130542,21131220,21131478,21131650,21132015,21133042,21134018,21134455,21135345,21163488,21166971,21209241,21209974', 'assoc_port': '20172748:20174158,20199782:20200311,20200514:20206248,20215671:20217459,20219533:20220321,20220270:20223977,20226942:20227873,20228246:20229222,20263701:20370615,20266081:20364277,20293713:20368802,20300871:20364118,20303263:20363970,20303271:20362607,20336407:20337949,20350378:20351363,20354709:20355384,20398810:20400637,20414614:20416141,20436923:20438624,20443834:20444100,20454226:20455618,20470419:20470690,20474343:20476089,20479475:20480474,20493658:20493989,20506319:20506720,20506970:20507222,20513204:20514961,20517446:20518566,20549748:21134018,20551966:20553602,20557616:20558633,20579533:20580169,20602368:20603567,20608558:20609649,20616933:20617807,20649578:20650578,20652560:20653571,20654978:20655370,20673050:20673288,20680373:20682284,20684268:20684930,20703028:20707268,20718514:20719375,20721213:20721817,20721214:20722348,20729789:20729984,20730970:20731409,20748615:20748887,20777280:20778157,20832919:20858361,20832943:20842570,20832999:20846499,20833039:20846983,20833047:20834567,20833052:2083385', 'assoc_mat': '20172748:pet_clair:4211:20174158,20199782:pet_clair:4211:20200311,20200514:pet_clair:4211:20206248,20215671:pet_clair:4211:20217459,20219533:pet_clair:4211:20220321,20220270:pet_clair:4211:20223977,20226942:pet_clair:4211:20227873,20228246:pet_clair:4211:20229222,20263701:pet_clair:4211:20370615,20266081:pet_clair:4211:20364277,20293713:pet_clair:4211:20368802,20300871:pet_clair:4211:20364118,20303263:pet_clair:4211:20363970,20303271:pet_clair:4211:20362607,20336407:pet_clair:4211:20337949,20350378:pet_clair:4211:20351363,20354709:pet_clair:4211:20355384,20398810:pet_clair:4211:20400637,20414614:pet_clair:4211:20416141,20436923:pet_clair:4211:20438624,20443834:pet_clair:4211:20444100,20454226:pet_clair:4211:20455618,20470419:pet_clair:4211:20470690,20474343:pet_clair:4211:20476089,20479475:pet_clair:4211:20480474,20493658:pet_clair:4211:20493989,20506319:pet_clair:4211:20506720,20506970:pet_clair:4211:20507222,20513204:pet_clair:4211:20514961,20517446:pet_clair:4211:20518566,20549748:pet_clair:4211:21134018,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9902895078971651, 'nb_photo': 100745, 'list_port_cont': '20169758,20171226,20171787,20172627,20174097,20177038,20178245,20178718,20186483,20188613,20200241,20200487,20201399,20202959,20208863,20211303,20217279,20217515,20220556,20227558,20227654,20229867,20247283,20248890,20255108,20257448,20260605,20264578,20267675,20278178,20278571,20278695,20295629,20296894,20298334,20302294,20304749,20305893,20309608,20310153,20312970,20314135,20325803,20332515,20333664,20338602,20340537,20351375,20352803,20355106,20356299,20357095,20394873,20398598,20402641,20405153,20408827,20413199,20415888,20420404,20421570,20422098,20435378,20437306,20438479,20442821,20444079,20444618,20445547,20449150,20451891,20454020,20460833,20469158,20469703,20474520,20476958,20479422,20481355,20483992,20486818,20491225,20491660,20493044,20501399,20505493,20506564,20508476,20514563,20515516,20516623,20520543,20522733,20523647,20546484,20549122,20551765,20555015,20557235,20561261,20563375,20567387,20571023,20576584,20576625,20600005,20603447,20607763,20610247,20611070,20614957,20617639,20618821,2062138', 'assoc_port': '20168059:20177038,20169285:20169758,20169831:20171787,20169834:20171226,20171951:20172627,20172749:20174097,20177142:20178245,20177545:20178718,20183123:20186483,20186672:20188613,20199784:20200487,20199786:20200241,20200509:20201399,20201667:20202959,20206394:20208863,20210194:20211303,20215666:20217515,20215687:20217279,20219531:20220556,20224377:20227654,20224382:20227558,20228243:20229867,20245939:20247283,20247542:20248890,20253021:20255108,20254304:20257448,20258541:20260605,20262010:20264578,20266083:20267675,20277672:20278695,20277675:20278571,20277681:20278178,20293712:20295629,20296496:20296894,20298064:20298334,20300873:20302294,20303267:20305893,20303272:20304749,20308442:20310153,20308450:20309608,20312006:20312970,20313893:20314135,20324558:20325803,20330844:20332515,20331796:20333664,20337409:20338602,20338547:20340537,20350380:20351375,20352155:20352803,20354703:20357095,20354707:20355106,20355354:20356299,20393265:20394873,20397365:20398598,20401648:20402641,20404209:20405153,20407607:2040882', 'assoc_mat': '20168059:pet_clair:3327:20177038,20169285:pet_clair:3327:20169758,20169831:pet_clair:3327:20171787,20169834:pet_clair:3327:20171226,20171951:pet_clair:3327:20172627,20172749:pet_clair:3327:20174097,20177142:pet_clair:3327:20178245,20177545:pet_clair:3327:20178718,20183123:pet_clair:3327:20186483,20186672:pet_clair:3327:20188613,20199784:pet_clair:3327:20200487,20199786:pet_clair:3327:20200241,20200509:pet_clair:3327:20201399,20201667:pet_clair:3327:20202959,20206394:pet_clair:3327:20208863,20210194:pet_clair:3327:20211303,20215666:pet_clair:3327:20217515,20215687:pet_clair:3327:20217279,20219531:pet_clair:3327:20220556,20224377:pet_clair:3327:20227654,20224382:pet_clair:3327:20227558,20228243:pet_clair:3327:20229867,20245939:pet_clair:3327:20247283,20247542:pet_clair:3327:20248890,20253021:pet_clair:3327:20255108,20254304:pet_clair:3327:20257448,20258541:pet_clair:3327:20260605,20262010:pet_clair:3327:20264578,20266083:pet_clair:3327:20267675,20277672:pet_clair:3327:20278695,20277675:pet_clair:3327:20278571,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10476410444966121, 'nb_photo': 101, 'list_port_cont': '21001656,21001942,21056004,21124766,21129925,21129985', 'assoc_port': '21001262:21001942,21001273:21001656,21002613:21129985,21002624:21129925,21053304:21056004,21124054:21124766', 'assoc_mat': '21001262:pet_clair:3594:21001942,21001273:pet_clair:3594:21001656,21002613:pet_clair:3594:21129985,21002624:pet_clair:3594:21129925,21053304:pet_clair:3594:21056004,21124054:pet_clair:3594:21124766'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.6690611547442031, 'nb_photo': 2986, 'list_port_cont': '20177844,20185081,20193229,20203777,20209705,20226907,20228118,20257570,20272209,20278013,20278097,20291820,20296514,20308341,20309972,20325359,20334134,20334309,20335621,20352696,20355403,20403609,20411748,20412834,20416183,20419453,20421827,20434618,20441339,20442750,20453688,20457584,20461373,20469070,20470518,20478181,20482523,20486361,20501264,20504931,20512284,20523241,20523478,20557178,20562348,20597230,20597526,20600845,20608104,20609420,20617525,20618716,20632670,20633465,20636995,20675299,20678151,20696838,20888064,21001544,21001622,21001763,21001949,21002021,21002407,21002896,21053851,21054131,21054768,21055814,21057131,21059059,21059375,21128329,21128500,21128904,21129046,21129170,21129376,21129501,21129692,21130265,21130284,21130387,21130709,21131066,21131509,21133155,21133303,21133925,21134418,21135183,21135504,21135907,21164187,21166374,21166784,21167105,21167188,21167620,21167751,21167940,21168083,21168394,21168684,21170058,21170113,21170306,21170671,21170820,21171136,21171742,21172166,2117241', 'assoc_port': '20177146:20177844,20183122:20185081,20192831:20193229,20202891:20203777,20209116:20209705,20224380:20226907,20226941:20228118,20254278:20272209,20257117:20257570,20277674:20278097,20277678:20278013,20291009:20291820,20296336:20296514,20307290:20308341,20308451:20309972,20324562:20325359,20330842:20334309,20331821:20334134,20334539:20335621,20351129:20352696,20354712:20355403,20403539:20403609,20407606:20412834,20410110:20411748,20414615:20416183,20418291:20419453,20421527:20421827,20433553:20434618,20436920:20441339,20441869:20442750,20451768:20453688,20455315:20457584,20460488:20461373,20469016:20469070,20470421:20470518,20477526:20478181,20479472:20482523,20485445:20486361,20500513:20501264,20504796:20504931,20510743:20512284,20522136:20523241,20522902:20523478,20555730:20557178,20561529:20562348,20596784:20597526,20596787:20597230,20600236:20600845,20607820:20608104,20608556:20609420,20616936:20617525,20617896:20618716,20631044:20632670,20632057:20633465,20636733:20636995,20675069:20675299,20677303:2067815', 'assoc_mat': '20177146:pet_fonce:4200:20177844,20183122:pet_fonce:4200:20185081,20192831:pet_fonce:4200:20193229,20202891:pet_fonce:4200:20203777,20209116:pet_fonce:4200:20209705,20224380:pet_fonce:4200:20226907,20226941:pet_fonce:4200:20228118,20254278:pet_fonce:4200:20272209,20257117:pet_fonce:4200:20257570,20277674:pet_fonce:4200:20278097,20277678:pet_fonce:4200:20278013,20291009:pet_fonce:4200:20291820,20296336:pet_fonce:4200:20296514,20307290:pet_fonce:4200:20308341,20308451:pet_fonce:4200:20309972,20324562:pet_fonce:4200:20325359,20330842:pet_fonce:4200:20334309,20331821:pet_fonce:4200:20334134,20334539:pet_fonce:4200:20335621,20351129:pet_fonce:4200:20352696,20354712:pet_fonce:4200:20355403,20403539:pet_fonce:4200:20403609,20407606:pet_fonce:4200:20412834,20410110:pet_fonce:4200:20411748,20414615:pet_fonce:4200:20416183,20418291:pet_fonce:4200:20419453,20421527:pet_fonce:4200:20421827,20433553:pet_fonce:4200:20434618,20436920:pet_fonce:4200:20441339,20441869:pet_fonce:4200:20442750,20451768:pet_fonce:4200:20453688,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0003523394633058985, 'nb_photo': 2, 'list_port_cont': '20516365', 'assoc_port': '20515637:20516365', 'assoc_mat': '20515637:pet_fonce:3594:20516365'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0029704103428802213, 'nb_photo': 7, 'list_port_cont': '21182501,21214682,21214751,21220032,21238679,21265883,21265899', 'assoc_port': '21001737:21214751,21001741:21214682,21055186:21220032,21056513:21265899,21056521:21265883,21056542:21238679,21123354:21182501', 'assoc_mat': '21001737:pet_fonce:4209:21214751,21001741:pet_fonce:4209:21214682,21055186:pet_fonce:4209:21220032,21056513:pet_fonce:4209:21265899,21056521:pet_fonce:4209:21265883,21056542:pet_fonce:4209:21238679,21123354:pet_fonce:4209:21182501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.6858686706003323, 'nb_photo': 5, 'list_port_cont': '20550170', 'assoc_port': '20549748:20550170', 'assoc_mat': '20549748:pet_fonce:4200:20550170'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028958161058019303, 'nb_photo': 12, 'list_port_cont': '20340034,20493855,20525520,20546209,20577422,20681848,20696882,20782645,20888405,20926355,21002469', 'assoc_port': '20338546:20340034,20493657:20493855,20524357:20525520,20544937:20546209,20577148:20577422,20680379:20681848,20695670:20696882,20782292:20782645,20888116:20888405,20925355:20926355,21001713:21002469', 'assoc_mat': '20338546:pet_fonce:4211:20340034,20493657:pet_fonce:4211:20493855,20524357:pet_fonce:4211:20525520,20544937:pet_fonce:4211:20546209,20577148:pet_fonce:4211:20577422,20680379:pet_fonce:4211:20681848,20695670:pet_fonce:4211:20696882,20782292:pet_fonce:4211:20782645,20888116:pet_fonce:4211:20888405,20925355:pet_fonce:4211:20926355,21001713:pet_fonce:4211:21002469'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002677108592342083, 'nb_photo': 18, 'list_port_cont': '20247275,20398599,20402647,20442820,20469709,20505495,20551763,20557237,20685099,20700440,20731458,20782703,20842072,20850454,20929942,20930363,20973048', 'assoc_port': '20245939:20247275,20397365:20398599,20401648:20402647,20441870:20442820,20469233:20469709,20505113:20505495,20549746:20551763,20555731:20557237,20684266:20685099,20699110:20700440,20730974:20731458,20782288:20782703,20832938:20842072,20848640:20850454,20929139:20929942,20929765:20930363,20966330:20973048', 'assoc_mat': '20245939:pet_fonce:3327:20247275,20397365:pet_fonce:3327:20398599,20401648:pet_fonce:3327:20402647,20441870:pet_fonce:3327:20442820,20469233:pet_fonce:3327:20469709,20505113:pet_fonce:3327:20505495,20549746:pet_fonce:3327:20551763,20555731:pet_fonce:3327:20557237,20684266:pet_fonce:3327:20685099,20699110:pet_fonce:3327:20700440,20730974:pet_fonce:3327:20731458,20782288:pet_fonce:3327:20782703,20832938:pet_fonce:3327:20842072,20848640:pet_fonce:3327:20850454,20929139:pet_fonce:3327:20929942,20929765:pet_fonce:3327:20930363,20966330:pet_fonce:3327:20973048'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.005281815417139079, 'nb_photo': 9, 'list_port_cont': '21001653,21056000,21124767,21129932,21129983', 'assoc_port': '21001273:21001653,21002613:21129983,21002624:21129932,21053304:21056000,21124054:21124767', 'assoc_mat': '21001273:pet_fonce:3594:21001653,21002613:pet_fonce:3594:21129983,21002624:pet_fonce:3594:21129932,21053304:pet_fonce:3594:21056000,21124054:pet_fonce:3594:21124767'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003236375846255702, 'nb_photo': 2, 'list_port_cont': '20466589,20658809', 'assoc_port': '20414608:20466589,20630388:20658809', 'assoc_mat': '20414608:pet_opaque:4205:20466589,20630388:pet_opaque:4205:20658809'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.830681187379223e-05, 'nb_photo': 16, 'list_port_cont': '20389345,20464649,20522634,20586563,20786041,20871179,21220173,21235770', 'assoc_port': '20308443:20389345,20410109:20464649,20510744:20522634,20573401:20586563,20780559:20786041,20845542:20871179,21055192:21220173,21056532:21235770', 'assoc_mat': '20308443:pet_opaque:4203:20389345,20410109:pet_opaque:4203:20464649,20510744:pet_opaque:4203:20522634,20573401:pet_opaque:4203:20586563,20780559:pet_opaque:4203:20786041,20845542:pet_opaque:4203:20871179,21055192:pet_opaque:4203:21220173,21056532:pet_opaque:4203:21235770'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003042851922885584, 'nb_photo': 8, 'list_port_cont': '20671624,20892876,21061053,21136173,21199182,21202026,21206990,21209431', 'assoc_port': '20671424:20671624,20891551:20892876,21001261:21199182,21053266:21202026,21055173:21206990,21058226:21136173,21059832:21061053,21122392:21209431', 'assoc_mat': '20671424:pet_opaque:4207:20671624,20891551:pet_opaque:4207:20892876,21001261:pet_opaque:4207:21199182,21053266:pet_opaque:4207:21202026,21055173:pet_opaque:4207:21206990,21058226:pet_opaque:4207:21136173,21059832:pet_opaque:4207:21061053,21122392:pet_opaque:4207:21209431'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003964126244389385, 'nb_photo': 24, 'list_port_cont': '20438445,20847032,20929981,20977149,21189128,21195487,21203206,21210166,21218253,21218683,21219254,21219962,21245326,21304266,21306422', 'assoc_port': '20270890:20438445,20833003:20847032,20895536:20929981,20966354:20977149,21053276:21203206,21054323:21210166,21054591:21218253,21054607:21218683,21054640:21219254,21055182:21219962,21058310:21245326,21123350:21304266,21123997:21306422,21124003:21189128,21125655:21195487', 'assoc_mat': '20270890:pet_opaque:4461:20438445,20833003:pet_opaque:4461:20847032,20895536:pet_opaque:4461:20929981,20966354:pet_opaque:4461:20977149,21053276:pet_opaque:4461:21203206,21054323:pet_opaque:4461:21210166,21054591:pet_opaque:4461:21218253,21054607:pet_opaque:4461:21218683,21054640:pet_opaque:4461:21219254,21055182:pet_opaque:4461:21219962,21058310:pet_opaque:4461:21245326,21123350:pet_opaque:4461:21304266,21123997:pet_opaque:4461:21306422,21124003:pet_opaque:4461:21189128,21125655:pet_opaque:4461:21195487'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00820196728539151, 'nb_photo': 770, 'list_port_cont': '20177852,20185071,20193221,20203776,20209707,20226912,20228124,20257566,20272201,20278008,20278099,20291819,20296517,20308344,20325345,20334125,20334304,20335618,20352700,20355407,20401431,20403600,20416190,20419459,20421826,20441334,20442745,20453697,20457582,20469065,20470523,20478183,20482524,20486356,20504924,20523238,20523475,20557175,20562362,20597239,20597523,20600840,20608101,20609427,20618709,20632664,20633457,20636998,20675295,20678150,20696837,20703487,20703650,20709276,20709359,20718460,20728066,20729166,20732367,20777126,20779696,20779739,20782736,20833961,20838556,20840025,20840894,20843639,20845984,20847780,20848507,20882448,20886125,20887955,20888071,20888473,20890174,20890472,20893437,20895491,20916161,20922797,20924076,20925484,20927058,20931237,20966478,20971062,20971293,20974045,20975455,21001541,21001625,21001773,21002026,21002411,21002905,21053841,21054127,21054766,21055804,21057123,21059046,21059376,21124075,21124833,21126563,21128320,21128510,21128905,21129040,21129175,21129374,2112950', 'assoc_port': '20177146:20177852,20183122:20185071,20192831:20193221,20202891:20203776,20209116:20209707,20224380:20226912,20226941:20228124,20254278:20272201,20257117:20257566,20277674:20278099,20277678:20278008,20291009:20291819,20296336:20296517,20307290:20308344,20324562:20325345,20330842:20334304,20331821:20334125,20334539:20335618,20351129:20352700,20354712:20355407,20398811:20401431,20403539:20403600,20414615:20416190,20418291:20419459,20421527:20421826,20436920:20441334,20441869:20442745,20451768:20453697,20455315:20457582,20469016:20469065,20470421:20470523,20477526:20478183,20479472:20482524,20485445:20486356,20504796:20504924,20522136:20523238,20522902:20523475,20555730:20557175,20561529:20562362,20596784:20597523,20596787:20597239,20600236:20600840,20607820:20608101,20608556:20609427,20617896:20618709,20631044:20632664,20632057:20633457,20636733:20636998,20675069:20675295,20677303:20678150,20690024:20696837,20699101:20709359,20699105:20709276,20699109:20703487,20703029:20703650,20717939:20718460,20727920:2072806', 'assoc_mat': '20177146:pet_opaque:4200:20177852,20183122:pet_opaque:4200:20185071,20192831:pet_opaque:4200:20193221,20202891:pet_opaque:4200:20203776,20209116:pet_opaque:4200:20209707,20224380:pet_opaque:4200:20226912,20226941:pet_opaque:4200:20228124,20254278:pet_opaque:4200:20272201,20257117:pet_opaque:4200:20257566,20277674:pet_opaque:4200:20278099,20277678:pet_opaque:4200:20278008,20291009:pet_opaque:4200:20291819,20296336:pet_opaque:4200:20296517,20307290:pet_opaque:4200:20308344,20324562:pet_opaque:4200:20325345,20330842:pet_opaque:4200:20334304,20331821:pet_opaque:4200:20334125,20334539:pet_opaque:4200:20335618,20351129:pet_opaque:4200:20352700,20354712:pet_opaque:4200:20355407,20398811:pet_opaque:4200:20401431,20403539:pet_opaque:4200:20403600,20414615:pet_opaque:4200:20416190,20418291:pet_opaque:4200:20419459,20421527:pet_opaque:4200:20421826,20436920:pet_opaque:4200:20441334,20441869:pet_opaque:4200:20442745,20451768:pet_opaque:4200:20453697,20455315:pet_opaque:4200:20457582,20469016:pet_opaque:4200:20469065,2047'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0021280890742315013, 'nb_photo': 3, 'list_port_cont': '20273845,20452943,20454742', 'assoc_port': '20270889:20273845,20451769:20452943,20454229:20454742', 'assoc_mat': '20270889:pet_opaque:4207:20273845,20451769:pet_opaque:4207:20452943,20454229:pet_opaque:4207:20454742'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003491637278916774, 'nb_photo': 38, 'list_port_cont': '21125362,21163745,21166993,21176459,21182491,21188456,21194991,21195599,21198667,21210681,21214684,21216846,21216924,21217226,21217440,21217885,21219397,21219831,21220029,21222061,21226704,21239028,21240392,21240746,21246955,21251172,21252235,21256001,21265903,21272105,21289095', 'assoc_port': '20515635:21226704,20652563:21252235,20833053:21125362,21001230:21198667,21001741:21214684,21002591:21272105,21002635:21216924,21002637:21216846,21002683:21217226,21002709:21217440,21002722:21217885,21054358:21210681,21054646:21219397,21055175:21219831,21055186:21220029,21055584:21222061,21056513:21265903,21056544:21239028,21056551:21240392,21056556:21240746,21058354:21246955,21059360:21251172,21059859:21256001,21120285:21163745,21120305:21289095,21120315:21166993,21122304:21176459,21123354:21182491,21123998:21188456,21125616:21194991,21125656:21195599', 'assoc_mat': '20515635:pet_opaque:4209:21226704,20652563:pet_opaque:4209:21252235,20833053:pet_opaque:4209:21125362,21001230:pet_opaque:4209:21198667,21001741:pet_opaque:4209:21214684,21002591:pet_opaque:4209:21272105,21002635:pet_opaque:4209:21216924,21002637:pet_opaque:4209:21216846,21002683:pet_opaque:4209:21217226,21002709:pet_opaque:4209:21217440,21002722:pet_opaque:4209:21217885,21054358:pet_opaque:4209:21210681,21054646:pet_opaque:4209:21219397,21055175:pet_opaque:4209:21219831,21055186:pet_opaque:4209:21220029,21055584:pet_opaque:4209:21222061,21056513:pet_opaque:4209:21265903,21056544:pet_opaque:4209:21239028,21056551:pet_opaque:4209:21240392,21056556:pet_opaque:4209:21240746,21058354:pet_opaque:4209:21246955,21059360:pet_opaque:4209:21251172,21059859:pet_opaque:4209:21256001,21120285:pet_opaque:4209:21163745,21120305:pet_opaque:4209:21289095,21120315:pet_opaque:4209:21166993,21122304:pet_opaque:4209:21176459,21123354:pet_opaque:4209:21182491,21123998:pet_opaque:4209:21188456,21125616:pet_opaque:4209:21194991,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00038336834656013436, 'nb_photo': 319, 'list_port_cont': '20168743,20170148,20173851,20174163,20178348,20178600,20184714,20203921,20206254,20209004,20218317,20223975,20226051,20226615,20227865,20332602,20334228,20337942,20345662,20360238,20360375,20360559,20362602,20362700,20363962,20364117,20364280,20365495,20367345,20368790,20370624,20395265,20400650,20402667,20407482,20411462,20416151,20422609,20442989,20444094,20452065,20455615,20456579,20470699,20475601,20476085,20486972,20487355,20490969,20493859,20493984,20506289,20506730,20514959,20516421,20518555,20525526,20546214,20549096,20565363,20567450,20577413,20597667,20606912,20631369,20633763,20643545,20650581,20655381,20671611,20673290,20673842,20675800,20682292,20693239,20696874,20707262,20716674,20719034,20719380,20722349,20726163,20729978,20731415,20748884,20778149,20779845,20780055,20781949,20782304,20831382,20832844,20833859,20834583,20840043,20840607,20842568,20845126,20846507,20847745,20848556,20850015,20855640,20855991,20858367,20877446,20878790,20881107,20884364,20888323,20888403,20892967,20921475,2092634', 'assoc_port': '20168492:20168743,20169287:20170148,20171950:20173851,20172748:20174163,20177140:20178348,20177547:20178600,20183126:20184714,20200514:20206254,20201665:20203921,20206396:20209004,20215665:20218317,20220268:20226615,20220270:20223975,20224384:20226051,20226942:20227865,20249724:20360238,20249727:20360375,20253023:20360559,20258543:20362700,20263701:20370624,20266081:20364280,20293713:20368790,20296493:20367345,20298063:20365495,20300871:20364117,20303263:20363962,20303271:20362602,20324561:20334228,20330845:20332602,20336407:20337942,20341992:20345662,20393269:20395265,20398810:20400650,20401674:20402667,20404212:20407482,20410112:20411462,20414614:20416151,20422047:20422609,20441873:20442989,20443834:20444094,20450251:20452065,20454226:20455615,20455312:20456579,20470419:20470699,20474343:20476085,20474348:20475601,20485441:20487355,20485446:20486972,20489624:20490969,20493657:20493859,20493658:20493984,20505939:20506289,20506319:20506730,20513204:20514959,20515636:20516421,20517446:20518555,20524357:2052552', 'assoc_mat': '20168492:pet_opaque:4211:20168743,20169287:pet_opaque:4211:20170148,20171950:pet_opaque:4211:20173851,20172748:pet_opaque:4211:20174163,20177140:pet_opaque:4211:20178348,20177547:pet_opaque:4211:20178600,20183126:pet_opaque:4211:20184714,20200514:pet_opaque:4211:20206254,20201665:pet_opaque:4211:20203921,20206396:pet_opaque:4211:20209004,20215665:pet_opaque:4211:20218317,20220268:pet_opaque:4211:20226615,20220270:pet_opaque:4211:20223975,20224384:pet_opaque:4211:20226051,20226942:pet_opaque:4211:20227865,20249724:pet_opaque:4211:20360238,20249727:pet_opaque:4211:20360375,20253023:pet_opaque:4211:20360559,20258543:pet_opaque:4211:20362700,20263701:pet_opaque:4211:20370624,20266081:pet_opaque:4211:20364280,20293713:pet_opaque:4211:20368790,20296493:pet_opaque:4211:20367345,20298063:pet_opaque:4211:20365495,20300871:pet_opaque:4211:20364117,20303263:pet_opaque:4211:20363962,20303271:pet_opaque:4211:20362602,20324561:pet_opaque:4211:20334228,20330845:pet_opaque:4211:20332602,20336407:pet_opaque:4211:20337942,2034'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0046395728343323105, 'nb_photo': 14, 'list_port_cont': '20301097,20652907,20691119,20742317,20880583', 'assoc_port': '20300842:20301097,20652563:20652907,20688365:20691119,20742145:20742317,20880569:20880583', 'assoc_mat': '20300842:plastique:3726:20301097,20652563:plastique:3726:20652907,20688365:plastique:3726:20691119,20742145:plastique:3726:20742317,20880569:plastique:3726:20880583'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007796992940516681, 'nb_photo': 596, 'list_port_cont': '20291098,20308811,20403584,20443895,20474476,20475768,20477203,20545331,20562617,20573729,20596992,20674270,20725740,20730993,20778741,20782315,20840405,20888274,20889483,20898015,20919424,20925768,20929921,20929965,20966435,21001562,21001665,21001899,21001928,21001968,21002278,21002750,21002884,21053596,21053673,21053740,21053782,21053971,21054032,21054191,21054560,21054621,21054669,21054756,21054804,21054916,21054946,21055381,21055946,21056089,21056191,21056569,21056639,21056703,21056821,21057710,21058567,21058643,21059816,21060143,21060212,21060346,21120416,21120472,21120534,21122685,21122987,21123599,21123748,21123854,21124457,21124571,21125847,21126112,21126130,21128174,21128233,21128681,21129145,21129270,21129829,21130374,21130507,21130694,21130737,21130852,21131083,21131155,21131242,21131381,21131429,21131540', 'assoc_port': '20291008:20291098,20308446:20308811,20403540:20403584,20443833:20443895,20474345:20474476,20475364:20475768,20475366:20477203,20544936:20545331,20562535:20562617,20573403:20573729,20596788:20596992,20674231:20674270,20725589:20725740,20730973:20730993,20778575:20778741,20782294:20782315,20838641:20840405,20888115:20888274,20888796:20889483,20897850:20898015,20919368:20919424,20925357:20925768,20929764:20929965,20929770:20929921,20966349:20966435,21001228:21001562,21001267:21128233,21001276:21001665,21001688:21129145,21001689:21002750,21001703:21002278,21001724:21001899,21001734:21001968,21001739:21001928,21002713:21129829,21002721:21002884,21053265:21128681,21053273:21053740,21053278:21053673,21053291:21053596,21053695:21053782,21053716:21054032,21053722:21053971,21053729:21054191,21054310:21054621,21054318:21054560,21054359:21054669,21054597:21054916,21054617:21054804,21054630:21054946,21054641:21054756,21055181:21055381,21055507:21058567,21055520:21057710,21055578:21056569,21055613:21056191,21055634:2105608', 'assoc_mat': '20291008:plastique:3726:20291098,20308446:plastique:3726:20308811,20403540:plastique:3726:20403584,20443833:plastique:3726:20443895,20474345:plastique:3726:20474476,20475364:plastique:3726:20475768,20475366:plastique:3726:20477203,20544936:plastique:3726:20545331,20562535:plastique:3726:20562617,20573403:plastique:3726:20573729,20596788:plastique:3726:20596992,20674231:plastique:3726:20674270,20725589:plastique:3726:20725740,20730973:plastique:3726:20730993,20778575:plastique:3726:20778741,20782294:plastique:3726:20782315,20838641:plastique:3726:20840405,20888115:plastique:3726:20888274,20888796:plastique:3726:20889483,20897850:plastique:3726:20898015,20919368:plastique:3726:20919424,20925357:plastique:3726:20925768,20929764:plastique:3726:20929965,20929770:plastique:3726:20929921,20966349:plastique:3726:20966435,21001228:plastique:3726:21001562,21001267:plastique:3726:21128233,21001276:plastique:3726:21001665,21001688:plastique:3726:21129145,21001689:plastique:3726:21002750,21001703:plastique:3726:21002278,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.005714522778394211, 'nb_photo': 111, 'list_port_cont': '20301095,20477760,20524489,20652904,20691115,20742316,20880574,20882183', 'assoc_port': '20300842:20301095,20477525:20477760,20524360:20524489,20652563:20652904,20688365:20691115,20742145:20742316,20880569:20880574,20882063:20882183', 'assoc_mat': '20300842:Teint_Dans_La_Masse:3726:20301095,20477525:Teint_Dans_La_Masse:3726:20477760,20524360:Teint_Dans_La_Masse:3726:20524489,20652563:Teint_Dans_La_Masse:3726:20652904,20688365:Teint_Dans_La_Masse:3726:20691115,20742145:Teint_Dans_La_Masse:3726:20742316,20880569:Teint_Dans_La_Masse:3726:20880574,20882063:Teint_Dans_La_Masse:3726:20882183'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010212765914494435, 'nb_photo': 2733, 'list_port_cont': '20291105,20403588,20443892,20474469,20475779,20477210,20485557,20545335,20562618,20573726,20596993,20669689,20674271,20725733,20730996,20748789,20778749,20782316,20840404,20888265,20889479,20898017,20915787,20919422,20925766,20929920,20929961,20966439,21001561,21001669,21001896,21001931,21001973,21002281,21002753,21002892,21053590,21053668,21053738,21053783,21053829,21053968,21054034,21054196,21054567,21054626,21054655,21054666,21054750,21054796,21054918,21054944,21055387,21055944,21056087,21056188,21056570,21056642,21056709,21056815,21057717,21058557,21058642,21059509,21059707,21059821,21060145,21060210,21060349,21120408,21120464,21120525,21122680,21122983,21123602,21123749,21123760,21123855,21124332,21124453,21124580,21125840,21126069,21126106,21126124,21126236,21128164,21128236,21128685,21129141,21129273,21129832,21129864,21130365,21130503,21130642,21130692,21130742,21130849,21131018,21131084,21131158,21131237,21131303,21131428,21131539', 'assoc_port': '20291008:20291105,20403540:20403588,20443833:20443892,20474345:20474469,20475364:20475779,20475366:20477210,20485442:20485557,20544936:20545335,20562535:20562618,20573403:20573726,20596788:20596993,20669625:20669689,20674231:20674271,20725589:20725733,20730973:20730996,20748721:20748789,20778575:20778749,20782294:20782316,20838641:20840404,20888115:20888265,20888796:20889479,20897850:20898017,20915459:20915787,20919368:20919422,20925357:20925766,20929764:20929961,20929770:20929920,20966349:20966439,21001228:21001561,21001267:21128236,21001276:21001669,21001688:21129141,21001689:21002753,21001703:21002281,21001724:21001896,21001734:21001973,21001739:21001931,21002711:21129864,21002713:21129832,21002721:21002892,21053265:21128685,21053273:21053738,21053278:21053668,21053291:21053590,21053695:21053783,21053716:21054034,21053722:21053968,21053729:21054196,21053759:21053829,21054297:21054655,21054310:21054626,21054318:21054567,21054359:21054666,21054597:21054918,21054617:21054796,21054630:21054944,21054641:2105475', 'assoc_mat': '20291008:Teint_Dans_La_Masse:3726:20291105,20403540:Teint_Dans_La_Masse:3726:20403588,20443833:Teint_Dans_La_Masse:3726:20443892,20474345:Teint_Dans_La_Masse:3726:20474469,20475364:Teint_Dans_La_Masse:3726:20475779,20475366:Teint_Dans_La_Masse:3726:20477210,20485442:Teint_Dans_La_Masse:3726:20485557,20544936:Teint_Dans_La_Masse:3726:20545335,20562535:Teint_Dans_La_Masse:3726:20562618,20573403:Teint_Dans_La_Masse:3726:20573726,20596788:Teint_Dans_La_Masse:3726:20596993,20669625:Teint_Dans_La_Masse:3726:20669689,20674231:Teint_Dans_La_Masse:3726:20674271,20725589:Teint_Dans_La_Masse:3726:20725733,20730973:Teint_Dans_La_Masse:3726:20730996,20748721:Teint_Dans_La_Masse:3726:20748789,20778575:Teint_Dans_La_Masse:3726:20778749,20782294:Teint_Dans_La_Masse:3726:20782316,20838641:Teint_Dans_La_Masse:3726:20840404,20888115:Teint_Dans_La_Masse:3726:20888265,20888796:Teint_Dans_La_Masse:3726:20889479,20897850:Teint_Dans_La_Masse:3726:20898017,20915459:Teint_Dans_La_Masse:3726:20915787,20919368:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 37854}, 'velours_link': {'gm': 'https://www.fotonower.com/velours/30173410,30173413,30173421,30173429,30173433,30173435,30173437,30173444,30173451,30173459,30173462,30173470,30173479,30173489,30173498,30173503,30173512,30173514,30173516?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse', 'pet_clair': 'https://www.fotonower.com/velours/30173411,30173415,30173423,30173431,30173453,30173472,30173482,30173491,30173500,30173505?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30173412,30173432,30173473,30173483,30173492,30173501,30173506?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173414,30173434,30173436,30173438,30173463,30173480,30173515,30173517?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173416,30173424,30173439,30173446,30173454,30173465,30173474,30173484,30173493,30173507?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173417,30173425,30173440,30173447,30173455,30173466,30173475,30173485,30173494,30173508?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173418,30173426,30173441,30173448,30173456,30173461,30173467,30173476,30173486,30173495,30173509?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173419,30173427,30173442,30173449,30173457,30173468,30173477,30173487,30173496,30173510?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173420,30173428,30173443,30173450,30173458,30173469,30173478,30173488,30173497,30173502,30173511?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173422,30173430,30173445,30173452,30173460,30173464,30173471,30173481,30173490,30173499,30173504,30173513?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('pehd_pp', '2025-02', 0.059519066183518154),), (('pet_clair', '2025-02', 0.015401752020682166),), (('flux_dev', '2025-02', 0.333362478289932),), (('gm', '2025-02', 0.0953003337222571),), (('film_pedb', '2025-02', 0.24086477605437354),), (('emr', '2025-02', 0.05446415078387677),), (('jrm', '2025-02', 0.036846314201911284),), (('ela', '2025-02', 0.026783612785159824),), (('refus', '2025-02', 0.13711531650872877),), (('aluminium', '2025-02', 0.04572397929242485),)]} 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': ((37854,),), 'unwanted_material_monthly_percentage': ((0.1115480981373459,),), 'material_repartition': (('pet_clair', 356), ('film_pedb', 318), ('pehd_pp', 265), ('gm', 233), ('flux_dev', 188), ('jrm', 171), ('emr', 131), ('ela', 66), ('aluminium', 40)), 'material_dict': {'autres': 1768}, 'coverage_data': (), 'impurety_average_data': ((datetime.date(2025, 2, 3), 0.091194835166585, 10), (datetime.date(2025, 2, 4), 0.09654940058712326, 39), (datetime.date(2025, 2, 5), 0.11551145210268395, 42), (datetime.date(2025, 2, 6), 0.11119147838745487, 47), (datetime.date(2025, 2, 7), 0.10847687750732492, 41), (datetime.date(2025, 2, 10), 0.12171632341476513, 6), (datetime.date(2025, 2, 11), 0.11589841878225203, 31), (datetime.date(2025, 2, 12), 0.12318494793063785, 17), (datetime.date(2025, 2, 13), 0.11843788838468938, 26), (datetime.date(2025, 2, 14), 0.11045358614265022, 42), (datetime.date(2025, 2, 17), 0.11769097076689577, 35), (datetime.date(2025, 2, 18), 0.10928885284382364, 37), (datetime.date(2025, 2, 19), 0.1180529958345377, 25), (datetime.date(2025, 2, 20), 0.11329251819060751, 78), (datetime.date(2025, 2, 21), 0.11259336282061301, 79), (datetime.date(2025, 2, 24), 0.11589747960049505, 11), (datetime.date(2025, 2, 25), 0.12030128954275714, 44), (datetime.date(2025, 2, 26), 0.10725589692943034, 41), (datetime.date(2025, 2, 27), 0.10070561688885027, 90), (datetime.date(2025, 2, 28), 0.09965457638593321, 9)), 'impurety_average_data_per_hashtag': {'pehd_pp': ((datetime.date(2025, 2, 3), 0.05643182382476412, 10), (datetime.date(2025, 2, 4), 0.052890973597282974, 39), (datetime.date(2025, 2, 5), 0.06004283130733356, 18), (datetime.date(2025, 2, 6), 0.06003988713510297, 17), (datetime.date(2025, 2, 7), 0.057434790820419114, 21), (datetime.date(2025, 2, 10), 0.060100822255049466, 26), (datetime.date(2025, 2, 11), 0.06289400665507516, 16), (datetime.date(2025, 2, 12), 0.06385266537906854, 26), (datetime.date(2025, 2, 13), 0.06039884696902294, 25), (datetime.date(2025, 2, 14), 0.06362782058093469, 22), (datetime.date(2025, 2, 17), 0.05877848916786643, 21), (datetime.date(2025, 2, 18), 0.05974356978439116, 24), (datetime.date(2025, 2, 19), 0.058753817825620086, 5), (datetime.date(2025, 2, 20), 0.05359321605391555, 22), (datetime.date(2025, 2, 21), 0.0628454326664805, 15), (datetime.date(2025, 2, 24), 0.05895507777877804, 11), (datetime.date(2025, 2, 25), 0.057380854746694306, 19), (datetime.date(2025, 2, 26), 0.061208394814570376, 25), (datetime.date(2025, 2, 27), 0.06445833471483643, 17), (datetime.date(2025, 2, 28), 0.05737819843486375, 17)), 'pet_clair': ((datetime.date(2025, 2, 3), 0.00499846720359887, 24), (datetime.date(2025, 2, 4), 0.009383859185928533, 20), (datetime.date(2025, 2, 5), 0.011428349501243192, 22), (datetime.date(2025, 2, 6), 0.013146696272145856, 46), (datetime.date(2025, 2, 7), 0.010586024647911363, 26), (datetime.date(2025, 2, 10), 0.004310600920603001, 43), (datetime.date(2025, 2, 11), 0.010811392659660477, 23), (datetime.date(2025, 2, 12), 0.008743071526586939, 27), (datetime.date(2025, 2, 13), 0.016952086913900315, 26), (datetime.date(2025, 2, 14), 0.011928689282951018, 24), (datetime.date(2025, 2, 17), 0.01080461028964291, 51), (datetime.date(2025, 2, 18), 0.011429246395185355, 24), (datetime.date(2025, 2, 19), 0.01850123538635909, 25), (datetime.date(2025, 2, 20), 0.04994798802865788, 27), (datetime.date(2025, 2, 21), 0.01551595494193578, 24), (datetime.date(2025, 2, 24), 0.022421670386276762, 46), (datetime.date(2025, 2, 25), 0.024689196038108305, 44), (datetime.date(2025, 2, 26), 0.017040955063699206, 28), (datetime.date(2025, 2, 27), 0.011383441611466118, 27), (datetime.date(2025, 2, 28), 0.018565895298722965, 21)), 'flux_dev': ((datetime.date(2025, 2, 3), 0.20588374305121787, 14), (datetime.date(2025, 2, 4), 0.24774491901556953, 32), (datetime.date(2025, 2, 5), 0.36790432831869596, 14), (datetime.date(2025, 2, 6), 0.33411117621014075, 24), (datetime.date(2025, 2, 7), 0.3500341428479087, 11), (datetime.date(2025, 2, 10), 0.3272905634470828, 10), (datetime.date(2025, 2, 11), 0.35380737575948734, 10), (datetime.date(2025, 2, 12), 0.37668235471972383, 20), (datetime.date(2025, 2, 13), 0.36016012075480314, 18), (datetime.date(2025, 2, 14), 0.32961996188968795, 33), (datetime.date(2025, 2, 17), 0.3622688906336918, 18), (datetime.date(2025, 2, 18), 0.36121112492661006, 35), (datetime.date(2025, 2, 19), 0.3736977017758261, 15), (datetime.date(2025, 2, 20), 0.3585193246977988, 14), (datetime.date(2025, 2, 21), 0.33082096091104873, 16), (datetime.date(2025, 2, 24), 0.3479689958159945, 15), (datetime.date(2025, 2, 25), 0.3635915881339728, 7), (datetime.date(2025, 2, 26), 0.29988311590465, 7), (datetime.date(2025, 2, 27), 0.2768733189095818, 6), (datetime.date(2025, 2, 28), 0.2956546078410588, 22)), 'gm': ((datetime.date(2025, 2, 3), 0.08302419205123256, 15), (datetime.date(2025, 2, 4), 0.09894103111992246, 13), (datetime.date(2025, 2, 5), 0.09408808510309703, 14), (datetime.date(2025, 2, 6), 0.08652906248491368, 13), (datetime.date(2025, 2, 7), 0.09822270929278562, 15), (datetime.date(2025, 2, 10), 0.11005240905388396, 6), (datetime.date(2025, 2, 11), 0.09237039828901154, 31), (datetime.date(2025, 2, 12), 0.11223967578420527, 17), (datetime.date(2025, 2, 13), 0.1002324674613208, 13), (datetime.date(2025, 2, 14), 0.09787238529771407, 14), (datetime.date(2025, 2, 17), 0.09886855960011263, 16), (datetime.date(2025, 2, 18), 0.06651557995903912, 26), (datetime.date(2025, 2, 19), 0.08172956163982162, 8), (datetime.date(2025, 2, 20), 0.06697279983589896, 15), (datetime.date(2025, 2, 21), 0.09750612883790025, 13), (datetime.date(2025, 2, 24), 0.10736124326451937, 14), (datetime.date(2025, 2, 25), 0.11905351798063313, 6), (datetime.date(2025, 2, 26), 0.08665956272757315, 27), (datetime.date(2025, 2, 27), 0.09763770351083181, 35), (datetime.date(2025, 2, 28), 0.0850316753302235, 9)), 'film_pedb': ((datetime.date(2025, 2, 3), 0.21932970686648917, 46), (datetime.date(2025, 2, 4), 0.23597679611217612, 40), (datetime.date(2025, 2, 5), 0.21623113815318068, 42), (datetime.date(2025, 2, 6), 0.24910897160245615, 27), (datetime.date(2025, 2, 7), 0.22934622266394586, 30), (datetime.date(2025, 2, 10), 0.24993249043500912, 41), (datetime.date(2025, 2, 11), 0.23764040710273782, 45), (datetime.date(2025, 2, 12), 0.258678993113499, 44), (datetime.date(2025, 2, 13), 0.24877679991358911, 29), (datetime.date(2025, 2, 14), 0.23990674764802955, 27), (datetime.date(2025, 2, 17), 0.2568113250341628, 35), (datetime.date(2025, 2, 18), 0.2399404695300333, 35), (datetime.date(2025, 2, 19), 0.24142706421160948, 46), (datetime.date(2025, 2, 20), 0.23434929834658463, 35), (datetime.date(2025, 2, 21), 0.2558736569208804, 32), (datetime.date(2025, 2, 24), 0.2588824612259972, 33), (datetime.date(2025, 2, 25), 0.23164409704076308, 34), (datetime.date(2025, 2, 26), 0.2591603674378795, 10), (datetime.date(2025, 2, 27), 0.22330473637882808, 47), (datetime.date(2025, 2, 28), 0.22870336403063754, 35)), 'emr': ((datetime.date(2025, 2, 3), 0.05910359510802271, 16), (datetime.date(2025, 2, 4), 0.036561046277739935, 10), (datetime.date(2025, 2, 5), 0.05854525333504891, 18), (datetime.date(2025, 2, 6), 0.053052397143945884, 5), (datetime.date(2025, 2, 7), 0.05529426659481923, 5), (datetime.date(2025, 2, 10), 0.04053002975290882, 8), (datetime.date(2025, 2, 11), 0.0569110223629943, 5), (datetime.date(2025, 2, 12), 0.05968684296098885, 7), (datetime.date(2025, 2, 13), 0.05823215575635906, 7), (datetime.date(2025, 2, 14), 0.0574047208725945, 17), (datetime.date(2025, 2, 17), 0.05930024857161168, 15), (datetime.date(2025, 2, 18), 0.055453348160520784, 14), (datetime.date(2025, 2, 19), 0.05109002702588244, 9), (datetime.date(2025, 2, 20), 0.05777103796254238, 21), (datetime.date(2025, 2, 21), 0.05817190144444693, 9), (datetime.date(2025, 2, 24), 0.061590549184579416, 10), (datetime.date(2025, 2, 25), 0.048035115903515745, 13), (datetime.date(2025, 2, 26), 0.059644802139833794, 17), (datetime.date(2025, 2, 27), 0.05420831811685576, 5), (datetime.date(2025, 2, 28), 0.04823426348135146, 6)), 'jrm': ((datetime.date(2025, 2, 3), 0.0367837632453256, 33), (datetime.date(2025, 2, 4), 0.03558655144310082, 36), (datetime.date(2025, 2, 5), 0.03912409342614011, 38), (datetime.date(2025, 2, 6), 0.053855473922322754, 47), (datetime.date(2025, 2, 7), 0.03756263311520829, 41), (datetime.date(2025, 2, 10), 0.030704855813769152, 42), (datetime.date(2025, 2, 11), 0.028287151036333835, 39), (datetime.date(2025, 2, 12), 0.037798960025117095, 32), (datetime.date(2025, 2, 13), 0.04033218813766505, 50), (datetime.date(2025, 2, 14), 0.04506941446005407, 42), (datetime.date(2025, 2, 17), 0.03420360982436353, 40), (datetime.date(2025, 2, 18), 0.041232358571716296, 37), (datetime.date(2025, 2, 19), 0.04408199417523524, 7), (datetime.date(2025, 2, 20), 0.03603681284685028, 78), (datetime.date(2025, 2, 21), 0.02648412131429272, 79), (datetime.date(2025, 2, 24), 0.02953390082631167, 20), (datetime.date(2025, 2, 25), 0.03681775356300286, 31), (datetime.date(2025, 2, 26), 0.036827015832313695, 41), (datetime.date(2025, 2, 27), 0.037126307093660965, 90), (datetime.date(2025, 2, 28), 0.03325647366008359, 20)), 'ela': ((datetime.date(2025, 2, 3), 0.020443580930278253, 29), (datetime.date(2025, 2, 4), 0.022239990194203557, 30), (datetime.date(2025, 2, 5), 0.026512969698076184, 22), (datetime.date(2025, 2, 6), 0.026052136905028094, 28), (datetime.date(2025, 2, 7), 0.03278273786414309, 30), (datetime.date(2025, 2, 10), 0.02558359042773541, 34), (datetime.date(2025, 2, 11), 0.025776432390814136, 34), (datetime.date(2025, 2, 12), 0.031171086627615148, 25), (datetime.date(2025, 2, 13), 0.030799895260818982, 31), (datetime.date(2025, 2, 14), 0.026404562345542865, 30), (datetime.date(2025, 2, 17), 0.022207530604342513, 22), (datetime.date(2025, 2, 18), 0.026599246419108977, 27), (datetime.date(2025, 2, 19), 0.022890004105555688, 31), (datetime.date(2025, 2, 20), 0.020597629777576936, 21), (datetime.date(2025, 2, 21), 0.02723664019470769, 25), (datetime.date(2025, 2, 24), 0.030562416617931486, 26), (datetime.date(2025, 2, 25), 0.03210091640662905, 22), (datetime.date(2025, 2, 26), 0.02839626089871264, 34), (datetime.date(2025, 2, 27), 0.03266984078877849, 34), (datetime.date(2025, 2, 28), 0.02454114864035187, 34)), 'refus': ((datetime.date(2025, 2, 3), 0.14809646267361112, 5), (datetime.date(2025, 2, 4), 0.08810448013117284, 5), (datetime.date(2025, 2, 10), 0.17992162291315936, 5), (datetime.date(2025, 2, 21), 0.08117754147376542, 6)), 'aluminium': ((datetime.date(2025, 2, 3), 0.05175663802610326, 15), (datetime.date(2025, 2, 4), 0.05106330931965922, 13), (datetime.date(2025, 2, 5), 0.04457585119117032, 14), (datetime.date(2025, 2, 6), 0.05038207354287761, 6), (datetime.date(2025, 2, 7), 0.04876500534203865, 14), (datetime.date(2025, 2, 10), 0.03852843237444717, 12), (datetime.date(2025, 2, 11), 0.05366071041777033, 14), (datetime.date(2025, 2, 12), 0.04295341805078304, 8), (datetime.date(2025, 2, 13), 0.05368955881523377, 15), (datetime.date(2025, 2, 14), 0.046752148694986444, 14), (datetime.date(2025, 2, 17), 0.04567565125855368, 15), (datetime.date(2025, 2, 18), 0.03887528544743097, 15), (datetime.date(2025, 2, 19), 0.037709428929659485, 14), (datetime.date(2025, 2, 20), 0.0429282379195856, 14), (datetime.date(2025, 2, 21), 0.045943422543069996, 14), (datetime.date(2025, 2, 24), 0.04968373907972453, 16), (datetime.date(2025, 2, 25), 0.04111051944776953, 7), (datetime.date(2025, 2, 26), 0.04617144609263264, 13), (datetime.date(2025, 2, 27), 0.03964850414072548, 15), (datetime.date(2025, 2, 28), 0.052162332613004216, 16))}, 'quality_array': [['-5.052443423961073', '03022025'], ['-5.003610356678058', '04022025'], ['-5.152720800519738', '05022025'], ['-5.2084876095447274', '06022025'], ['-5.186835773503071', '07022025'], ['-5.1821072023782575', '10022025'], ['-5.128989789960915', '11022025'], ['-5.157075207502284', '12022025'], ['-5.198357725880239', '13022025'], ['-5.1752840047958495', '14022025'], ['-5.174200685842252', '17022025'], ['-5.147417278333282', '18022025'], ['-5.1673432515378375', '19022025'], ['-5.155961504038189', '20022025'], ['-5.198137785999649', '21022025'], ['-5.168662945670818', '24022025'], ['-5.184874394698877', '25022025'], ['-5.148222010102196', '26022025'], ['-5.177276117023997', '27022025'], ['-5.14061692964567', '28022025']], 'number_of_batch': ((1967,),), 'datou_id_sts': 4891, 'map_hashtag_number_mat': {'hash_to_mat_nb': ({'unwanted_material': 'autre', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.000793011616941015, 'nb_photo': 2, 'list_port_cont': '20516366', 'assoc_port': '20515637:20516366', 'assoc_mat': '20515637:autre:3594:20516366'}, {'unwanted_material': 'autre', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0030668877346645357, 'nb_photo': 598, 'list_port_cont': '20171220,20172635,20174100,20177046,20178248,20178725,20186492,20188611,20200244,20200488,20201405,20202956,20208868,20211307,20217276,20217522,20220561,20227552,20229875,20247286,20248897,20255106,20257456,20260608,20264568,20267683,20278573,20278692,20295635,20296885,20298341,20302305,20304745,20305895,20309606,20310145,20312966,20314133,20325802,20332517,20333665,20338605,20340538,20351379,20352802,20356291,20357087,20394874,20398607,20405150,20413201,20415894,20421562,20422092,20435372,20437308,20438478,20442813,20444089,20444616,20445542,20460835,20469157,20469716,20474518,20476955,20479424,20483995,20486815,20491217,20491654,20501388,20505491,20506547,20514573,20516634,20520532,20522730,20523637,20549120,20551762,20555026,20557229,20561273,20563367,20567388,20571030,20576578,20576623,20600002,20603445,20607761,20610244,20611058,20614947,20617643,20621370,20621665,20630994,20631057,20632192,20636690,20638532,20641439,20643569,20647815,20670162,20673808,20675332,20678698,20679031,20682382,20686373,2069129', 'assoc_port': '20168059:20177046,20169834:20171220,20171951:20172635,20172749:20174100,20177142:20178248,20177545:20178725,20183123:20186492,20186672:20188611,20199784:20200488,20199786:20200244,20200509:20201405,20201667:20202956,20206394:20208868,20210194:20211307,20215666:20217522,20215687:20217276,20219531:20220561,20224382:20227552,20228243:20229875,20245939:20247286,20247542:20248897,20253021:20255106,20254304:20257456,20258541:20260608,20262010:20264568,20266083:20267683,20277672:20278692,20277675:20278573,20293712:20295635,20296496:20296885,20298064:20298341,20300873:20302305,20303267:20305895,20303272:20304745,20308442:20310145,20308450:20309606,20312006:20312966,20313893:20314133,20324558:20325802,20330844:20332517,20331796:20333665,20337409:20338605,20338547:20340538,20350380:20351379,20352155:20352802,20354703:20357087,20355354:20356291,20393265:20394874,20397365:20398607,20404209:20405150,20411279:20413201,20414609:20415894,20420764:20421562,20421504:20422092,20431075:20444616,20433550:20435372,20436382:2043730', 'assoc_mat': '20168059:autre:3327:20177046,20169834:autre:3327:20171220,20171951:autre:3327:20172635,20172749:autre:3327:20174100,20177142:autre:3327:20178248,20177545:autre:3327:20178725,20183123:autre:3327:20186492,20186672:autre:3327:20188611,20199784:autre:3327:20200488,20199786:autre:3327:20200244,20200509:autre:3327:20201405,20201667:autre:3327:20202956,20206394:autre:3327:20208868,20210194:autre:3327:20211307,20215666:autre:3327:20217522,20215687:autre:3327:20217276,20219531:autre:3327:20220561,20224382:autre:3327:20227552,20228243:autre:3327:20229875,20245939:autre:3327:20247286,20247542:autre:3327:20248897,20253021:autre:3327:20255106,20254304:autre:3327:20257456,20258541:autre:3327:20260608,20262010:autre:3327:20264568,20266083:autre:3327:20267683,20277672:autre:3327:20278692,20277675:autre:3327:20278573,20293712:autre:3327:20295635,20296496:autre:3327:20296885,20298064:autre:3327:20298341,20300873:autre:3327:20302305,20303267:autre:3327:20305895,20303272:autre:3327:20304745,20308442:autre:3327:20310145,20308450:'}, {'unwanted_material': 'autre', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.004476835172421793, 'nb_photo': 25, 'list_port_cont': '21001651,21001944,21056001,21124769,21129935', 'assoc_port': '21001262:21001944,21001273:21001651,21002624:21129935,21053304:21056001,21124054:21124769', 'assoc_mat': '21001262:autre:3594:21001944,21001273:autre:3594:21001651,21002624:autre:3594:21129935,21053304:autre:3594:21056001,21124054:autre:3594:21124769'}, {'unwanted_material': 'autre_refus', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.010567712130856322, 'nb_photo': 45, 'list_port_cont': '20301087,20477768,20524498,20652910,20691116,20742313,20880579,20882174', 'assoc_port': '20300842:20301087,20477525:20477768,20524360:20524498,20652563:20652910,20688365:20691116,20742145:20742313,20880569:20880579,20882063:20882174', 'assoc_mat': '20300842:autre_refus:3726:20301087,20477525:autre_refus:3726:20477768,20524360:autre_refus:3726:20524498,20652563:autre_refus:3726:20652910,20688365:autre_refus:3726:20691116,20742145:autre_refus:3726:20742313,20880569:autre_refus:3726:20880579,20882063:autre_refus:3726:20882174'}, {'unwanted_material': 'autre_refus', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.011357970524446532, 'nb_photo': 1197, 'list_port_cont': '20308810,20403591,20443897,20475777,20477207,20485566,20545338,20562624,20573728,20596991,20669683,20674274,20725735,20730994,20748788,20778750,20782324,20840407,20888269,20889481,20898016,20915792,20919426,20925772,20929927,20929966,20966444,21001559,21001666,21001892,21001926,21001971,21002282,21002751,21002890,21053591,21053671,21053735,21053789,21053823,21053963,21054036,21054189,21054563,21054627,21054659,21054672,21054748,21054794,21054921,21054954,21055384,21055948,21056086,21056184,21056562,21056633,21056708,21057714,21058566,21058647,21059520,21059698,21059814,21060151,21060211,21060347,21120413,21120466,21120530,21122681,21122984,21123601,21123743,21123765,21123853,21124339,21124448,21124570,21125844,21126072,21126111,21126127,21126242,21128170,21128235,21128680,21129143,21129266,21129824,21129856,21130373,21130511,21130646,21130698,21130743,21130751,21131019,21131085,21131163,21131241,21131301,21131378,21131427,21131538', 'assoc_port': '20308446:20308810,20403540:20403591,20443833:20443897,20475364:20475777,20475366:20477207,20485442:20485566,20544936:20545338,20562535:20562624,20573403:20573728,20596788:20596991,20669625:20669683,20674231:20674274,20725589:20725735,20730973:20730994,20748721:20748788,20778575:20778750,20782294:20782324,20838641:20840407,20888115:20888269,20888796:20889481,20897850:20898016,20915459:20915792,20919368:20919426,20925357:20925772,20929764:20929966,20929770:20929927,20966349:20966444,21001228:21001559,21001267:21128235,21001276:21001666,21001688:21129143,21001689:21002751,21001703:21002282,21001724:21001892,21001734:21001971,21001739:21001926,21002711:21129856,21002713:21129824,21002721:21002890,21053265:21128680,21053273:21053735,21053278:21053671,21053291:21053591,21053695:21053789,21053716:21054036,21053722:21053963,21053729:21054189,21053759:21053823,21054297:21054659,21054310:21054627,21054318:21054563,21054359:21054672,21054597:21054921,21054617:21054794,21054630:21054954,21054641:21054748,21055181:2105538', 'assoc_mat': '20308446:autre_refus:3726:20308810,20403540:autre_refus:3726:20403591,20443833:autre_refus:3726:20443897,20475364:autre_refus:3726:20475777,20475366:autre_refus:3726:20477207,20485442:autre_refus:3726:20485566,20544936:autre_refus:3726:20545338,20562535:autre_refus:3726:20562624,20573403:autre_refus:3726:20573728,20596788:autre_refus:3726:20596991,20669625:autre_refus:3726:20669683,20674231:autre_refus:3726:20674274,20725589:autre_refus:3726:20725735,20730973:autre_refus:3726:20730994,20748721:autre_refus:3726:20748788,20778575:autre_refus:3726:20778750,20782294:autre_refus:3726:20782324,20838641:autre_refus:3726:20840407,20888115:autre_refus:3726:20888269,20888796:autre_refus:3726:20889481,20897850:autre_refus:3726:20898016,20915459:autre_refus:3726:20915792,20919368:autre_refus:3726:20919426,20925357:autre_refus:3726:20925772,20929764:autre_refus:3726:20929966,20929770:autre_refus:3726:20929927,20966349:autre_refus:3726:20966444,21001228:autre_refus:3726:21001559,21001267:autre_refus:3726:21128235,21001276:'}, {'unwanted_material': 'barquette_avec_film', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0023106359595214576, 'nb_photo': 18, 'list_port_cont': '20177039,20340545,20394878,20405147,20435381,20454019,20567383,20635073,20672855,20691288,20732743,20777768,20849571,20890135,21055617,21127406', 'assoc_port': '20168059:20177039,20338547:20340545,20393265:20394878,20404209:20405147,20433550:20435381,20451770:20454019,20566746:20567383,20632028:20635073,20672169:20672855,20688397:20691288,20732080:20732743,20776152:20777768,20848641:20849571,20888795:20890135,21054298:21055617,21125559:21127406', 'assoc_mat': '20168059:barquette_avec_film:3327:20177039,20338547:barquette_avec_film:3327:20340545,20393265:barquette_avec_film:3327:20394878,20404209:barquette_avec_film:3327:20405147,20433550:barquette_avec_film:3327:20435381,20451770:barquette_avec_film:3327:20454019,20566746:barquette_avec_film:3327:20567383,20632028:barquette_avec_film:3327:20635073,20672169:barquette_avec_film:3327:20672855,20688397:barquette_avec_film:3327:20691288,20732080:barquette_avec_film:3327:20732743,20776152:barquette_avec_film:3327:20777768,20848641:barquette_avec_film:3327:20849571,20888795:barquette_avec_film:3327:20890135,21054298:barquette_avec_film:3327:21055617,21125559:barquette_avec_film:3327:21127406'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0008810772761386143, 'nb_photo': 12, 'list_port_cont': '20382444,20495678,20515114,20658801,20709047,20787012,20910991,20931941,21183093,21200238', 'assoc_port': '20296337:20382444,20431076:20495678,20505940:20515114,20630388:20658801,20685069:20709047,20781905:20787012,20886151:20910991,20924209:20931941,21001280:21200238,21123363:21183093', 'assoc_mat': '20296337:barquette_opaque:4205:20382444,20431076:barquette_opaque:4205:20495678,20505940:barquette_opaque:4205:20515114,20630388:barquette_opaque:4205:20658801,20685069:barquette_opaque:4205:20709047,20781905:barquette_opaque:4205:20787012,20886151:barquette_opaque:4205:20910991,20924209:barquette_opaque:4205:20931941,21001280:barquette_opaque:4205:21200238,21123363:barquette_opaque:4205:21183093'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.001512737556211387, 'nb_photo': 351, 'list_port_cont': '20297166,20355861,20360463,20362953,20379885,20383271,20389346,20426350,20451292,20464650,20476666,20479590,20480107,20493747,20494527,20514594,20522627,20531320,20557669,20586564,20604145,20619398,20654750,20701969,20716027,20727301,20728261,20747398,20786038,20854612,20870348,20871191,20873494,20898836,20930517,20942026,20942859,20976508,21182379,21183256,21200451,21202857,21204559,21211665,21213388,21220167,21235762,21250806,21253551,21299034,21309297,21342358', 'assoc_port': '20171947:20297166,20228245:20355861,20251677:20360463,20262031:20362953,20291011:20379885,20297655:20383271,20308443:20389346,20354704:20426350,20398812:20451292,20410109:20464650,20421532:20493747,20441872:20476666,20451766:20480107,20470424:20494527,20479233:20479590,20505111:20514594,20510744:20522627,20519774:20531320,20549743:20557669,20573401:20586564,20602371:20604145,20610319:20619398,20634828:20654750,20692234:20701969,20703033:20716027,20718502:20727301,20720594:20728261,20732078:20747398,20780559:20786038,20832985:20870348,20833038:20873494,20836981:20854612,20845542:20871191,20882059:20930517,20888117:20898836,20919369:20942859,20927010:20942026,20966339:20976508,21001284:21200451,21001694:21211665,21001717:21213388,21053272:21202857,21053297:21204559,21055192:21220167,21056532:21235762,21059205:21342358,21059359:21250806,21059806:21253551,21120302:21299034,21122482:21182379,21123359:21183256,21124048:21309297', 'assoc_mat': '20171947:barquette_opaque:4203:20297166,20228245:barquette_opaque:4203:20355861,20251677:barquette_opaque:4203:20360463,20262031:barquette_opaque:4203:20362953,20291011:barquette_opaque:4203:20379885,20297655:barquette_opaque:4203:20383271,20308443:barquette_opaque:4203:20389346,20354704:barquette_opaque:4203:20426350,20398812:barquette_opaque:4203:20451292,20410109:barquette_opaque:4203:20464650,20421532:barquette_opaque:4203:20493747,20441872:barquette_opaque:4203:20476666,20451766:barquette_opaque:4203:20480107,20470424:barquette_opaque:4203:20494527,20479233:barquette_opaque:4203:20479590,20505111:barquette_opaque:4203:20514594,20510744:barquette_opaque:4203:20522627,20519774:barquette_opaque:4203:20531320,20549743:barquette_opaque:4203:20557669,20573401:barquette_opaque:4203:20586564,20602371:barquette_opaque:4203:20604145,20610319:barquette_opaque:4203:20619398,20634828:barquette_opaque:4203:20654750,20692234:barquette_opaque:4203:20701969,20703033:barquette_opaque:4203:20716027,20718502:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0018928397774792382, 'nb_photo': 42, 'list_port_cont': '20478083,20478274,20599256,20631769,20681488,20718487,20878335,20880653,21054726,21123332,21125177,21126200,21130296,21130531,21132291,21132600,21132888,21135854,21161619,21165552,21192385,21200856,21205899,21206000,21207049,21207147,21208231,21208319,21208334,21208642,21208950', 'assoc_port': '20477524:20478274,20477528:20478083,20598618:20599256,20631043:20631769,20680377:20681488,20717940:20718487,20877876:20878335,20880567:20880653,21053254:21200856,21053700:21205899,21053707:21206000,21054289:21208231,21054303:21208334,21054306:21208319,21054354:21054726,21055163:21207147,21055171:21207049,21055564:21130296,21056526:21130531,21058269:21135854,21059247:21132888,21059258:21132600,21059261:21132291,21120267:21161619,21120300:21165552,21122402:21208950,21122462:21123332,21123999:21208642,21124007:21125177,21125562:21192385,21125607:21126200', 'assoc_mat': '20477524:barquette_opaque:4207:20478274,20477528:barquette_opaque:4207:20478083,20598618:barquette_opaque:4207:20599256,20631043:barquette_opaque:4207:20631769,20680377:barquette_opaque:4207:20681488,20717940:barquette_opaque:4207:20718487,20877876:barquette_opaque:4207:20878335,20880567:barquette_opaque:4207:20880653,21053254:barquette_opaque:4207:21200856,21053700:barquette_opaque:4207:21205899,21053707:barquette_opaque:4207:21206000,21054289:barquette_opaque:4207:21208231,21054303:barquette_opaque:4207:21208334,21054306:barquette_opaque:4207:21208319,21054354:barquette_opaque:4207:21054726,21055163:barquette_opaque:4207:21207147,21055171:barquette_opaque:4207:21207049,21055564:barquette_opaque:4207:21130296,21056526:barquette_opaque:4207:21130531,21058269:barquette_opaque:4207:21135854,21059247:barquette_opaque:4207:21132888,21059258:barquette_opaque:4207:21132600,21059261:barquette_opaque:4207:21132291,21120267:barquette_opaque:4207:21161619,21120300:barquette_opaque:4207:21165552,21122402:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.013691269827681384, 'nb_photo': 54, 'list_port_cont': '20384279,20435578,20493883,20584423,20585253,20586638,20640614,20702482,20845486,20877668,20880306,20927283,20942657,21186029,21189981,21193263,21201220,21208606,21210420,21214212,21214416,21216814,21217334,21219457,21220338,21225471,21230033,21242078,21242538,21249128,21251722,21252863', 'assoc_port': '20262011:20435578,20300840:20384279,20469231:20493883,20562533:20584423,20566749:20585253,20576082:20586638,20631045:20640614,20675611:20702482,20832993:20845486,20838637:20880306,20854906:20877668,20916991:20927283,20929136:20942657,21001727:21214212,21001731:21214416,21002634:21216814,21002641:21217334,21053253:21201220,21054294:21208606,21054329:21210420,21054648:21219457,21055196:21220338,21055639:21225471,21055665:21230033,21058220:21242078,21058225:21242538,21059264:21249128,21059405:21251722,21059415:21252863,21123387:21186029,21124039:21189981,21125567:21193263', 'assoc_mat': '20262011:barquette_opaque:4461:20435578,20300840:barquette_opaque:4461:20384279,20469231:barquette_opaque:4461:20493883,20562533:barquette_opaque:4461:20584423,20566749:barquette_opaque:4461:20585253,20576082:barquette_opaque:4461:20586638,20631045:barquette_opaque:4461:20640614,20675611:barquette_opaque:4461:20702482,20832993:barquette_opaque:4461:20845486,20838637:barquette_opaque:4461:20880306,20854906:barquette_opaque:4461:20877668,20916991:barquette_opaque:4461:20927283,20929136:barquette_opaque:4461:20942657,21001727:barquette_opaque:4461:21214212,21001731:barquette_opaque:4461:21214416,21002634:barquette_opaque:4461:21216814,21002641:barquette_opaque:4461:21217334,21053253:barquette_opaque:4461:21201220,21054294:barquette_opaque:4461:21208606,21054329:barquette_opaque:4461:21210420,21054648:barquette_opaque:4461:21219457,21055196:barquette_opaque:4461:21220338,21055639:barquette_opaque:4461:21225471,21055665:barquette_opaque:4461:21230033,21058220:barquette_opaque:4461:21242078,21058225:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.04834960571044641, 'nb_photo': 1131, 'list_port_cont': '20226911,20228128,20257565,20272210,20278007,20278111,20291816,20296521,20308337,20325360,20334123,20334311,20335612,20352705,20355410,20401436,20403606,20411739,20412828,20416195,20419454,20421815,20434617,20441337,20442738,20453698,20457591,20461377,20469067,20470525,20478186,20482520,20486365,20501269,20504926,20512278,20523244,20523489,20557172,20562349,20597225,20597518,20600834,20608107,20609414,20617514,20618702,20632659,20633460,20637006,20675303,20678156,20696833,20703486,20703659,20709270,20709356,20715903,20718451,20728065,20729165,20731262,20732369,20777127,20779701,20779744,20781863,20782727,20833970,20838548,20840032,20840890,20843647,20845997,20847770,20848502,20882242,20882450,20886118,20887400,20887958,20888070,20888481,20888603,20889845,20890186,20890480,20892014,20893001,20893115,20893435,20895494,20916156,20924083,20925477,20927072,20930009,20931228,20966475,20971058,20971304,20974041,20975447,21001543,21001623,21001760,21001950,21002025,21002415,21002903,21053838,21054128,21055805,2105712', 'assoc_port': '20224380:20226911,20226941:20228128,20254278:20272210,20257117:20257565,20277674:20278111,20277678:20278007,20291009:20291816,20296336:20296521,20307290:20308337,20324562:20325360,20330842:20334311,20331821:20334123,20334539:20335612,20351129:20352705,20354712:20355410,20398811:20401436,20403539:20403606,20407606:20412828,20410110:20411739,20414615:20416195,20418291:20419454,20421527:20421815,20433553:20434617,20436920:20441337,20441869:20442738,20451768:20453698,20455315:20457591,20460488:20461377,20469016:20469067,20470421:20470525,20477526:20478186,20479472:20482520,20485445:20486365,20500513:20501269,20504796:20504926,20510743:20512278,20522136:20523244,20522902:20523489,20555730:20557172,20561529:20562349,20596784:20597518,20596787:20597225,20600236:20600834,20607820:20608107,20608556:20609414,20616936:20617514,20617896:20618702,20631044:20632659,20632057:20633460,20636733:20637006,20675069:20675303,20677303:20678156,20690024:20696833,20699101:20709356,20699105:20709270,20699109:20703486,20703029:2070365', 'assoc_mat': '20224380:barquette_opaque:4200:20226911,20226941:barquette_opaque:4200:20228128,20254278:barquette_opaque:4200:20272210,20257117:barquette_opaque:4200:20257565,20277674:barquette_opaque:4200:20278111,20277678:barquette_opaque:4200:20278007,20291009:barquette_opaque:4200:20291816,20296336:barquette_opaque:4200:20296521,20307290:barquette_opaque:4200:20308337,20324562:barquette_opaque:4200:20325360,20330842:barquette_opaque:4200:20334311,20331821:barquette_opaque:4200:20334123,20334539:barquette_opaque:4200:20335612,20351129:barquette_opaque:4200:20352705,20354712:barquette_opaque:4200:20355410,20398811:barquette_opaque:4200:20401436,20403539:barquette_opaque:4200:20403606,20407606:barquette_opaque:4200:20412828,20410110:barquette_opaque:4200:20411739,20414615:barquette_opaque:4200:20416195,20418291:barquette_opaque:4200:20419454,20421527:barquette_opaque:4200:20421815,20433553:barquette_opaque:4200:20434617,20436920:barquette_opaque:4200:20441337,20441869:barquette_opaque:4200:20442738,20451768:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0008305729993668002, 'nb_photo': 19, 'list_port_cont': '20225586,20246766,20250396,20264738,20273842,20353498,20452934,20479353,20597355,20610621,20719740,20728092,20833731,20845568,20854528', 'assoc_port': '20224378:20225586,20245938:20246766,20249728:20250396,20263700:20264738,20270889:20273842,20353379:20353498,20451769:20452934,20479234:20479353,20596786:20597355,20610318:20610621,20718507:20719740,20727919:20728092,20832939:20854528,20832998:20845568,20833043:20833731', 'assoc_mat': '20224378:barquette_opaque:4207:20225586,20245938:barquette_opaque:4207:20246766,20249728:barquette_opaque:4207:20250396,20263700:barquette_opaque:4207:20264738,20270889:barquette_opaque:4207:20273842,20353379:barquette_opaque:4207:20353498,20451769:barquette_opaque:4207:20452934,20479234:barquette_opaque:4207:20479353,20596786:barquette_opaque:4207:20597355,20610318:barquette_opaque:4207:20610621,20718507:barquette_opaque:4207:20719740,20727919:barquette_opaque:4207:20728092,20832939:barquette_opaque:4207:20854528,20832998:barquette_opaque:4207:20845568,20833043:barquette_opaque:4207:20833731'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.006478385207939519, 'nb_photo': 305, 'list_port_cont': '20896565,20898851,20907281,20919281,20919304,20930135,20966537,20974637,20975173,20976670,20995604,21054695,21125356,21129431,21129809,21162470,21163735,21164010,21164755,21165658,21166581,21166678,21166780,21166814,21166986,21167207,21176464,21176674,21180446,21180568,21180688,21181452,21181589,21182037,21182199,21182505,21183884,21185442,21186458,21186655,21188461,21188660,21189196,21189438,21189963,21190534,21190743,21190768,21191127,21191174,21191900,21191995,21192435,21193580,21193659,21194285,21194318,21194661,21194713,21194992,21195384,21195433,21195602,21198661,21198775,21198975,21201820,21202973,21204035,21204618,21204673,21205183,21205456,21205476,21205830,21206024,21206119,21206585,21207327,21207585,21207629,21207681,21207712,21207833,21207916,21207935,21208557,21208776,21208814,21209329,21209707,21210256,21210312,21210677,21211315,21211388,21211643,21211775,21214384,21214515,21214677,21214694,21214717,21216269,21216648,21216750,21216927,21217044,21217458,21217573,21217702,21217872,21217966,2121810', 'assoc_port': '20215674:21204618,20219535:21276384,20224378:21205183,20226939:21205456,20245938:21205830,20249728:21206585,20263700:21207629,20270889:21207712,20277684:21054695,20300842:21209707,20327793:21211643,20341995:21214515,20353379:21214717,20354711:21214694,20411272:21217458,20421518:21218102,20451769:21219099,20477525:21219901,20485444:21268371,20489623:21220151,20515633:21226576,20515637:21226898,20524360:21230631,20596786:21242267,20652563:21252232,20688365:21193659,20695689:21194713,20699102:21194318,20699104:21194285,20718513:21257257,20727919:21190534,20742145:21190743,20832939:21284816,20832998:21284312,20833006:21185442,20833037:21186655,20833043:21283833,20833053:21125356,20880569:20907281,20887002:20896565,20888118:20898851,20888384:20919304,20888386:20919281,20895535:20930135,20966318:20995604,20966320:20974637,20966323:20975173,20966345:20976670,20966356:20966537,21001230:21198661,21001233:21198775,21001235:21198975,21001285:21279822,21001691:21211388,21001702:21273396,21001705:21211775,21001730:2121438', 'assoc_mat': '20215674:barquette_opaque:4209:21204618,20219535:barquette_opaque:4209:21276384,20224378:barquette_opaque:4209:21205183,20226939:barquette_opaque:4209:21205456,20245938:barquette_opaque:4209:21205830,20249728:barquette_opaque:4209:21206585,20263700:barquette_opaque:4209:21207629,20270889:barquette_opaque:4209:21207712,20277684:barquette_opaque:4209:21054695,20300842:barquette_opaque:4209:21209707,20327793:barquette_opaque:4209:21211643,20341995:barquette_opaque:4209:21214515,20353379:barquette_opaque:4209:21214717,20354711:barquette_opaque:4209:21214694,20411272:barquette_opaque:4209:21217458,20421518:barquette_opaque:4209:21218102,20451769:barquette_opaque:4209:21219099,20477525:barquette_opaque:4209:21219901,20485444:barquette_opaque:4209:21268371,20489623:barquette_opaque:4209:21220151,20515633:barquette_opaque:4209:21226576,20515637:barquette_opaque:4209:21226898,20524360:barquette_opaque:4209:21230631,20596786:barquette_opaque:4209:21242267,20652563:barquette_opaque:4209:21252232,20688365:barquette_opaqu'}, {'unwanted_material': 'barquette_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.021648878722073394, 'nb_photo': 10931, 'list_port_cont': '20168758,20170137,20173849,20174169,20178350,20178607,20184715,20200319,20203916,20206255,20208997,20209438,20217458,20218310,20220331,20223980,20226044,20226609,20227877,20229220,20247091,20259497,20265001,20296643,20332616,20334238,20337936,20339415,20340039,20345661,20350792,20351368,20353912,20355388,20358755,20360242,20360366,20360566,20361355,20362593,20362690,20363963,20364126,20364267,20365494,20365932,20366170,20367239,20367347,20368517,20368798,20369336,20370625,20395258,20400644,20402668,20407483,20411475,20416146,20419526,20422599,20438625,20443000,20443792,20444097,20452066,20455622,20456580,20470691,20475614,20476093,20477117,20480478,20483631,20486970,20487356,20490966,20492577,20493861,20493982,20505010,20506276,20506573,20506732,20507230,20514955,20516427,20518556,20522748,20525025,20525530,20546210,20549108,20551498,20553598,20558635,20565364,20567445,20577421,20580166,20597676,20599627,20603570,20606906,20607782,20609645,20611806,20613659,20617821,20623112,20623220,20631365,20633764,2063607', 'assoc_port': '20168058:20265001,20168492:20168758,20169287:20170137,20171950:20173849,20172748:20174169,20177140:20178350,20177547:20178607,20183126:20184715,20199782:20200319,20200514:20206255,20201665:20203916,20206393:20209438,20206396:20208997,20215665:20218310,20215671:20217458,20219533:20220331,20220268:20226609,20220270:20223980,20224384:20226044,20226942:20227877,20228246:20229220,20245966:20247091,20249724:20360242,20249727:20360366,20253023:20360566,20257111:20259497,20258543:20362690,20263701:20370625,20266081:20364267,20270891:20369336,20277682:20296643,20293713:20368798,20295679:20368517,20296493:20367347,20297024:20367239,20297026:20366170,20297653:20365932,20298063:20365494,20300871:20364126,20303263:20363963,20303271:20362593,20308453:20361355,20313891:20358755,20324554:20350792,20324561:20334238,20330845:20332616,20336407:20337936,20337414:20339415,20338546:20340039,20341992:20345661,20350378:20351368,20353380:20353912,20354709:20355388,20393269:20395258,20398810:20400644,20401674:20402668,20404210:2041952', 'assoc_mat': '20168058:barquette_opaque:4211:20265001,20168492:barquette_opaque:4211:20168758,20169287:barquette_opaque:4211:20170137,20171950:barquette_opaque:4211:20173849,20172748:barquette_opaque:4211:20174169,20177140:barquette_opaque:4211:20178350,20177547:barquette_opaque:4211:20178607,20183126:barquette_opaque:4211:20184715,20199782:barquette_opaque:4211:20200319,20200514:barquette_opaque:4211:20206255,20201665:barquette_opaque:4211:20203916,20206393:barquette_opaque:4211:20209438,20206396:barquette_opaque:4211:20208997,20215665:barquette_opaque:4211:20218310,20215671:barquette_opaque:4211:20217458,20219533:barquette_opaque:4211:20220331,20220268:barquette_opaque:4211:20226609,20220270:barquette_opaque:4211:20223980,20224384:barquette_opaque:4211:20226044,20226942:barquette_opaque:4211:20227877,20228246:barquette_opaque:4211:20229220,20245966:barquette_opaque:4211:20247091,20249724:barquette_opaque:4211:20360242,20249727:barquette_opaque:4211:20360366,20253023:barquette_opaque:4211:20360566,20257111:barquette_opaqu'}, {'unwanted_material': 'bouchon', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005392641134905872, 'nb_photo': 178, 'list_port_cont': '20171221,20171788,20172633,20177037,20178242,20186482,20188602,20201409,20202953,20217520,20247287,20248894,20255101,20257454,20260616,20264571,20278693,20295630,20296890,20298344,20304747,20312969,20314126,20325797,20333671,20338607,20351377,20355113,20398608,20405156,20408818,20415895,20421566,20435376,20438477,20442817,20444084,20445541,20449151,20454027,20469152,20469710,20474527,20476952,20481343,20491215,20505492,20514569,20522737,20523645,20549121,20555014,20557228,20561271,20576619,20600007,20603456,20607769,20610252,20611067,20614956,20617633,20631052,20632191,20636692,20638536,20653683,20671651,20675327,20679026,20682384,20685096,20686372,20691296,20694006,20703107,20710877,20715325,20718031,20719723,20722779,20727785,20730389,20779038,20779681,20780870,20781382,20782090,20782702,20831675,20834297,20839313,20840264,20840455,20841159,20842067,20845293,20846690,20847844,20849498,20849567,20850444,20855750,20877463,20880708,20881648,20884800,20886157,20892985,20920902,20927503,20930370,20966775,2097561', 'assoc_port': '20168059:20177037,20169831:20171788,20169834:20171221,20171951:20172633,20177142:20178242,20183123:20186482,20186672:20188602,20200509:20201409,20201667:20202953,20215666:20217520,20245939:20247287,20247542:20248894,20253021:20255101,20254304:20257454,20258541:20260616,20262010:20264571,20277672:20278693,20293712:20295630,20296496:20296890,20298064:20298344,20303272:20304747,20312006:20312969,20313893:20314126,20324558:20325797,20331796:20333671,20337409:20338607,20350380:20351377,20354707:20355113,20397365:20398608,20404209:20405156,20407607:20408818,20414609:20415895,20420764:20421566,20433550:20435376,20436921:20438477,20441870:20442817,20443835:20444084,20444393:20445541,20448174:20449151,20451770:20454027,20469014:20469152,20469233:20469710,20471728:20474527,20476723:20476952,20479474:20481343,20489628:20491215,20505113:20505492,20513207:20514569,20522138:20522737,20522899:20523645,20547841:20549121,20551965:20555014,20555731:20557228,20557618:20561271,20576078:20576619,20598617:20600007,20602369:2060345', 'assoc_mat': '20168059:bouchon:3327:20177037,20169831:bouchon:3327:20171788,20169834:bouchon:3327:20171221,20171951:bouchon:3327:20172633,20177142:bouchon:3327:20178242,20183123:bouchon:3327:20186482,20186672:bouchon:3327:20188602,20200509:bouchon:3327:20201409,20201667:bouchon:3327:20202953,20215666:bouchon:3327:20217520,20245939:bouchon:3327:20247287,20247542:bouchon:3327:20248894,20253021:bouchon:3327:20255101,20254304:bouchon:3327:20257454,20258541:bouchon:3327:20260616,20262010:bouchon:3327:20264571,20277672:bouchon:3327:20278693,20293712:bouchon:3327:20295630,20296496:bouchon:3327:20296890,20298064:bouchon:3327:20298344,20303272:bouchon:3327:20304747,20312006:bouchon:3327:20312969,20313893:bouchon:3327:20314126,20324558:bouchon:3327:20325797,20331796:bouchon:3327:20333671,20337409:bouchon:3327:20338607,20350380:bouchon:3327:20351377,20354707:bouchon:3327:20355113,20397365:bouchon:3327:20398608,20404209:bouchon:3327:20405156,20407607:bouchon:3327:20408818,20414609:bouchon:3327:20415895,20420764:bouchon:3327:20421566,2'}, {'unwanted_material': 'carton', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.010143697601675489, 'nb_photo': 317, 'list_port_cont': '20345892,20382454,20384590,20410424,20419442,20436301,20447915,20466595,20469145,20478282,20495672,20503194,20515115,20529704,20583885,20584269,20586219,20601095,20627249,20649208,20658797,20675825,20709048,20709638,20727233,20728053,20784165,20787020,20840133,20847626,20854349,20872673,20880502,20880635,20911000,20919482,20931939,20975684,21183087,21193358,21200244,21204907,21206176,21208544,21211935,21217200,21219645,21221501,21246161,21308266', 'assoc_port': '20204921:20345892,20266098:20436301,20296337:20382454,20303275:20384590,20326810:20410424,20338549:20419442,20392276:20447915,20414608:20466595,20431076:20495672,20445955:20478282,20469015:20469145,20485440:20503194,20505940:20515115,20517445:20529704,20553045:20583885,20561522:20584269,20570272:20586219,20600235:20601095,20612113:20627249,20630388:20658797,20640602:20649208,20672165:20675825,20685069:20709048,20699111:20709638,20718506:20727233,20720578:20728053,20776158:20784165,20781905:20787020,20832929:20840133,20833007:20847626,20836985:20854349,20841933:20880502,20848242:20872673,20880568:20880635,20886151:20911000,20888388:20919482,20924209:20931939,20966334:20975684,21001280:21200244,21001716:21211935,21002710:21217200,21053303:21204907,21053711:21206176,21054296:21208544,21055166:21219645,21055579:21221501,21058334:21246161,21123363:21183087,21124053:21308266,21125601:21193358', 'assoc_mat': '20204921:carton:4205:20345892,20266098:carton:4205:20436301,20296337:carton:4205:20382454,20303275:carton:4205:20384590,20326810:carton:4205:20410424,20338549:carton:4205:20419442,20392276:carton:4205:20447915,20414608:carton:4205:20466595,20431076:carton:4205:20495672,20445955:carton:4205:20478282,20469015:carton:4205:20469145,20485440:carton:4205:20503194,20505940:carton:4205:20515115,20517445:carton:4205:20529704,20553045:carton:4205:20583885,20561522:carton:4205:20584269,20570272:carton:4205:20586219,20600235:carton:4205:20601095,20612113:carton:4205:20627249,20630388:carton:4205:20658797,20640602:carton:4205:20649208,20672165:carton:4205:20675825,20685069:carton:4205:20709048,20699111:carton:4205:20709638,20718506:carton:4205:20727233,20720578:carton:4205:20728053,20776158:carton:4205:20784165,20781905:carton:4205:20787020,20832929:carton:4205:20840133,20833007:carton:4205:20847626,20836985:carton:4205:20854349,20841933:carton:4205:20880502,20848242:carton:4205:20872673,20880568:carton:4205:20880635,2088'}, {'unwanted_material': 'carton', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.007045213284349989, 'nb_photo': 953, 'list_port_cont': '20297167,20355869,20360467,20362951,20379893,20383266,20389347,20426345,20451287,20464643,20476671,20479592,20480116,20493733,20494535,20514595,20522625,20531322,20557658,20586565,20604143,20619410,20654749,20701976,20716017,20727305,20728265,20747402,20786050,20854610,20870345,20871177,20873495,20898834,20930528,20942027,20942871,20976503,21182368,21183266,21200439,21202845,21204568,21211655,21213396,21220166,21235766,21250820,21253528,21299027,21309285,21342349', 'assoc_port': '20171947:20297167,20228245:20355869,20251677:20360467,20262031:20362951,20291011:20379893,20297655:20383266,20308443:20389347,20354704:20426345,20398812:20451287,20410109:20464643,20421532:20493733,20441872:20476671,20451766:20480116,20470424:20494535,20479233:20479592,20505111:20514595,20510744:20522625,20519774:20531322,20549743:20557658,20573401:20586565,20602371:20604143,20610319:20619410,20634828:20654749,20692234:20701976,20703033:20716017,20718502:20727305,20720594:20728265,20732078:20747402,20780559:20786050,20832985:20870345,20833038:20873495,20836981:20854610,20845542:20871177,20882059:20930528,20888117:20898834,20919369:20942871,20927010:20942027,20966339:20976503,21001284:21200439,21001694:21211655,21001717:21213396,21053272:21202845,21053297:21204568,21055192:21220166,21056532:21235766,21059205:21342349,21059359:21250820,21059806:21253528,21120302:21299027,21122482:21182368,21123359:21183266,21124048:21309285', 'assoc_mat': '20171947:carton:4203:20297167,20228245:carton:4203:20355869,20251677:carton:4203:20360467,20262031:carton:4203:20362951,20291011:carton:4203:20379893,20297655:carton:4203:20383266,20308443:carton:4203:20389347,20354704:carton:4203:20426345,20398812:carton:4203:20451287,20410109:carton:4203:20464643,20421532:carton:4203:20493733,20441872:carton:4203:20476671,20451766:carton:4203:20480116,20470424:carton:4203:20494535,20479233:carton:4203:20479592,20505111:carton:4203:20514595,20510744:carton:4203:20522625,20519774:carton:4203:20531322,20549743:carton:4203:20557658,20573401:carton:4203:20586565,20602371:carton:4203:20604143,20610319:carton:4203:20619410,20634828:carton:4203:20654749,20692234:carton:4203:20701976,20703033:carton:4203:20716017,20718502:carton:4203:20727305,20720594:carton:4203:20728265,20732078:carton:4203:20747402,20780559:carton:4203:20786050,20832985:carton:4203:20870345,20833038:carton:4203:20873495,20836981:carton:4203:20854610,20845542:carton:4203:20871177,20882059:carton:4203:20930528,2088'}, {'unwanted_material': 'carton', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.9453861064970299, 'nb_photo': 3571, 'list_port_cont': '20168690,20173985,20252800,20442975,20456334,20472418,20478078,20478266,20506131,20550577,20553634,20599243,20603135,20607997,20630978,20631762,20671632,20673771,20681487,20692657,20718494,20779978,20833100,20834832,20838994,20840283,20878340,20880353,20880655,20882207,20886237,20888461,20888497,20888982,20889276,20892400,20892883,20895778,20916036,20917562,20919649,20924681,20925455,20925831,20926413,20927042,20929950,20966456,20966520,20967661,20967718,20968186,20968229,21001523,21001744,21001907,21001980,21002143,21002596,21002656,21002805,21053644,21053768,21054024,21054715,21054820,21055223,21056293,21056318,21056377,21059035,21060461,21061050,21120486,21120622,21123331,21123403,21123778,21124084,21124403,21124851,21125176,21125247,21126189,21126292,21127008,21127681,21128181,21128194,21128300,21128729,21128820,21129012,21129053,21129120,21129368,21129580,21129716,21129792,21129914,21129968,21130242,21130300,21130342,21130405,21130457,21130522,21130593,21130726,21130995,21131363,21131488,21131552,2113167', 'assoc_port': '20168493:20168690,20172747:20173985,20251679:20252800,20441871:20442975,20455313:20456334,20471727:20472418,20477524:20478266,20477528:20478078,20505938:20506131,20547838:20550577,20551963:20553634,20598618:20599243,20602370:20603135,20607822:20607997,20630386:20630978,20631043:20631762,20671424:20671632,20673657:20673771,20680377:20681487,20692247:20692657,20717940:20718494,20779601:20779978,20832405:20833100,20832932:20840283,20834196:20834832,20838639:20838994,20877876:20878340,20880237:20880353,20880567:20880655,20882062:20882207,20886147:20886237,20888382:20888497,20888387:20888461,20888766:20889276,20888780:20888982,20891551:20892883,20891558:20892400,20895538:20895778,20912928:20925455,20915461:20916036,20916992:20917562,20919370:20919649,20924210:20924681,20925354:20926413,20925359:20925831,20927005:20927042,20929767:20929950,20966321:20968229,20966331:20968186,20966337:20967718,20966344:20967661,20966351:20966520,20966357:20966456,21001226:21198527,21001232:21198701,21001261:21199194,21001268:2119974', 'assoc_mat': '20168493:carton:4207:20168690,20172747:carton:4207:20173985,20251679:carton:4207:20252800,20441871:carton:4207:20442975,20455313:carton:4207:20456334,20471727:carton:4207:20472418,20477524:carton:4207:20478266,20477528:carton:4207:20478078,20505938:carton:4207:20506131,20547838:carton:4207:20550577,20551963:carton:4207:20553634,20598618:carton:4207:20599243,20602370:carton:4207:20603135,20607822:carton:4207:20607997,20630386:carton:4207:20630978,20631043:carton:4207:20631762,20671424:carton:4207:20671632,20673657:carton:4207:20673771,20680377:carton:4207:20681487,20692247:carton:4207:20692657,20717940:carton:4207:20718494,20779601:carton:4207:20779978,20832405:carton:4207:20833100,20832932:carton:4207:20840283,20834196:carton:4207:20834832,20838639:carton:4207:20838994,20877876:carton:4207:20878340,20880237:carton:4207:20880353,20880567:carton:4207:20880655,20882062:carton:4207:20882207,20886147:carton:4207:20886237,20888382:carton:4207:20888497,20888387:carton:4207:20888461,20888766:carton:4207:20889276,2088'}, {'unwanted_material': 'carton', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.01715770757731139, 'nb_photo': 6951, 'list_port_cont': '20371587,20377710,20384276,20388698,20410513,20412363,20424365,20435580,20438443,20465210,20466982,20493113,20493885,20507375,20510623,20512334,20512801,20514545,20552855,20557914,20584352,20584426,20585241,20586346,20586629,20618944,20626047,20627052,20640619,20643953,20671549,20673298,20690455,20691792,20698867,20702474,20727570,20747620,20750430,20752268,20784283,20786127,20787361,20830715,20845483,20847031,20848360,20877671,20880298,20895229,20908824,20910068,20916120,20919110,20920357,20925563,20927291,20929982,20935457,20938845,20941843,20942663,20949484,20976974,20977143,20995434,20995783,21003152,21160990,21163333,21164907,21165858,21166379,21176807,21177915,21178966,21180589,21181025,21181392,21183226,21183787,21184751,21186025,21189130,21189977,21190563,21190938,21191458,21191643,21192638,21193255,21195146,21195495,21198402,21199035,21199480,21200153,21200359,21200493,21201205,21201988,21202454,21203198,21204009,21204385,21204808,21205490,21205719,21205965,21206387,21206931,21207037,21207260,2120741', 'assoc_port': '20262011:20435580,20270432:20371587,20270890:20438443,20277680:20377710,20300840:20384276,20308445:20388698,20323457:20493113,20324556:20466982,20326809:20410513,20331795:20412363,20351126:20424365,20411273:20465210,20469231:20493885,20475362:20507375,20479476:20514545,20487793:20512334,20502149:20510623,20504795:20512801,20524358:20552855,20555729:20557914,20562533:20584426,20562536:20584352,20566749:20585241,20570275:20586346,20576082:20586629,20610315:20618944,20617899:20627052,20623011:20626047,20631045:20640619,20637040:20643953,20645280:20671549,20649581:20673298,20675611:20702474,20677297:20690455,20688364:20698867,20690028:20691792,20718544:20727570,20727289:20747620,20734875:20750430,20748609:20752268,20777278:20784283,20780598:20786127,20782291:20787361,20827591:20830715,20832993:20845483,20833003:20847031,20833051:20848360,20838637:20880298,20854906:20877671,20886148:20916120,20886150:20895229,20886996:20935457,20888383:20919110,20888391:20920357,20889872:20908824,20891559:20938845,20892353:2091006', 'assoc_mat': '20262011:carton:4461:20435580,20270432:carton:4461:20371587,20270890:carton:4461:20438443,20277680:carton:4461:20377710,20300840:carton:4461:20384276,20308445:carton:4461:20388698,20323457:carton:4461:20493113,20324556:carton:4461:20466982,20326809:carton:4461:20410513,20331795:carton:4461:20412363,20351126:carton:4461:20424365,20411273:carton:4461:20465210,20469231:carton:4461:20493885,20475362:carton:4461:20507375,20479476:carton:4461:20514545,20487793:carton:4461:20512334,20502149:carton:4461:20510623,20504795:carton:4461:20512801,20524358:carton:4461:20552855,20555729:carton:4461:20557914,20562533:carton:4461:20584426,20562536:carton:4461:20584352,20566749:carton:4461:20585241,20570275:carton:4461:20586346,20576082:carton:4461:20586629,20610315:carton:4461:20618944,20617899:carton:4461:20627052,20623011:carton:4461:20626047,20631045:carton:4461:20640619,20637040:carton:4461:20643953,20645280:carton:4461:20671549,20649581:carton:4461:20673298,20675611:carton:4461:20702474,20677297:carton:4461:20690455,2068'}, {'unwanted_material': 'carton', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.027874414452324196, 'nb_photo': 4228, 'list_port_cont': '20226902,20228120,20257573,20272211,20278019,20278110,20291810,20296519,20308338,20309971,20325353,20334135,20334310,20335608,20352695,20355405,20401438,20403597,20411751,20412838,20416191,20419458,20421816,20434614,20441338,20442744,20453699,20457589,20461387,20469068,20470519,20478179,20482526,20486357,20501261,20504922,20512287,20523242,20523483,20557186,20562360,20597226,20597530,20600841,20608105,20609421,20617515,20618705,20632671,20633455,20637005,20675307,20678145,20696835,20703481,20703648,20709267,20709357,20715917,20718454,20728074,20729163,20730003,20731264,20732362,20777116,20779691,20779747,20781859,20782723,20833760,20833965,20838560,20840034,20840897,20843642,20845991,20847767,20848503,20882244,20882453,20886113,20887399,20887962,20888075,20888467,20888599,20889846,20890179,20890469,20892013,20893005,20893117,20893430,20895503,20916153,20922802,20924078,20925471,20927062,20930019,20931230,20966483,20971063,20971302,20974048,20975453,21001542,21001624,21001772,21001946,21002029,21002414,2100290', 'assoc_port': '20224380:20226902,20226941:20228120,20254278:20272211,20257117:20257573,20277674:20278110,20277678:20278019,20291009:20291810,20296336:20296519,20307290:20308338,20308451:20309971,20324562:20325353,20330842:20334310,20331821:20334135,20334539:20335608,20351129:20352695,20354712:20355405,20398811:20401438,20403539:20403597,20407606:20412838,20410110:20411751,20414615:20416191,20418291:20419458,20421527:20421816,20433553:20434614,20436920:20441338,20441869:20442744,20451768:20453699,20455315:20457589,20460488:20461387,20469016:20469068,20470421:20470519,20477526:20478179,20479472:20482526,20485445:20486357,20500513:20501261,20504796:20504922,20510743:20512287,20522136:20523242,20522902:20523483,20555730:20557186,20561529:20562360,20596784:20597530,20596787:20597226,20600236:20600841,20607820:20608105,20608556:20609421,20616936:20617515,20617896:20618705,20631044:20632671,20632057:20633455,20636733:20637005,20675069:20675307,20677303:20678145,20690024:20696835,20699101:20709357,20699105:20709267,20699109:2070348', 'assoc_mat': '20224380:carton:4200:20226902,20226941:carton:4200:20228120,20254278:carton:4200:20272211,20257117:carton:4200:20257573,20277674:carton:4200:20278110,20277678:carton:4200:20278019,20291009:carton:4200:20291810,20296336:carton:4200:20296519,20307290:carton:4200:20308338,20308451:carton:4200:20309971,20324562:carton:4200:20325353,20330842:carton:4200:20334310,20331821:carton:4200:20334135,20334539:carton:4200:20335608,20351129:carton:4200:20352695,20354712:carton:4200:20355405,20398811:carton:4200:20401438,20403539:carton:4200:20403597,20407606:carton:4200:20412838,20410110:carton:4200:20411751,20414615:carton:4200:20416191,20418291:carton:4200:20419458,20421527:carton:4200:20421816,20433553:carton:4200:20434614,20436920:carton:4200:20441338,20441869:carton:4200:20442744,20451768:carton:4200:20453699,20455315:carton:4200:20457589,20460488:carton:4200:20461387,20469016:carton:4200:20469068,20470421:carton:4200:20470519,20477526:carton:4200:20478179,20479472:carton:4200:20482526,20485445:carton:4200:20486357,2050'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.011599767446844999, 'nb_photo': 54, 'list_port_cont': '20516358', 'assoc_port': '20515637:20516358', 'assoc_mat': '20515637:carton:3594:20516358'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.9503894108707407, 'nb_photo': 1181, 'list_port_cont': '20172617,20218085,20220175,20225460,20225579,20227676,20246767,20250387,20257663,20264745,20273849,20277993,20326608,20328527,20343736,20353484,20355269,20355424,20355591,20410947,20412703,20421663,20452942,20454756,20456167,20479352,20480146,20486039,20491228,20514516,20516337,20516395,20562680,20597363,20610626,20678663,20682217,20696415,20709292,20709341,20719390,20719733,20728087,20779333,20779546,20833538,20833729,20834594,20845558,20847222,20854533', 'assoc_port': '20171946:20172617,20215674:20218085,20219535:20220175,20224378:20225579,20224381:20225460,20226939:20227676,20245938:20246767,20249728:20250387,20257109:20257663,20263700:20264745,20270889:20273849,20277684:20277993,20324553:20326608,20327793:20328527,20341995:20343736,20353379:20353484,20354708:20355424,20354711:20355269,20355355:20355591,20410111:20410947,20411272:20412703,20421518:20421663,20451769:20452942,20454229:20454756,20455316:20456167,20479234:20479352,20479473:20480146,20485444:20486039,20489623:20491228,20513203:20514516,20515633:20516395,20515635:20516337,20561523:20562680,20596786:20597363,20610318:20610626,20677302:20678663,20680363:20682217,20695689:20696415,20699102:20709292,20699104:20709341,20718507:20719733,20718513:20719390,20727919:20728087,20779070:20779546,20779073:20779333,20832939:20854533,20832998:20845558,20833006:20847222,20833037:20834594,20833043:20833729,20833053:20833538', 'assoc_mat': '20171946:carton:4207:20172617,20215674:carton:4207:20218085,20219535:carton:4207:20220175,20224378:carton:4207:20225579,20224381:carton:4207:20225460,20226939:carton:4207:20227676,20245938:carton:4207:20246767,20249728:carton:4207:20250387,20257109:carton:4207:20257663,20263700:carton:4207:20264745,20270889:carton:4207:20273849,20277684:carton:4207:20277993,20324553:carton:4207:20326608,20327793:carton:4207:20328527,20341995:carton:4207:20343736,20353379:carton:4207:20353484,20354708:carton:4207:20355424,20354711:carton:4207:20355269,20355355:carton:4207:20355591,20410111:carton:4207:20410947,20411272:carton:4207:20412703,20421518:carton:4207:20421663,20451769:carton:4207:20452942,20454229:carton:4207:20454756,20455316:carton:4207:20456167,20479234:carton:4207:20479352,20479473:carton:4207:20480146,20485444:carton:4207:20486039,20489623:carton:4207:20491228,20513203:carton:4207:20514516,20515633:carton:4207:20516395,20515635:carton:4207:20516337,20561523:carton:4207:20562680,20596786:carton:4207:20597363,2061'}, {'unwanted_material': 'carton', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.051942598732006746, 'nb_photo': 7554, 'list_port_cont': '20894595,20896008,20896572,20898843,20907050,20907097,20907288,20909057,20909081,20910030,20910560,20910935,20919279,20919308,20929658,20930137,20931581,20941761,20941816,20942618,20942699,20966536,20974626,20975161,20975556,20976374,20976550,20976663,20995610,21054702,21125357,21129438,21129812,21131705,21161022,21161145,21161193,21162466,21162733,21163556,21163749,21164009,21164763,21165144,21165661,21165805,21166483,21166584,21166675,21166767,21166809,21166987,21167202,21176125,21176239,21176467,21176675,21177091,21177372,21178407,21180236,21180340,21180435,21180574,21180686,21181449,21181592,21181818,21182030,21182074,21182189,21182497,21182576,21182968,21183528,21183883,21184719,21184872,21185093,21185455,21186466,21186663,21186864,21187698,21187855,21187905,21188468,21188655,21189202,21189436,21189971,21190298,21190540,21190734,21190767,21191124,21191184,21191672,21191791,21191857,21191905,21191996,21192194,21192334,21192429,21193576,21193654,21194121,21194284,21194325,21194662,21194715,21194985,2119525', 'assoc_port': '20171946:21198285,20215674:21204629,20219535:21276401,20224378:21205179,20226939:21205457,20245938:21205817,20249728:21206571,20257109:21207182,20263700:21207625,20270889:21207710,20277684:21054702,20300842:21209697,20324553:21211370,20327793:21211646,20341995:21214516,20353379:21214711,20354708:21214463,20354711:21214689,20355355:21214354,20410111:21217476,20411272:21217449,20421518:21218117,20451769:21219108,20454229:21219232,20455316:21218970,20477525:21219904,20479234:21219934,20479473:21269543,20485444:21268360,20489623:21220148,20513203:21224940,20515633:21226579,20515635:21226703,20515637:21226907,20524360:21230623,20561523:21236047,20596786:21242272,20610318:21245801,20652563:21252233,20677302:21255556,20680363:21192334,20688365:21193654,20695689:21194715,20699102:21194325,20699104:21194284,20718507:21256557,20718513:21257258,20727919:21190540,20742145:21190734,20779070:21289740,20779073:21166483,20832939:21284806,20832998:21284308,20833006:21185455,20833037:21186663,20833043:21283834,20833053:2112535', 'assoc_mat': '20171946:carton:4209:21198285,20215674:carton:4209:21204629,20219535:carton:4209:21276401,20224378:carton:4209:21205179,20226939:carton:4209:21205457,20245938:carton:4209:21205817,20249728:carton:4209:21206571,20257109:carton:4209:21207182,20263700:carton:4209:21207625,20270889:carton:4209:21207710,20277684:carton:4209:21054702,20300842:carton:4209:21209697,20324553:carton:4209:21211370,20327793:carton:4209:21211646,20341995:carton:4209:21214516,20353379:carton:4209:21214711,20354708:carton:4209:21214463,20354711:carton:4209:21214689,20355355:carton:4209:21214354,20410111:carton:4209:21217476,20411272:carton:4209:21217449,20421518:carton:4209:21218117,20451769:carton:4209:21219108,20454229:carton:4209:21219232,20455316:carton:4209:21218970,20477525:carton:4209:21219904,20479234:carton:4209:21219934,20479473:carton:4209:21269543,20485444:carton:4209:21268360,20489623:carton:4209:21220148,20513203:carton:4209:21224940,20515633:carton:4209:21226579,20515635:carton:4209:21226703,20515637:carton:4209:21226907,2052'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01810127167454378, 'nb_photo': 6, 'list_port_cont': '20550178', 'assoc_port': '20549748:20550178', 'assoc_mat': '20549748:carton:4200:20550178'}, {'unwanted_material': 'carton', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01160059906818923, 'nb_photo': 17279, 'list_port_cont': '20168757,20170139,20173853,20174167,20178351,20178610,20184723,20200322,20203926,20206244,20209003,20209443,20217450,20218304,20220328,20223982,20226049,20226614,20227869,20229219,20247106,20259499,20265005,20296645,20332613,20334226,20337932,20339418,20340045,20345660,20350782,20351370,20353927,20355383,20358756,20360241,20360374,20360567,20361365,20362596,20362696,20363957,20364120,20364274,20365492,20365937,20366169,20367250,20367348,20368521,20368795,20369338,20370623,20395266,20400643,20402655,20407498,20411476,20416139,20419514,20422606,20438623,20442987,20443778,20444104,20452067,20455627,20456581,20470692,20475611,20476088,20477125,20480484,20483628,20486973,20487354,20490970,20492578,20493858,20493990,20504999,20506283,20506563,20506724,20507218,20514946,20516413,20518561,20522747,20525020,20525514,20546205,20549097,20551510,20553596,20558631,20565367,20567439,20577419,20580161,20597675,20599626,20603563,20606907,20607778,20609652,20611799,20613657,20617822,20623115,20623222,20631368,20633761,2063607', 'assoc_port': '20168058:20265005,20168492:20168757,20169287:20170139,20171950:20173853,20172748:20174167,20177140:20178351,20177547:20178610,20183126:20184723,20199782:20200322,20200514:20206244,20201665:20203926,20206393:20209443,20206396:20209003,20215665:20218304,20215671:20217450,20219533:20220328,20220268:20226614,20220270:20223982,20224384:20226049,20226942:20227869,20228246:20229219,20245966:20247106,20249724:20360241,20249727:20360374,20253023:20360567,20257111:20259499,20258543:20362696,20263701:20370623,20266081:20364274,20270891:20369338,20277682:20296645,20293713:20368795,20295679:20368521,20296493:20367348,20297024:20367250,20297026:20366169,20297653:20365937,20298063:20365492,20300871:20364120,20303263:20363957,20303271:20362596,20308453:20361365,20313891:20358756,20324554:20350782,20324561:20334226,20330845:20332613,20336407:20337932,20337414:20339418,20338546:20340045,20341992:20345660,20350378:20351370,20353380:20353927,20354709:20355383,20393269:20395266,20398810:20400643,20401674:20402655,20404210:2041951', 'assoc_mat': '20168058:carton:4211:20265005,20168492:carton:4211:20168757,20169287:carton:4211:20170139,20171950:carton:4211:20173853,20172748:carton:4211:20174167,20177140:carton:4211:20178351,20177547:carton:4211:20178610,20183126:carton:4211:20184723,20199782:carton:4211:20200322,20200514:carton:4211:20206244,20201665:carton:4211:20203926,20206393:carton:4211:20209443,20206396:carton:4211:20209003,20215665:carton:4211:20218304,20215671:carton:4211:20217450,20219533:carton:4211:20220328,20220268:carton:4211:20226614,20220270:carton:4211:20223982,20224384:carton:4211:20226049,20226942:carton:4211:20227869,20228246:carton:4211:20229219,20245966:carton:4211:20247106,20249724:carton:4211:20360241,20249727:carton:4211:20360374,20253023:carton:4211:20360567,20257111:carton:4211:20259499,20258543:carton:4211:20362696,20263701:carton:4211:20370623,20266081:carton:4211:20364274,20270891:carton:4211:20369338,20277682:carton:4211:20296645,20293713:carton:4211:20368795,20295679:carton:4211:20368521,20296493:carton:4211:20367348,2029'}, {'unwanted_material': 'carton', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0035369731768591923, 'nb_photo': 127, 'list_port_cont': '20169761,20178240,20201404,20211304,20217528,20248895,20255102,20257449,20260612,20295628,20296882,20304737,20333663,20338597,20352801,20357084,20402649,20408821,20413209,20421565,20438470,20442812,20444090,20449158,20454025,20469162,20476957,20479428,20481344,20491656,20501395,20505488,20506566,20508485,20515510,20520537,20523639,20549115,20557236,20561269,20563365,20567384,20600000,20610255,20614955,20617638,20621669,20631053,20632193,20636694,20648072,20684729,20686371,20719717,20727793,20728140,20729373,20731642,20732742,20749117,20749380,20777379,20781390,20782091,20834302,20839315,20840449,20842070,20846685,20849574,20855759,20880387,20881652,20884793,20888204,20927791,20930367,20967453,20975614,21002741,21054381,21055620,21057838,21057935,21124625,21127951', 'assoc_port': '20169285:20169761,20177142:20178240,20200509:20201404,20210194:20211304,20215666:20217528,20247542:20248895,20253021:20255102,20254304:20257449,20258541:20260612,20293712:20295628,20296496:20296882,20303272:20304737,20331796:20333663,20337409:20338597,20352155:20352801,20354703:20357084,20401648:20402649,20407607:20408821,20411279:20413209,20420764:20421565,20436921:20438470,20441870:20442812,20443835:20444090,20448174:20449158,20451770:20454025,20469014:20469162,20476723:20476957,20479231:20479428,20479474:20481344,20489625:20491656,20500511:20501395,20505113:20505488,20506320:20506566,20507534:20508485,20513202:20515510,20519772:20520537,20522899:20523639,20547841:20549115,20555731:20557236,20557618:20561269,20561524:20563365,20566746:20567384,20598617:20600000,20609891:20610255,20612116:20614955,20616931:20617638,20620314:20621669,20630385:20631053,20631042:20632193,20634826:20636694,20647124:20648072,20683131:20684729,20685067:20686371,20718508:20719717,20726745:20727793,20727921:20728140,20728868:2072937', 'assoc_mat': '20169285:carton:3327:20169761,20177142:carton:3327:20178240,20200509:carton:3327:20201404,20210194:carton:3327:20211304,20215666:carton:3327:20217528,20247542:carton:3327:20248895,20253021:carton:3327:20255102,20254304:carton:3327:20257449,20258541:carton:3327:20260612,20293712:carton:3327:20295628,20296496:carton:3327:20296882,20303272:carton:3327:20304737,20331796:carton:3327:20333663,20337409:carton:3327:20338597,20352155:carton:3327:20352801,20354703:carton:3327:20357084,20401648:carton:3327:20402649,20407607:carton:3327:20408821,20411279:carton:3327:20413209,20420764:carton:3327:20421565,20436921:carton:3327:20438470,20441870:carton:3327:20442812,20443835:carton:3327:20444090,20448174:carton:3327:20449158,20451770:carton:3327:20454025,20469014:carton:3327:20469162,20476723:carton:3327:20476957,20479231:carton:3327:20479428,20479474:carton:3327:20481344,20489625:carton:3327:20491656,20500511:carton:3327:20501395,20505113:carton:3327:20505488,20506320:carton:3327:20506566,20507534:carton:3327:20508485,2051'}, {'unwanted_material': 'carton', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.012093575106950302, 'nb_photo': 58, 'list_port_cont': '21001652,21001938,21055996,21124765,21129931,21129981', 'assoc_port': '21001262:21001938,21001273:21001652,21002613:21129981,21002624:21129931,21053304:21055996,21124054:21124765', 'assoc_mat': '21001262:carton:3594:21001938,21001273:carton:3594:21001652,21002613:carton:3594:21129981,21002624:carton:3594:21129931,21053304:carton:3594:21055996,21124054:carton:3594:21124765'}, {'unwanted_material': 'cartonnette', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.003210317094384694, 'nb_photo': 15, 'list_port_cont': '20477769,20652900,20691111,20742318,20882179', 'assoc_port': '20477525:20477769,20652563:20652900,20688365:20691111,20742145:20742318,20882063:20882179', 'assoc_mat': '20477525:cartonnette:3726:20477769,20652563:cartonnette:3726:20652900,20688365:cartonnette:3726:20691111,20742145:cartonnette:3726:20742318,20882063:cartonnette:3726:20882179'}, {'unwanted_material': 'cartonnette', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0020473331407211116, 'nb_photo': 193, 'list_port_cont': '20291108,20443898,20474477,20485560,20545336,20596989,20731001,20748786,20778746,20782320,20840411,20888264,20889482,20898024,20925764,20929923,20929964,20966442,21001555,21001658,21001900,21001930,21001972,21002756,21002889,21053589,21053734,21053825,21053965,21054197,21054570,21054622,21054660,21054673,21054751,21054919,21054950,21055389,21055943,21056084,21056635,21057719,21059697,21060152,21060208,21120461,21120533,21122687,21122980,21123741,21124458,21124574,21125838,21126064,21126110,21126123,21126237,21128172,21128229,21128684,21129138,21129263,21129826,21129863,21130506,21130738,21130859,21131077,21131302,21131383,21131537', 'assoc_port': '20291008:20291108,20443833:20443898,20474345:20474477,20485442:20485560,20544936:20545336,20596788:20596989,20730973:20731001,20748721:20748786,20778575:20778746,20782294:20782320,20838641:20840411,20888115:20888264,20888796:20889482,20897850:20898024,20925357:20925764,20929764:20929964,20929770:20929923,20966349:20966442,21001228:21001555,21001267:21128229,21001276:21001658,21001688:21129138,21001689:21002756,21001724:21001900,21001734:21001972,21001739:21001930,21002711:21129863,21002713:21129826,21002721:21002889,21053265:21128684,21053273:21053734,21053291:21053589,21053722:21053965,21053729:21054197,21053759:21053825,21054297:21054660,21054310:21054622,21054318:21054570,21054359:21054673,21054597:21054919,21054630:21054950,21054641:21054751,21055181:21055389,21055520:21057719,21055634:21056084,21055660:21055943,21056520:21056635,21058271:21130859,21058309:21131077,21058352:21130738,21059252:21131537,21059255:21131383,21059257:21131302,21059408:21060152,21059413:21059697,21059807:21060208,21120263:2112053', 'assoc_mat': '20291008:cartonnette:3726:20291108,20443833:cartonnette:3726:20443898,20474345:cartonnette:3726:20474477,20485442:cartonnette:3726:20485560,20544936:cartonnette:3726:20545336,20596788:cartonnette:3726:20596989,20730973:cartonnette:3726:20731001,20748721:cartonnette:3726:20748786,20778575:cartonnette:3726:20778746,20782294:cartonnette:3726:20782320,20838641:cartonnette:3726:20840411,20888115:cartonnette:3726:20888264,20888796:cartonnette:3726:20889482,20897850:cartonnette:3726:20898024,20925357:cartonnette:3726:20925764,20929764:cartonnette:3726:20929964,20929770:cartonnette:3726:20929923,20966349:cartonnette:3726:20966442,21001228:cartonnette:3726:21001555,21001267:cartonnette:3726:21128229,21001276:cartonnette:3726:21001658,21001688:cartonnette:3726:21129138,21001689:cartonnette:3726:21002756,21001724:cartonnette:3726:21001900,21001734:cartonnette:3726:21001972,21001739:cartonnette:3726:21001930,21002711:cartonnette:3726:21129863,21002713:cartonnette:3726:21129826,21002721:cartonnette:3726:21002889,21053265:'}, {'unwanted_material': 'Carton_brun', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.006031395458588674, 'nb_photo': 24, 'list_port_cont': '20301090,20477771,20524493,20652911,20691113,20880582,20882176', 'assoc_port': '20300842:20301090,20477525:20477771,20524360:20524493,20652563:20652911,20688365:20691113,20880569:20880582,20882063:20882176', 'assoc_mat': '20300842:Carton_brun:3726:20301090,20477525:Carton_brun:3726:20477771,20524360:Carton_brun:3726:20524493,20652563:Carton_brun:3726:20652911,20688365:Carton_brun:3726:20691113,20880569:Carton_brun:3726:20880582,20882063:Carton_brun:3726:20882176'}, {'unwanted_material': 'Carton_brun', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.006749862184866763, 'nb_photo': 553, 'list_port_cont': '20291100,20403581,20443887,20474472,20475769,20477209,20485559,20562626,20573722,20596990,20669680,20674280,20725729,20730998,20778744,20782314,20840412,20888272,20889485,20898018,20915785,20925771,20929919,20929971,20966441,21001556,21001663,21001895,21001932,21001965,21002286,21002893,21053587,21053672,21053745,21053784,21053820,21053966,21054031,21054192,21054568,21054619,21054657,21054670,21054755,21054803,21054917,21054949,21055390,21055950,21056083,21056187,21056559,21056638,21056701,21056817,21057708,21058559,21059511,21059708,21060141,21060214,21060350,21120415,21120465,21122691,21122978,21123600,21123752,21123860,21124333,21124452,21124579,21125839,21126067,21126113,21126131,21126235,21128175,21128227,21128678,21129137,21129265,21129827,21129858,21130366,21130505,21130645,21130695,21130739,21130750,21130850,21131020,21131082,21131153,21131245,21131297,21131385,21131531', 'assoc_port': '20291008:20291100,20403540:20403581,20443833:20443887,20474345:20474472,20475364:20475769,20475366:20477209,20485442:20485559,20562535:20562626,20573403:20573722,20596788:20596990,20669625:20669680,20674231:20674280,20725589:20725729,20730973:20730998,20778575:20778744,20782294:20782314,20838641:20840412,20888115:20888272,20888796:20889485,20897850:20898018,20915459:20915785,20925357:20925771,20929764:20929971,20929770:20929919,20966349:20966441,21001228:21001556,21001267:21128227,21001276:21001663,21001688:21129137,21001703:21002286,21001724:21001895,21001734:21001965,21001739:21001932,21002711:21129858,21002713:21129827,21002721:21002893,21053265:21128678,21053273:21053745,21053278:21053672,21053291:21053587,21053695:21053784,21053716:21054031,21053722:21053966,21053729:21054192,21053759:21053820,21054297:21054657,21054310:21054619,21054318:21054568,21054359:21054670,21054597:21054917,21054617:21054803,21054630:21054949,21054641:21054755,21055181:21055390,21055507:21058559,21055520:21057708,21055578:2105655', 'assoc_mat': '20291008:Carton_brun:3726:20291100,20403540:Carton_brun:3726:20403581,20443833:Carton_brun:3726:20443887,20474345:Carton_brun:3726:20474472,20475364:Carton_brun:3726:20475769,20475366:Carton_brun:3726:20477209,20485442:Carton_brun:3726:20485559,20562535:Carton_brun:3726:20562626,20573403:Carton_brun:3726:20573722,20596788:Carton_brun:3726:20596990,20669625:Carton_brun:3726:20669680,20674231:Carton_brun:3726:20674280,20725589:Carton_brun:3726:20725729,20730973:Carton_brun:3726:20730998,20778575:Carton_brun:3726:20778744,20782294:Carton_brun:3726:20782314,20838641:Carton_brun:3726:20840412,20888115:Carton_brun:3726:20888272,20888796:Carton_brun:3726:20889485,20897850:Carton_brun:3726:20898018,20915459:Carton_brun:3726:20915785,20925357:Carton_brun:3726:20925771,20929764:Carton_brun:3726:20929971,20929770:Carton_brun:3726:20929919,20966349:Carton_brun:3726:20966441,21001228:Carton_brun:3726:21001556,21001267:Carton_brun:3726:21128227,21001276:Carton_brun:3726:21001663,21001688:Carton_brun:3726:21129137,21001703:'}, {'unwanted_material': 'Carton_gris', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.007702339444786579, 'nb_photo': 26, 'list_port_cont': '20301089,20477767,20524487,20652905,20691121,20742322,20880581,20882184', 'assoc_port': '20300842:20301089,20477525:20477767,20524360:20524487,20652563:20652905,20688365:20691121,20742145:20742322,20880569:20880581,20882063:20882184', 'assoc_mat': '20300842:Carton_gris:3726:20301089,20477525:Carton_gris:3726:20477767,20524360:Carton_gris:3726:20524487,20652563:Carton_gris:3726:20652905,20688365:Carton_gris:3726:20691121,20742145:Carton_gris:3726:20742322,20880569:Carton_gris:3726:20880581,20882063:Carton_gris:3726:20882184'}, {'unwanted_material': 'Carton_gris', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.004455957593767061, 'nb_photo': 293, 'list_port_cont': '20291097,20403589,20443889,20474468,20475774,20477202,20485567,20545337,20573731,20596985,20669685,20674275,20725731,20730995,20778743,20782313,20888275,20889476,20898014,20915791,20919433,20925767,20929917,20929972,21001554,21001661,21001897,21001962,21002284,21002755,21002882,21053588,21053739,21053787,21053826,21053964,21054033,21054194,21054565,21054628,21054658,21054668,21054759,21054795,21054926,21054948,21055391,21055941,21056090,21056192,21056560,21056634,21056824,21057718,21058563,21058646,21059515,21060209,21120412,21120470,21122682,21123598,21123747,21123858,21124459,21124572,21125842,21126066,21126122,21126231,21128167,21128232,21128683,21129142,21129262,21129860,21130375,21130512,21130639,21130691,21130754,21130863,21131074,21131161,21131244,21131300,21131421,21131541', 'assoc_port': '20291008:20291097,20403540:20403589,20443833:20443889,20474345:20474468,20475364:20475774,20475366:20477202,20485442:20485567,20544936:20545337,20573403:20573731,20596788:20596985,20669625:20669685,20674231:20674275,20725589:20725731,20730973:20730995,20778575:20778743,20782294:20782313,20888115:20888275,20888796:20889476,20897850:20898014,20915459:20915791,20919368:20919433,20925357:20925767,20929764:20929972,20929770:20929917,21001228:21001554,21001267:21128232,21001276:21001661,21001688:21129142,21001689:21002755,21001703:21002284,21001724:21001897,21001734:21001962,21002711:21129860,21002721:21002882,21053265:21128683,21053273:21053739,21053291:21053588,21053695:21053787,21053716:21054033,21053722:21053964,21053729:21054194,21053759:21053826,21054297:21054658,21054310:21054628,21054318:21054565,21054359:21054668,21054597:21054926,21054617:21054795,21054630:21054948,21054641:21054759,21055181:21055391,21055507:21058563,21055520:21057718,21055578:21056560,21055613:21056192,21055634:21056090,21055660:2105594', 'assoc_mat': '20291008:Carton_gris:3726:20291097,20403540:Carton_gris:3726:20403589,20443833:Carton_gris:3726:20443889,20474345:Carton_gris:3726:20474468,20475364:Carton_gris:3726:20475774,20475366:Carton_gris:3726:20477202,20485442:Carton_gris:3726:20485567,20544936:Carton_gris:3726:20545337,20573403:Carton_gris:3726:20573731,20596788:Carton_gris:3726:20596985,20669625:Carton_gris:3726:20669685,20674231:Carton_gris:3726:20674275,20725589:Carton_gris:3726:20725731,20730973:Carton_gris:3726:20730995,20778575:Carton_gris:3726:20778743,20782294:Carton_gris:3726:20782313,20888115:Carton_gris:3726:20888275,20888796:Carton_gris:3726:20889476,20897850:Carton_gris:3726:20898014,20915459:Carton_gris:3726:20915791,20919368:Carton_gris:3726:20919433,20925357:Carton_gris:3726:20925767,20929764:Carton_gris:3726:20929972,20929770:Carton_gris:3726:20929917,21001228:Carton_gris:3726:21001554,21001267:Carton_gris:3726:21128232,21001276:Carton_gris:3726:21001661,21001688:Carton_gris:3726:21129142,21001689:Carton_gris:3726:21002755,21001703:'}, {'unwanted_material': 'ela', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.005901167473270695, 'nb_photo': 162, 'list_port_cont': '20345899,20382445,20384584,20410419,20419434,20436302,20447903,20466590,20469146,20478289,20495684,20503195,20515101,20529712,20583891,20584265,20586232,20601100,20627241,20649213,20658804,20675817,20709058,20709640,20727244,20728056,20784151,20787011,20840121,20847629,20872683,20880493,20880648,20919479,20931935,20975678,21183084,21193360,21200249,21204906,21208545,21211948,21217189,21219651,21221495,21246162,21308260', 'assoc_port': '20204921:20345899,20266098:20436302,20296337:20382445,20303275:20384584,20326810:20410419,20338549:20419434,20392276:20447903,20414608:20466590,20431076:20495684,20445955:20478289,20469015:20469146,20485440:20503195,20505940:20515101,20517445:20529712,20553045:20583891,20561522:20584265,20570272:20586232,20600235:20601100,20612113:20627241,20630388:20658804,20640602:20649213,20672165:20675817,20685069:20709058,20699111:20709640,20718506:20727244,20720578:20728056,20776158:20784151,20781905:20787011,20832929:20840121,20833007:20847629,20841933:20880493,20848242:20872683,20880568:20880648,20888388:20919479,20924209:20931935,20966334:20975678,21001280:21200249,21001716:21211948,21002710:21217189,21053303:21204906,21054296:21208545,21055166:21219651,21055579:21221495,21058334:21246162,21123363:21183084,21124053:21308260,21125601:21193360', 'assoc_mat': '20204921:ela:4205:20345899,20266098:ela:4205:20436302,20296337:ela:4205:20382445,20303275:ela:4205:20384584,20326810:ela:4205:20410419,20338549:ela:4205:20419434,20392276:ela:4205:20447903,20414608:ela:4205:20466590,20431076:ela:4205:20495684,20445955:ela:4205:20478289,20469015:ela:4205:20469146,20485440:ela:4205:20503195,20505940:ela:4205:20515101,20517445:ela:4205:20529712,20553045:ela:4205:20583891,20561522:ela:4205:20584265,20570272:ela:4205:20586232,20600235:ela:4205:20601100,20612113:ela:4205:20627241,20630388:ela:4205:20658804,20640602:ela:4205:20649213,20672165:ela:4205:20675817,20685069:ela:4205:20709058,20699111:ela:4205:20709640,20718506:ela:4205:20727244,20720578:ela:4205:20728056,20776158:ela:4205:20784151,20781905:ela:4205:20787011,20832929:ela:4205:20840121,20833007:ela:4205:20847629,20841933:ela:4205:20880493,20848242:ela:4205:20872683,20880568:ela:4205:20880648,20888388:ela:4205:20919479,20924209:ela:4205:20931935,20966334:ela:4205:20975678,21001280:ela:4205:21200249,21001716:ela:4205:2121194'}, {'unwanted_material': 'ela', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.973619919629455, 'nb_photo': 1340, 'list_port_cont': '20297165,20355871,20360468,20362947,20379891,20383280,20389350,20426343,20451294,20464652,20476667,20479601,20480108,20493741,20494524,20514601,20522629,20531310,20557670,20586569,20604141,20619405,20654751,20701967,20716025,20727304,20728267,20747393,20786043,20854621,20870349,20871190,20873492,20898837,20930514,20942015,20942873,20976499,21182375,21183263,21200453,21202848,21204560,21211660,21213383,21220165,21235759,21250808,21253536,21299036,21309295,21342361', 'assoc_port': '20171947:20297165,20228245:20355871,20251677:20360468,20262031:20362947,20291011:20379891,20297655:20383280,20308443:20389350,20354704:20426343,20398812:20451294,20410109:20464652,20421532:20493741,20441872:20476667,20451766:20480108,20470424:20494524,20479233:20479601,20505111:20514601,20510744:20522629,20519774:20531310,20549743:20557670,20573401:20586569,20602371:20604141,20610319:20619405,20634828:20654751,20692234:20701967,20703033:20716025,20718502:20727304,20720594:20728267,20732078:20747393,20780559:20786043,20832985:20870349,20833038:20873492,20836981:20854621,20845542:20871190,20882059:20930514,20888117:20898837,20919369:20942873,20927010:20942015,20966339:20976499,21001284:21200453,21001694:21211660,21001717:21213383,21053272:21202848,21053297:21204560,21055192:21220165,21056532:21235759,21059205:21342361,21059359:21250808,21059806:21253536,21120302:21299036,21122482:21182375,21123359:21183263,21124048:21309295', 'assoc_mat': '20171947:ela:4203:20297165,20228245:ela:4203:20355871,20251677:ela:4203:20360468,20262031:ela:4203:20362947,20291011:ela:4203:20379891,20297655:ela:4203:20383280,20308443:ela:4203:20389350,20354704:ela:4203:20426343,20398812:ela:4203:20451294,20410109:ela:4203:20464652,20421532:ela:4203:20493741,20441872:ela:4203:20476667,20451766:ela:4203:20480108,20470424:ela:4203:20494524,20479233:ela:4203:20479601,20505111:ela:4203:20514601,20510744:ela:4203:20522629,20519774:ela:4203:20531310,20549743:ela:4203:20557670,20573401:ela:4203:20586569,20602371:ela:4203:20604141,20610319:ela:4203:20619405,20634828:ela:4203:20654751,20692234:ela:4203:20701967,20703033:ela:4203:20716025,20718502:ela:4203:20727304,20720594:ela:4203:20728267,20732078:ela:4203:20747393,20780559:ela:4203:20786043,20832985:ela:4203:20870349,20833038:ela:4203:20873492,20836981:ela:4203:20854621,20845542:ela:4203:20871190,20882059:ela:4203:20930514,20888117:ela:4203:20898837,20919369:ela:4203:20942873,20927010:ela:4203:20942015,20966339:ela:4203:2097649'}, {'unwanted_material': 'ela', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0015481321119899967, 'nb_photo': 124, 'list_port_cont': '20252795,20442974,20472428,20478092,20506133,20599255,20692665,20718486,20779974,20834829,20838984,20840285,20880657,20886235,20888456,20888977,20889282,20916049,20919660,20924689,20925819,20929951,20967673,20967714,20968181,21002148,21002654,21053642,21053774,21055222,21059039,21120479,21124098,21124852,21126198,21126295,21127018,21127675,21128192,21129365,21130254,21130297,21130344,21130402,21130453,21131490,21131676,21132114,21132138,21132614,21132722,21132830,21133096,21136169,21161622,21162170,21162380,21164443,21182566,21183467,21192686,21192854,21198521,21199819,21202056,21205891,21206004,21206522,21206635,21207152,21207297,21208054,21208523,21208648,21208699,21209438', 'assoc_port': '20251679:20252795,20441871:20442974,20471727:20472428,20477528:20478092,20505938:20506133,20598618:20599255,20692247:20692665,20717940:20718486,20779601:20779974,20832932:20840285,20834196:20834829,20838639:20838984,20880567:20880657,20886147:20886235,20888387:20888456,20888766:20889282,20888780:20888977,20915461:20916049,20919370:20919660,20924210:20924689,20925359:20925819,20929767:20929951,20966331:20968181,20966337:20967714,20966344:20967673,21001226:21198521,21001277:21199819,21001707:21129365,21001710:21002654,21001714:21002148,21002616:21208054,21053267:21202056,21053289:21053774,21053294:21053642,21053700:21205891,21053707:21206004,21053714:21206522,21053717:21206635,21054295:21208523,21054608:21207297,21054614:21130254,21054618:21055222,21055163:21207152,21055548:21130344,21055564:21130297,21056530:21130402,21056531:21130453,21058226:21136169,21058358:21059039,21059207:21133096,21059250:21132830,21059256:21132722,21059258:21132614,21059406:21132138,21059409:21132114,21059804:21131676,21059828:2113149', 'assoc_mat': '20251679:ela:4207:20252795,20441871:ela:4207:20442974,20471727:ela:4207:20472428,20477528:ela:4207:20478092,20505938:ela:4207:20506133,20598618:ela:4207:20599255,20692247:ela:4207:20692665,20717940:ela:4207:20718486,20779601:ela:4207:20779974,20832932:ela:4207:20840285,20834196:ela:4207:20834829,20838639:ela:4207:20838984,20880567:ela:4207:20880657,20886147:ela:4207:20886235,20888387:ela:4207:20888456,20888766:ela:4207:20889282,20888780:ela:4207:20888977,20915461:ela:4207:20916049,20919370:ela:4207:20919660,20924210:ela:4207:20924689,20925359:ela:4207:20925819,20929767:ela:4207:20929951,20966331:ela:4207:20968181,20966337:ela:4207:20967714,20966344:ela:4207:20967673,21001226:ela:4207:21198521,21001277:ela:4207:21199819,21001707:ela:4207:21129365,21001710:ela:4207:21002654,21001714:ela:4207:21002148,21002616:ela:4207:21208054,21053267:ela:4207:21202056,21053289:ela:4207:21053774,21053294:ela:4207:21053642,21053700:ela:4207:21205891,21053707:ela:4207:21206004,21053714:ela:4207:21206522,21053717:ela:4207:2120663'}, {'unwanted_material': 'ela', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.004353481504345921, 'nb_photo': 36, 'list_port_cont': '20512339,20584435,20784275,20941838,20995426,21160985,21177907,21181017,21183222,21183788,21191464,21201997,21207058,21207259,21214223,21214413,21232213,21242080,21244322,21245341,21249891,21311084,21318744', 'assoc_port': '20487793:20512339,20562533:20584435,20777278:20784275,20927003:20941838,20966324:20995426,21001727:21214223,21001731:21214413,21002718:21318744,21053263:21201997,21053718:21207058,21053723:21207259,21056508:21232213,21058220:21242080,21058289:21244322,21058310:21245341,21059293:21249891,21120260:21160985,21122360:21177907,21122464:21181017,21123360:21183222,21123364:21183788,21124056:21191464,21125612:21311084', 'assoc_mat': '20487793:ela:4461:20512339,20562533:ela:4461:20584435,20777278:ela:4461:20784275,20927003:ela:4461:20941838,20966324:ela:4461:20995426,21001727:ela:4461:21214223,21001731:ela:4461:21214413,21002718:ela:4461:21318744,21053263:ela:4461:21201997,21053718:ela:4461:21207058,21053723:ela:4461:21207259,21056508:ela:4461:21232213,21058220:ela:4461:21242080,21058289:ela:4461:21244322,21058310:ela:4461:21245341,21059293:ela:4461:21249891,21120260:ela:4461:21160985,21122360:ela:4461:21177907,21122464:ela:4461:21181017,21123360:ela:4461:21183222,21123364:ela:4461:21183788,21124056:ela:4461:21191464,21125612:ela:4461:21311084'}, {'unwanted_material': 'ela', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0008414046918055504, 'nb_photo': 117, 'list_port_cont': '20257577,20272203,20308346,20403608,20411747,20412833,20434612,20441326,20457593,20461379,20470521,20478173,20504917,20557182,20608099,20618715,20632668,20633467,20636999,20675308,20703478,20703647,20709348,20728067,20729155,20730002,20731267,20777122,20779694,20782724,20838562,20840037,20840887,20845992,20847769,20882456,20886120,20889851,20890182,20893114,20916157,20922800,20927065,20930016,21059366,21124073,21126562,21129042,21131065,21131561,21131601,21132630,21133923,21135916,21162531,21167097,21167189,21168072,21170114,21170812,21171143,21182543,21193237,21207257,21207499,21207813,21207858,21208102,21208439,21208514,21208597,21208881,21209423,21209667,21209844,21210492,21214119,21215478,21215879', 'assoc_port': '20254278:20272203,20257117:20257577,20307290:20308346,20403539:20403608,20407606:20412833,20410110:20411747,20433553:20434612,20436920:20441326,20455315:20457593,20460488:20461379,20470421:20470521,20477526:20478173,20504796:20504917,20555730:20557182,20607820:20608099,20617896:20618715,20631044:20632668,20632057:20633467,20636733:20636999,20675069:20675308,20699101:20709348,20699109:20703478,20703029:20703647,20727920:20728067,20728867:20729155,20729786:20730002,20730971:20731267,20776150:20777122,20779605:20779694,20782287:20782724,20832927:20840037,20832937:20840887,20833005:20845992,20836979:20838562,20847131:20847769,20882060:20882456,20885734:20886120,20888767:20889851,20888768:20890182,20891548:20893114,20915460:20916157,20920477:20922800,20927009:20927065,20929773:20930016,21002619:21208881,21002684:21208597,21002715:21208514,21053296:21210492,21053746:21129042,21054317:21209423,21054321:21209844,21054357:21209667,21054590:21208439,21054611:21207858,21054612:21208102,21054633:21207813,21055159:2120749', 'assoc_mat': '20254278:ela:4200:20272203,20257117:ela:4200:20257577,20307290:ela:4200:20308346,20403539:ela:4200:20403608,20407606:ela:4200:20412833,20410110:ela:4200:20411747,20433553:ela:4200:20434612,20436920:ela:4200:20441326,20455315:ela:4200:20457593,20460488:ela:4200:20461379,20470421:ela:4200:20470521,20477526:ela:4200:20478173,20504796:ela:4200:20504917,20555730:ela:4200:20557182,20607820:ela:4200:20608099,20617896:ela:4200:20618715,20631044:ela:4200:20632668,20632057:ela:4200:20633467,20636733:ela:4200:20636999,20675069:ela:4200:20675308,20699101:ela:4200:20709348,20699109:ela:4200:20703478,20703029:ela:4200:20703647,20727920:ela:4200:20728067,20728867:ela:4200:20729155,20729786:ela:4200:20730002,20730971:ela:4200:20731267,20776150:ela:4200:20777122,20779605:ela:4200:20779694,20782287:ela:4200:20782724,20832927:ela:4200:20840037,20832937:ela:4200:20840887,20833005:ela:4200:20845992,20836979:ela:4200:20838562,20847131:ela:4200:20847769,20882060:ela:4200:20882456,20885734:ela:4200:20886120,20888767:ela:4200:2088985'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0010482376157763993, 'nb_photo': 35, 'list_port_cont': '20218087,20246764,20250388,20264732,20273837,20328519,20343725,20355597,20410945,20412711,20479360,20491235,20516341,20562682,20597362,20610627,20696405,20709295,20719387,20719745,20728086,20779339,20847221', 'assoc_port': '20215674:20218087,20245938:20246764,20249728:20250388,20263700:20264732,20270889:20273837,20327793:20328519,20341995:20343725,20355355:20355597,20410111:20410945,20411272:20412711,20479234:20479360,20489623:20491235,20515635:20516341,20561523:20562682,20596786:20597362,20610318:20610627,20695689:20696405,20699102:20709295,20718507:20719745,20718513:20719387,20727919:20728086,20779073:20779339,20833006:20847221', 'assoc_mat': '20215674:ela:4207:20218087,20245938:ela:4207:20246764,20249728:ela:4207:20250388,20263700:ela:4207:20264732,20270889:ela:4207:20273837,20327793:ela:4207:20328519,20341995:ela:4207:20343725,20355355:ela:4207:20355597,20410111:ela:4207:20410945,20411272:ela:4207:20412711,20479234:ela:4207:20479360,20489623:ela:4207:20491235,20515635:ela:4207:20516341,20561523:ela:4207:20562682,20596786:ela:4207:20597362,20610318:ela:4207:20610627,20695689:ela:4207:20696405,20699102:ela:4207:20709295,20718507:ela:4207:20719745,20718513:ela:4207:20719387,20727919:ela:4207:20728086,20779073:ela:4207:20779339,20833006:ela:4207:20847221'}, {'unwanted_material': 'ela', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.004701649639379277, 'nb_photo': 944, 'list_port_cont': '20894586,20896007,20896559,20898857,20907048,20907085,20907285,20910028,20910568,20910939,20919285,20919295,20929650,20930147,20931577,20941758,20941820,20942614,20942701,20974638,20975560,20976384,20976555,20995608,21054699,21125365,21129427,21129817,21131704,21161011,21161201,21162473,21162726,21163736,21164006,21164762,21165153,21165654,21165800,21166484,21166676,21166769,21166803,21167208,21176123,21176462,21176669,21177086,21177363,21178410,21180241,21180346,21180436,21180573,21180681,21181450,21181828,21182042,21182061,21182200,21182495,21182575,21182965,21183523,21183894,21185103,21185445,21186666,21186854,21187699,21187852,21188460,21188652,21189200,21189433,21189968,21190300,21190532,21190742,21190765,21191117,21191177,21191783,21191850,21191897,21191994,21192187,21192328,21192434,21193567,21193653,21194120,21194297,21194322,21194656,21194707,21194986,21195263,21195327,21195380,21195430,21195597,21198286,21198665,21198709,21198787,21200334,21200598,21201752,21202124,21202806,21202969,21203890,2120403', 'assoc_port': '20171946:21198286,20215674:21204628,20219535:21276379,20224378:21205182,20226939:21205458,20245938:21205818,20249728:21206580,20257109:21207184,20263700:21207623,20270889:21207708,20277684:21054699,20300842:21209701,20324553:21211379,20327793:21211637,20341995:21214514,20353379:21214718,20354708:21214470,20354711:21214695,20355355:21214353,20410111:21217469,20411272:21217457,20421518:21218109,20451769:21219105,20454229:21219234,20455316:21218969,20477525:21219913,20479234:21219944,20479473:21269529,20485444:21268379,20489623:21220141,20513203:21224950,20515633:21226581,20515635:21226714,20515637:21226903,20524360:21230627,20561523:21236057,20596786:21242276,20610318:21245805,20652563:21252224,20680363:21192328,20688365:21193653,20695689:21194707,20699102:21194322,20699104:21194297,20718507:21256559,20718513:21257260,20727919:21190532,20742145:21190742,20779070:21289735,20779073:21166484,20832939:21284813,20832998:21284316,20833006:21185445,20833037:21186666,20833043:21283832,20833053:21125365,20880569:2090728', 'assoc_mat': '20171946:ela:4209:21198286,20215674:ela:4209:21204628,20219535:ela:4209:21276379,20224378:ela:4209:21205182,20226939:ela:4209:21205458,20245938:ela:4209:21205818,20249728:ela:4209:21206580,20257109:ela:4209:21207184,20263700:ela:4209:21207623,20270889:ela:4209:21207708,20277684:ela:4209:21054699,20300842:ela:4209:21209701,20324553:ela:4209:21211379,20327793:ela:4209:21211637,20341995:ela:4209:21214514,20353379:ela:4209:21214718,20354708:ela:4209:21214470,20354711:ela:4209:21214695,20355355:ela:4209:21214353,20410111:ela:4209:21217469,20411272:ela:4209:21217457,20421518:ela:4209:21218109,20451769:ela:4209:21219105,20454229:ela:4209:21219234,20455316:ela:4209:21218969,20477525:ela:4209:21219913,20479234:ela:4209:21219944,20479473:ela:4209:21269529,20485444:ela:4209:21268379,20489623:ela:4209:21220141,20513203:ela:4209:21224950,20515633:ela:4209:21226581,20515635:ela:4209:21226714,20515637:ela:4209:21226903,20524360:ela:4209:21230627,20561523:ela:4209:21236057,20596786:ela:4209:21242276,20610318:ela:4209:2124580'}, {'unwanted_material': 'ela', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0009479522581942461, 'nb_photo': 2407, 'list_port_cont': '20168746,20170141,20173847,20174166,20178354,20178604,20184727,20200316,20203912,20206257,20209002,20209445,20217445,20218305,20220329,20223979,20226041,20226608,20227871,20229227,20247100,20259508,20264997,20296639,20332605,20334234,20337937,20339412,20340046,20345651,20350786,20351372,20353926,20355385,20358745,20360245,20360370,20360571,20361361,20362599,20362697,20363958,20364127,20364275,20365491,20365933,20366173,20367245,20367344,20368530,20368799,20369335,20370622,20395268,20400635,20402656,20407494,20411472,20416155,20419527,20422600,20438639,20442988,20443785,20444102,20452071,20455631,20456571,20470700,20475607,20476087,20477122,20480477,20483627,20486971,20487358,20490978,20492580,20493854,20493992,20505012,20506290,20506554,20506718,20507233,20514953,20516422,20518563,20522760,20525021,20525519,20546216,20549094,20551499,20553603,20558636,20565371,20567440,20577423,20580163,20597674,20599613,20603579,20606913,20607787,20609642,20611793,20613656,20617813,20623113,20623216,20631359,20633769,2063607', 'assoc_port': '20168058:20264997,20168492:20168746,20169287:20170141,20171950:20173847,20172748:20174166,20177140:20178354,20177547:20178604,20183126:20184727,20199782:20200316,20200514:20206257,20201665:20203912,20206393:20209445,20206396:20209002,20215665:20218305,20215671:20217445,20219533:20220329,20220268:20226608,20220270:20223979,20224384:20226041,20226942:20227871,20228246:20229227,20245966:20247100,20249724:20360245,20249727:20360370,20253023:20360571,20257111:20259508,20258543:20362697,20263701:20370622,20266081:20364275,20270891:20369335,20277682:20296639,20293713:20368799,20295679:20368530,20296493:20367344,20297024:20367245,20297026:20366173,20297653:20365933,20298063:20365491,20300871:20364127,20303263:20363958,20303271:20362599,20308453:20361361,20313891:20358745,20324554:20350786,20324561:20334234,20330845:20332605,20336407:20337937,20337414:20339412,20338546:20340046,20341992:20345651,20350378:20351372,20353380:20353926,20354709:20355385,20393269:20395268,20398810:20400635,20401674:20402656,20404210:2041952', 'assoc_mat': '20168058:ela:4211:20264997,20168492:ela:4211:20168746,20169287:ela:4211:20170141,20171950:ela:4211:20173847,20172748:ela:4211:20174166,20177140:ela:4211:20178354,20177547:ela:4211:20178604,20183126:ela:4211:20184727,20199782:ela:4211:20200316,20200514:ela:4211:20206257,20201665:ela:4211:20203912,20206393:ela:4211:20209445,20206396:ela:4211:20209002,20215665:ela:4211:20218305,20215671:ela:4211:20217445,20219533:ela:4211:20220329,20220268:ela:4211:20226608,20220270:ela:4211:20223979,20224384:ela:4211:20226041,20226942:ela:4211:20227871,20228246:ela:4211:20229227,20245966:ela:4211:20247100,20249724:ela:4211:20360245,20249727:ela:4211:20360370,20253023:ela:4211:20360571,20257111:ela:4211:20259508,20258543:ela:4211:20362697,20263701:ela:4211:20370622,20266081:ela:4211:20364275,20270891:ela:4211:20369335,20277682:ela:4211:20296639,20293713:ela:4211:20368799,20295679:ela:4211:20368530,20296493:ela:4211:20367344,20297024:ela:4211:20367245,20297026:ela:4211:20366173,20297653:ela:4211:20365933,20298063:ela:4211:2036549'}, {'unwanted_material': 'etiquette', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.00020117403878260222, 'nb_photo': 2, 'list_port_cont': '20709057', 'assoc_port': '20685069:20709057', 'assoc_mat': '20685069:etiquette:4205:20709057'}, {'unwanted_material': 'etiquette', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.00021762425777289738, 'nb_photo': 155, 'list_port_cont': '20297169,20355873,20362956,20379894,20383268,20389342,20451284,20476665,20479605,20480101,20493739,20494526,20514607,20531318,20557657,20586557,20604134,20654742,20716014,20727292,20728260,20747397,20786042,20854619,20870334,20871181,20873490,20898828,20930515,20942030,20942865,20976500,21182377,21183260,21200450,21202851,21204565,21211656,21213384,21220175,21235765,21250814,21253560,21299039,21309287,21342347', 'assoc_port': '20171947:20297169,20228245:20355873,20262031:20362956,20291011:20379894,20297655:20383268,20308443:20389342,20398812:20451284,20421532:20493739,20441872:20476665,20451766:20480101,20470424:20494526,20479233:20479605,20505111:20514607,20519774:20531318,20549743:20557657,20573401:20586557,20602371:20604134,20634828:20654742,20703033:20716014,20718502:20727292,20720594:20728260,20732078:20747397,20780559:20786042,20832985:20870334,20833038:20873490,20836981:20854619,20845542:20871181,20882059:20930515,20888117:20898828,20919369:20942865,20927010:20942030,20966339:20976500,21001284:21200450,21001694:21211656,21001717:21213384,21053272:21202851,21053297:21204565,21055192:21220175,21056532:21235765,21059205:21342347,21059359:21250814,21059806:21253560,21120302:21299039,21122482:21182377,21123359:21183260,21124048:21309287', 'assoc_mat': '20171947:etiquette:4203:20297169,20228245:etiquette:4203:20355873,20262031:etiquette:4203:20362956,20291011:etiquette:4203:20379894,20297655:etiquette:4203:20383268,20308443:etiquette:4203:20389342,20398812:etiquette:4203:20451284,20421532:etiquette:4203:20493739,20441872:etiquette:4203:20476665,20451766:etiquette:4203:20480101,20470424:etiquette:4203:20494526,20479233:etiquette:4203:20479605,20505111:etiquette:4203:20514607,20519774:etiquette:4203:20531318,20549743:etiquette:4203:20557657,20573401:etiquette:4203:20586557,20602371:etiquette:4203:20604134,20634828:etiquette:4203:20654742,20703033:etiquette:4203:20716014,20718502:etiquette:4203:20727292,20720594:etiquette:4203:20728260,20732078:etiquette:4203:20747397,20780559:etiquette:4203:20786042,20832985:etiquette:4203:20870334,20833038:etiquette:4203:20873490,20836981:etiquette:4203:20854619,20845542:etiquette:4203:20871181,20882059:etiquette:4203:20930515,20888117:etiquette:4203:20898828,20919369:etiquette:4203:20942865,20927010:etiquette:4203:20942030,2'}, {'unwanted_material': 'etiquette', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.00011930739674350417, 'nb_photo': 9, 'list_port_cont': '20607994,20834843,20967676,21002795,21130250,21131687,21132819,21208233,21209114', 'assoc_port': '20607822:20607994,20834196:20834843,20966344:20967676,21002727:21002795,21054289:21208233,21054614:21130250,21059250:21132819,21059804:21131687,21122399:21209114', 'assoc_mat': '20607822:etiquette:4207:20607994,20834196:etiquette:4207:20834843,20966344:etiquette:4207:20967676,21002727:etiquette:4207:21002795,21054289:etiquette:4207:21208233,21054614:etiquette:4207:21130250,21059250:etiquette:4207:21132819,21059804:etiquette:4207:21131687,21122399:etiquette:4207:21209114'}, {'unwanted_material': 'etiquette', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.001176543191851201, 'nb_photo': 5, 'list_port_cont': '20880297,21181397,21218437,21321844', 'assoc_port': '20838637:20880297,21054601:21218437,21122469:21181397,21125613:21321844', 'assoc_mat': '20838637:etiquette:4461:20880297,21054601:etiquette:4461:21218437,21122469:etiquette:4461:21181397,21125613:etiquette:4461:21321844'}, {'unwanted_material': 'etiquette', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.0016716453029158485, 'nb_photo': 130, 'list_port_cont': '20177845,20185083,20193223,20203774,20209702,20335615,20401446,20403610,20411737,20442752,20478171,20886117,20888069,20924079,21001539,21001626,21001774,21055807,21128330,21128504,21129386,21181312,21198083,21198586,21202302,21203385,21211153,21211750', 'assoc_port': '20177146:20177845,20183122:20185083,20192831:20193223,20202891:20203774,20209116:20209702,20334539:20335615,20398811:20401446,20403539:20403610,20410110:20411737,20441869:20442752,20477526:20478171,20885734:20886117,20886997:20888069,20920476:20924079,21001223:21198083,21001225:21211153,21001229:21198586,21001231:21128504,21001236:21128330,21001263:21001774,21001270:21001626,21001275:21001539,21001733:21129386,21053270:21202302,21053282:21203385,21054644:21055807,21122472:21181312,21124036:21211750', 'assoc_mat': '20177146:etiquette:4200:20177845,20183122:etiquette:4200:20185083,20192831:etiquette:4200:20193223,20202891:etiquette:4200:20203774,20209116:etiquette:4200:20209702,20334539:etiquette:4200:20335615,20398811:etiquette:4200:20401446,20403539:etiquette:4200:20403610,20410110:etiquette:4200:20411737,20441869:etiquette:4200:20442752,20477526:etiquette:4200:20478171,20885734:etiquette:4200:20886117,20886997:etiquette:4200:20888069,20920476:etiquette:4200:20924079,21001223:etiquette:4200:21198083,21001225:etiquette:4200:21211153,21001229:etiquette:4200:21198586,21001231:etiquette:4200:21128504,21001236:etiquette:4200:21128330,21001263:etiquette:4200:21001774,21001270:etiquette:4200:21001626,21001275:etiquette:4200:21001539,21001733:etiquette:4200:21129386,21053270:etiquette:4200:21202302,21053282:etiquette:4200:21203385,21054644:etiquette:4200:21055807,21122472:etiquette:4200:21181312,21124036:etiquette:4200:21211750'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0002250479386639324, 'nb_photo': 4, 'list_port_cont': '20220184,20516387,20719746', 'assoc_port': '20219535:20220184,20515633:20516387,20718507:20719746', 'assoc_mat': '20219535:etiquette:4207:20220184,20515633:etiquette:4207:20516387,20718507:etiquette:4207:20719746'}, {'unwanted_material': 'etiquette', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0008574315368473532, 'nb_photo': 173, 'list_port_cont': '20896015,20910559,20910934,20929653,20930141,20942617,20975166,21125363,21129822,21131702,21163567,21165651,21166663,21166801,21180353,21180575,21182035,21182496,21182573,21183536,21185443,21186856,21190733,21190763,21191132,21191180,21191845,21191901,21193651,21194122,21194706,21194982,21195333,21195389,21198672,21198723,21200608,21202127,21202798,21202962,21204041,21204621,21205170,21206578,21207117,21207631,21207715,21208556,21209318,21209829,21210350,21210673,21211274,21211303,21211368,21211393,21211496,21211635,21214307,21214702,21214714,21217038,21217225,21217462,21217464,21217711,21218860,21218968,21218992,21219109,21219233,21219414,21219431,21219582,21219830,21219927,21220492,21220661,21220724,21220831,21221521,21224454,21225968,21226577,21226702,21227892,21229847,21230343,21232615,21234342,21236424,21238690,21239033,21239500,21240397,21240671,21240748,21242261,21242597,21243169,21243961,21244868,21245807,21246476,21246669,21246921,21248213,21249011,21249172,21252236,21253722,21255508,21257210,2125725', 'assoc_port': '20215674:21204621,20219535:21276395,20224378:21205170,20249728:21206578,20263700:21207631,20270889:21207715,20324553:21211368,20327793:21211635,20353379:21214714,20354711:21214702,20410111:21217464,20411272:21217462,20451769:21219109,20454229:21219233,20455316:21218968,20515633:21226577,20515635:21226702,20596786:21242261,20610318:21245807,20652563:21252236,20688365:21193651,20695689:21194706,20718513:21257256,20742145:21190733,20833006:21185443,20833043:21283842,20833053:21125363,20882063:20896015,20885736:20910559,20893167:20910934,20895535:20930141,20919367:20929653,20929134:20942617,20966323:20975166,21001227:21198723,21001230:21198672,21001265:21279040,21001285:21279823,21001287:21200608,21001691:21211393,21001696:21211496,21001729:21214307,21001743:21129822,21002591:21272092,21002640:21217038,21002683:21217225,21002714:21217711,21053264:21202127,21053271:21202798,21053274:21202962,21053280:21277048,21053290:21204041,21053301:21276367,21053305:21276000,21053308:21275486,21053720:21207117,21054293:2120855', 'assoc_mat': '20215674:etiquette:4209:21204621,20219535:etiquette:4209:21276395,20224378:etiquette:4209:21205170,20249728:etiquette:4209:21206578,20263700:etiquette:4209:21207631,20270889:etiquette:4209:21207715,20324553:etiquette:4209:21211368,20327793:etiquette:4209:21211635,20353379:etiquette:4209:21214714,20354711:etiquette:4209:21214702,20410111:etiquette:4209:21217464,20411272:etiquette:4209:21217462,20451769:etiquette:4209:21219109,20454229:etiquette:4209:21219233,20455316:etiquette:4209:21218968,20515633:etiquette:4209:21226577,20515635:etiquette:4209:21226702,20596786:etiquette:4209:21242261,20610318:etiquette:4209:21245807,20652563:etiquette:4209:21252236,20688365:etiquette:4209:21193651,20695689:etiquette:4209:21194706,20718513:etiquette:4209:21257256,20742145:etiquette:4209:21190733,20833006:etiquette:4209:21185443,20833043:etiquette:4209:21283842,20833053:etiquette:4209:21125363,20882063:etiquette:4209:20896015,20885736:etiquette:4209:20910559,20893167:etiquette:4209:20910934,20895535:etiquette:4209:20930141,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 4.985793394647603e-05, 'nb_photo': 282, 'list_port_cont': '20170135,20173846,20184728,20200321,20203915,20206252,20208992,20217452,20218311,20220326,20226605,20227866,20229215,20259502,20296642,20353918,20358748,20360243,20360364,20360557,20362701,20364115,20364282,20365489,20366168,20367352,20368522,20368803,20370614,20400640,20402660,20407495,20419521,20422611,20438628,20443002,20443783,20444109,20452073,20455628,20456572,20470695,20475617,20476090,20477118,20480488,20483623,20487364,20492573,20493985,20506275,20506725,20514948,20516415,20518562,20522749,20525019,20549098,20553592,20558622,20565373,20567435,20577412,20580162,20599624,20607780,20609638,20613646,20617819,20623221,20631362,20636078,20643553,20653573,20655377,20684924,20693233,20696876,20705110,20707261,20716672,20719040,20719370,20721815,20722345,20727732,20729982,20731416,20745389,20748900,20777167,20782311,20782649,20831376,20832833,20833848,20838194,20839806,20842579,20842799,20845120,20846501,20846982,20850021,20855648,20858357,20880187,20888044,20888548,20921467,20925129,20926354,20927442,2092984', 'assoc_port': '20169287:20170135,20171950:20173846,20183126:20184728,20199782:20200321,20200514:20206252,20201665:20203915,20206396:20208992,20215665:20218311,20215671:20217452,20219533:20220326,20220268:20226605,20226942:20227866,20228246:20229215,20249724:20360243,20249727:20360364,20253023:20360557,20257111:20259502,20258543:20362701,20263701:20370614,20266081:20364282,20277682:20296642,20293713:20368803,20295679:20368522,20296493:20367352,20297026:20366168,20298063:20365489,20300871:20364115,20313891:20358748,20353380:20353918,20398810:20400640,20401674:20402660,20404210:20419521,20404212:20407495,20422047:20422611,20436923:20438628,20441867:20443783,20441873:20443002,20443834:20444109,20450251:20452073,20454226:20455628,20455312:20456572,20470419:20470695,20474343:20476090,20474348:20475617,20476724:20477118,20479475:20480488,20481814:20483623,20485441:20487364,20492277:20492573,20493658:20493985,20505939:20506275,20506319:20506725,20513204:20514948,20515636:20516415,20517446:20518562,20522164:20522749,20524359:2052501', 'assoc_mat': '20169287:etiquette:4211:20170135,20171950:etiquette:4211:20173846,20183126:etiquette:4211:20184728,20199782:etiquette:4211:20200321,20200514:etiquette:4211:20206252,20201665:etiquette:4211:20203915,20206396:etiquette:4211:20208992,20215665:etiquette:4211:20218311,20215671:etiquette:4211:20217452,20219533:etiquette:4211:20220326,20220268:etiquette:4211:20226605,20226942:etiquette:4211:20227866,20228246:etiquette:4211:20229215,20249724:etiquette:4211:20360243,20249727:etiquette:4211:20360364,20253023:etiquette:4211:20360557,20257111:etiquette:4211:20259502,20258543:etiquette:4211:20362701,20263701:etiquette:4211:20370614,20266081:etiquette:4211:20364282,20277682:etiquette:4211:20296642,20293713:etiquette:4211:20368803,20295679:etiquette:4211:20368522,20296493:etiquette:4211:20367352,20297026:etiquette:4211:20366168,20298063:etiquette:4211:20365489,20300871:etiquette:4211:20364115,20313891:etiquette:4211:20358748,20353380:etiquette:4211:20353918,20398810:etiquette:4211:20400640,20401674:etiquette:4211:20402660,2'}, {'unwanted_material': 'etiquette', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0005662289384448891, 'nb_photo': 23, 'list_port_cont': '20229873,20257447,20402652,20415891,20479431,20501390,20506558,20508482,20515521,20700439,20727791,20921723,21054683,21056359', 'assoc_port': '20228243:20229873,20254304:20257447,20401648:20402652,20414609:20415891,20479231:20479431,20500511:20501390,20506320:20506558,20507534:20508482,20513202:20515521,20699110:20700439,20726745:20727791,20920475:20921723,21053756:21054683,21054593:21056359', 'assoc_mat': '20228243:etiquette:3327:20229873,20254304:etiquette:3327:20257447,20401648:etiquette:3327:20402652,20414609:etiquette:3327:20415891,20479231:etiquette:3327:20479431,20500511:etiquette:3327:20501390,20506320:etiquette:3327:20506558,20507534:etiquette:3327:20508482,20513202:etiquette:3327:20515521,20699110:etiquette:3327:20700439,20726745:etiquette:3327:20727791,20920475:etiquette:3327:20921723,21053756:etiquette:3327:21054683,21054593:etiquette:3327:21056359'}, {'unwanted_material': 'film_plastique', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.01122535512867925, 'nb_photo': 367, 'list_port_cont': '20345893,20382456,20384580,20410413,20419443,20436298,20447916,20466591,20469148,20478296,20495677,20503203,20515100,20529697,20583893,20584257,20586226,20601101,20627248,20649205,20658802,20675829,20709055,20709644,20727234,20728054,20784157,20787013,20840126,20847627,20854360,20872677,20880492,20880644,20910997,20919476,20931940,20975679,21183096,21193354,21200248,21204915,21206163,21208534,21211939,21217185,21219658,21221509,21246158,21308254', 'assoc_port': '20204921:20345893,20266098:20436298,20296337:20382456,20303275:20384580,20326810:20410413,20338549:20419443,20392276:20447916,20414608:20466591,20431076:20495677,20445955:20478296,20469015:20469148,20485440:20503203,20505940:20515100,20517445:20529697,20553045:20583893,20561522:20584257,20570272:20586226,20600235:20601101,20612113:20627248,20630388:20658802,20640602:20649205,20672165:20675829,20685069:20709055,20699111:20709644,20718506:20727234,20720578:20728054,20776158:20784157,20781905:20787013,20832929:20840126,20833007:20847627,20836985:20854360,20841933:20880492,20848242:20872677,20880568:20880644,20886151:20910997,20888388:20919476,20924209:20931940,20966334:20975679,21001280:21200248,21001716:21211939,21002710:21217185,21053303:21204915,21053711:21206163,21054296:21208534,21055166:21219658,21055579:21221509,21058334:21246158,21123363:21183096,21124053:21308254,21125601:21193354', 'assoc_mat': '20204921:film_plastique:4205:20345893,20266098:film_plastique:4205:20436298,20296337:film_plastique:4205:20382456,20303275:film_plastique:4205:20384580,20326810:film_plastique:4205:20410413,20338549:film_plastique:4205:20419443,20392276:film_plastique:4205:20447916,20414608:film_plastique:4205:20466591,20431076:film_plastique:4205:20495677,20445955:film_plastique:4205:20478296,20469015:film_plastique:4205:20469148,20485440:film_plastique:4205:20503203,20505940:film_plastique:4205:20515100,20517445:film_plastique:4205:20529697,20553045:film_plastique:4205:20583893,20561522:film_plastique:4205:20584257,20570272:film_plastique:4205:20586226,20600235:film_plastique:4205:20601101,20612113:film_plastique:4205:20627248,20630388:film_plastique:4205:20658802,20640602:film_plastique:4205:20649205,20672165:film_plastique:4205:20675829,20685069:film_plastique:4205:20709055,20699111:film_plastique:4205:20709644,20718506:film_plastique:4205:20727234,20720578:film_plastique:4205:20728054,20776158:film_plastique:4205:2078415'}, {'unwanted_material': 'film_plastique', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.002910658064184159, 'nb_photo': 615, 'list_port_cont': '20297168,20355874,20360472,20362948,20379884,20383275,20389336,20426354,20451285,20464653,20476673,20479594,20480113,20493738,20494531,20514598,20522623,20531312,20557671,20586568,20604144,20619395,20654739,20701974,20716012,20727298,20728266,20747395,20786044,20854620,20870347,20871180,20873491,20898826,20930527,20942019,20942860,20976502,21182370,21183264,21200452,21202853,21204562,21211666,21213395,21220176,21235772,21250818,21253552,21299029,21309298,21342352', 'assoc_port': '20171947:20297168,20228245:20355874,20251677:20360472,20262031:20362948,20291011:20379884,20297655:20383275,20308443:20389336,20354704:20426354,20398812:20451285,20410109:20464653,20421532:20493738,20441872:20476673,20451766:20480113,20470424:20494531,20479233:20479594,20505111:20514598,20510744:20522623,20519774:20531312,20549743:20557671,20573401:20586568,20602371:20604144,20610319:20619395,20634828:20654739,20692234:20701974,20703033:20716012,20718502:20727298,20720594:20728266,20732078:20747395,20780559:20786044,20832985:20870347,20833038:20873491,20836981:20854620,20845542:20871180,20882059:20930527,20888117:20898826,20919369:20942860,20927010:20942019,20966339:20976502,21001284:21200452,21001694:21211666,21001717:21213395,21053272:21202853,21053297:21204562,21055192:21220176,21056532:21235772,21059205:21342352,21059359:21250818,21059806:21253552,21120302:21299029,21122482:21182370,21123359:21183264,21124048:21309298', 'assoc_mat': '20171947:film_plastique:4203:20297168,20228245:film_plastique:4203:20355874,20251677:film_plastique:4203:20360472,20262031:film_plastique:4203:20362948,20291011:film_plastique:4203:20379884,20297655:film_plastique:4203:20383275,20308443:film_plastique:4203:20389336,20354704:film_plastique:4203:20426354,20398812:film_plastique:4203:20451285,20410109:film_plastique:4203:20464653,20421532:film_plastique:4203:20493738,20441872:film_plastique:4203:20476673,20451766:film_plastique:4203:20480113,20470424:film_plastique:4203:20494531,20479233:film_plastique:4203:20479594,20505111:film_plastique:4203:20514598,20510744:film_plastique:4203:20522623,20519774:film_plastique:4203:20531312,20549743:film_plastique:4203:20557671,20573401:film_plastique:4203:20586568,20602371:film_plastique:4203:20604144,20610319:film_plastique:4203:20619395,20634828:film_plastique:4203:20654739,20692234:film_plastique:4203:20701974,20703033:film_plastique:4203:20716012,20718502:film_plastique:4203:20727298,20720594:film_plastique:4203:2072826'}, {'unwanted_material': 'film_plastique', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0031303101745931636, 'nb_photo': 920, 'list_port_cont': '20168695,20173982,20252805,20442979,20456327,20472424,20478087,20478279,20506130,20550578,20553629,20599250,20603140,20608000,20630984,20631759,20671623,20673774,20681474,20692668,20718495,20779975,20833099,20834830,20838983,20878346,20880363,20880651,20882209,20886238,20888457,20888973,20889284,20892399,20892880,20895770,20916037,20917573,20919653,20924690,20925823,20927046,20929948,20966457,20966512,20967671,20967715,20968173,20968224,21001537,21001751,21001988,21002138,21002602,21053634,21053764,21054023,21054717,21054807,21055220,21056290,21056315,21056375,21059030,21060467,21061055,21120487,21120632,21123328,21123397,21123779,21124088,21124410,21124860,21125171,21125254,21126193,21126282,21127015,21127680,21128179,21128195,21128313,21128726,21128831,21129010,21129059,21129116,21129367,21129577,21129711,21129917,21129971,21130253,21130349,21130404,21130450,21130532,21130598,21130718,21130994,21131361,21131494,21131544,21131678,21131755,21132104,21132147,21132284,21132435,21132603,21132726,21132827,2113289', 'assoc_port': '20168493:20168695,20172747:20173982,20251679:20252805,20441871:20442979,20455313:20456327,20471727:20472424,20477524:20478279,20477528:20478087,20505938:20506130,20547838:20550578,20551963:20553629,20598618:20599250,20602370:20603140,20607822:20608000,20630386:20630984,20631043:20631759,20671424:20671623,20673657:20673774,20680377:20681474,20692247:20692668,20717940:20718495,20779601:20779975,20832405:20833099,20834196:20834830,20838639:20838983,20877876:20878346,20880237:20880363,20880567:20880651,20882062:20882209,20886147:20886238,20888387:20888457,20888766:20889284,20888780:20888973,20891551:20892880,20891558:20892399,20895538:20895770,20915461:20916037,20916992:20917573,20919370:20919653,20924210:20924690,20925359:20925823,20927005:20927046,20929767:20929948,20966321:20968224,20966331:20968173,20966337:20967715,20966344:20967671,20966351:20966512,20966357:20966457,21001226:21198532,21001232:21198699,21001261:21199193,21001268:21199738,21001272:21199763,21001277:21199818,21001278:21128313,21001281:2100175', 'assoc_mat': '20168493:film_plastique:4207:20168695,20172747:film_plastique:4207:20173982,20251679:film_plastique:4207:20252805,20441871:film_plastique:4207:20442979,20455313:film_plastique:4207:20456327,20471727:film_plastique:4207:20472424,20477524:film_plastique:4207:20478279,20477528:film_plastique:4207:20478087,20505938:film_plastique:4207:20506130,20547838:film_plastique:4207:20550578,20551963:film_plastique:4207:20553629,20598618:film_plastique:4207:20599250,20602370:film_plastique:4207:20603140,20607822:film_plastique:4207:20608000,20630386:film_plastique:4207:20630984,20631043:film_plastique:4207:20631759,20671424:film_plastique:4207:20671623,20673657:film_plastique:4207:20673774,20680377:film_plastique:4207:20681474,20692247:film_plastique:4207:20692668,20717940:film_plastique:4207:20718495,20779601:film_plastique:4207:20779975,20832405:film_plastique:4207:20833099,20834196:film_plastique:4207:20834830,20838639:film_plastique:4207:20838983,20877876:film_plastique:4207:20878346,20880237:film_plastique:4207:2088036'}, {'unwanted_material': 'film_plastique', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.7571344878512761, 'nb_photo': 8179, 'list_port_cont': '20371588,20377703,20384278,20388692,20410514,20412365,20424356,20435565,20438442,20465203,20466970,20493105,20493881,20507386,20510613,20512327,20512808,20514537,20552852,20557927,20584361,20584427,20585246,20586355,20586631,20618939,20626051,20627062,20640621,20643963,20671547,20673304,20690448,20691800,20698864,20702475,20727567,20747615,20750431,20752275,20784289,20786130,20787359,20830713,20845485,20847021,20848356,20877669,20880299,20895239,20908818,20910073,20916127,20919104,20920352,20925566,20927293,20929983,20935443,20938848,20941833,20942668,20949487,20976975,20977152,20995432,20995781,21003157,21160988,21163338,21164902,21165847,21166387,21176817,21177921,21178967,21180583,21181019,21181385,21183218,21183789,21184742,21186018,21189131,21189988,21190571,21190927,21191470,21191639,21192641,21193260,21195150,21195490,21198404,21199032,21199481,21200159,21200361,21200502,21201216,21201995,21202460,21203197,21204001,21204377,21204799,21205494,21205731,21205976,21206388,21206924,21207062,21207273,2120743', 'assoc_port': '20262011:20435565,20270432:20371588,20270890:20438442,20277680:20377703,20300840:20384278,20308445:20388692,20323457:20493105,20324556:20466970,20326809:20410514,20331795:20412365,20351126:20424356,20411273:20465203,20469231:20493881,20475362:20507386,20479476:20514537,20487793:20512327,20502149:20510613,20504795:20512808,20524358:20552852,20555729:20557927,20562533:20584427,20562536:20584361,20566749:20585246,20570275:20586355,20576082:20586631,20610315:20618939,20617899:20627062,20623011:20626051,20631045:20640621,20637040:20643963,20645280:20671547,20649581:20673304,20675611:20702475,20677297:20690448,20688364:20698864,20690028:20691800,20718544:20727567,20727289:20747615,20734875:20750431,20748609:20752275,20777278:20784289,20780598:20786130,20782291:20787359,20827591:20830713,20832993:20845485,20833003:20847021,20833051:20848356,20838637:20880299,20854906:20877669,20886148:20916127,20886150:20895239,20886996:20935443,20888383:20919104,20888391:20920352,20889872:20908818,20891559:20938848,20892353:2091007', 'assoc_mat': '20262011:film_plastique:4461:20435565,20270432:film_plastique:4461:20371588,20270890:film_plastique:4461:20438442,20277680:film_plastique:4461:20377703,20300840:film_plastique:4461:20384278,20308445:film_plastique:4461:20388692,20323457:film_plastique:4461:20493105,20324556:film_plastique:4461:20466970,20326809:film_plastique:4461:20410514,20331795:film_plastique:4461:20412365,20351126:film_plastique:4461:20424356,20411273:film_plastique:4461:20465203,20469231:film_plastique:4461:20493881,20475362:film_plastique:4461:20507386,20479476:film_plastique:4461:20514537,20487793:film_plastique:4461:20512327,20502149:film_plastique:4461:20510613,20504795:film_plastique:4461:20512808,20524358:film_plastique:4461:20552852,20555729:film_plastique:4461:20557927,20562533:film_plastique:4461:20584427,20562536:film_plastique:4461:20584361,20566749:film_plastique:4461:20585246,20570275:film_plastique:4461:20586355,20576082:film_plastique:4461:20586631,20610315:film_plastique:4461:20618939,20617899:film_plastique:4461:2062706'}, {'unwanted_material': 'film_plastique', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.013085258017904042, 'nb_photo': 2974, 'list_port_cont': '20226915,20228132,20257576,20272204,20278014,20278098,20291817,20296511,20308343,20309970,20325350,20334124,20334301,20335606,20352692,20355412,20401439,20403596,20411740,20412835,20416187,20419450,20421820,20434611,20441340,20442743,20453694,20457586,20461385,20469060,20470524,20478172,20482513,20486364,20501273,20504928,20512282,20523239,20523488,20557181,20562357,20597229,20597531,20600836,20608106,20609424,20617521,20618712,20632672,20633468,20636997,20675301,20678154,20696829,20703477,20703655,20709272,20709352,20715918,20718450,20728061,20729154,20729999,20731266,20732366,20777119,20779687,20779748,20781857,20782733,20833762,20833968,20838553,20840024,20840891,20843643,20845985,20847771,20848497,20882252,20882446,20886126,20887412,20887951,20888068,20888475,20888604,20889839,20890183,20890479,20892021,20893003,20893106,20893433,20895489,20916146,20922796,20924081,20925482,20927069,20930015,20931240,20966474,20971060,20971303,20974043,20975459,21001548,21001629,21001767,21001957,21002031,21002412,2100290', 'assoc_port': '20224380:20226915,20226941:20228132,20254278:20272204,20257117:20257576,20277674:20278098,20277678:20278014,20291009:20291817,20296336:20296511,20307290:20308343,20308451:20309970,20324562:20325350,20330842:20334301,20331821:20334124,20334539:20335606,20351129:20352692,20354712:20355412,20398811:20401439,20403539:20403596,20407606:20412835,20410110:20411740,20414615:20416187,20418291:20419450,20421527:20421820,20433553:20434611,20436920:20441340,20441869:20442743,20451768:20453694,20455315:20457586,20460488:20461385,20469016:20469060,20470421:20470524,20477526:20478172,20479472:20482513,20485445:20486364,20500513:20501273,20504796:20504928,20510743:20512282,20522136:20523239,20522902:20523488,20555730:20557181,20561529:20562357,20596784:20597531,20596787:20597229,20600236:20600836,20607820:20608106,20608556:20609424,20616936:20617521,20617896:20618712,20631044:20632672,20632057:20633468,20636733:20636997,20675069:20675301,20677303:20678154,20690024:20696829,20699101:20709352,20699105:20709272,20699109:2070347', 'assoc_mat': '20224380:film_plastique:4200:20226915,20226941:film_plastique:4200:20228132,20254278:film_plastique:4200:20272204,20257117:film_plastique:4200:20257576,20277674:film_plastique:4200:20278098,20277678:film_plastique:4200:20278014,20291009:film_plastique:4200:20291817,20296336:film_plastique:4200:20296511,20307290:film_plastique:4200:20308343,20308451:film_plastique:4200:20309970,20324562:film_plastique:4200:20325350,20330842:film_plastique:4200:20334301,20331821:film_plastique:4200:20334124,20334539:film_plastique:4200:20335606,20351129:film_plastique:4200:20352692,20354712:film_plastique:4200:20355412,20398811:film_plastique:4200:20401439,20403539:film_plastique:4200:20403596,20407606:film_plastique:4200:20412835,20410110:film_plastique:4200:20411740,20414615:film_plastique:4200:20416187,20418291:film_plastique:4200:20419450,20421527:film_plastique:4200:20421820,20433553:film_plastique:4200:20434611,20436920:film_plastique:4200:20441340,20441869:film_plastique:4200:20442743,20451768:film_plastique:4200:2045369'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.003361151830967507, 'nb_photo': 380, 'list_port_cont': '20172610,20218089,20220183,20225455,20225588,20227679,20246753,20250398,20257659,20264731,20273851,20277986,20326610,20328523,20343732,20353491,20355279,20355418,20355599,20410952,20412714,20421668,20452946,20454743,20456165,20479354,20480149,20486031,20491232,20514501,20516336,20516393,20562681,20597349,20610628,20678666,20682226,20696411,20709287,20709335,20719396,20719741,20728083,20779345,20779550,20833532,20833739,20834592,20845569,20847220,20854530', 'assoc_port': '20171946:20172610,20215674:20218089,20219535:20220183,20224378:20225588,20224381:20225455,20226939:20227679,20245938:20246753,20249728:20250398,20257109:20257659,20263700:20264731,20270889:20273851,20277684:20277986,20324553:20326610,20327793:20328523,20341995:20343732,20353379:20353491,20354708:20355418,20354711:20355279,20355355:20355599,20410111:20410952,20411272:20412714,20421518:20421668,20451769:20452946,20454229:20454743,20455316:20456165,20479234:20479354,20479473:20480149,20485444:20486031,20489623:20491232,20513203:20514501,20515633:20516393,20515635:20516336,20561523:20562681,20596786:20597349,20610318:20610628,20677302:20678666,20680363:20682226,20695689:20696411,20699102:20709287,20699104:20709335,20718507:20719741,20718513:20719396,20727919:20728083,20779070:20779550,20779073:20779345,20832939:20854530,20832998:20845569,20833006:20847220,20833037:20834592,20833043:20833739,20833053:20833532', 'assoc_mat': '20171946:film_plastique:4207:20172610,20215674:film_plastique:4207:20218089,20219535:film_plastique:4207:20220183,20224378:film_plastique:4207:20225588,20224381:film_plastique:4207:20225455,20226939:film_plastique:4207:20227679,20245938:film_plastique:4207:20246753,20249728:film_plastique:4207:20250398,20257109:film_plastique:4207:20257659,20263700:film_plastique:4207:20264731,20270889:film_plastique:4207:20273851,20277684:film_plastique:4207:20277986,20324553:film_plastique:4207:20326610,20327793:film_plastique:4207:20328523,20341995:film_plastique:4207:20343732,20353379:film_plastique:4207:20353491,20354708:film_plastique:4207:20355418,20354711:film_plastique:4207:20355279,20355355:film_plastique:4207:20355599,20410111:film_plastique:4207:20410952,20411272:film_plastique:4207:20412714,20421518:film_plastique:4207:20421668,20451769:film_plastique:4207:20452946,20454229:film_plastique:4207:20454743,20455316:film_plastique:4207:20456165,20479234:film_plastique:4207:20479354,20479473:film_plastique:4207:2048014'}, {'unwanted_material': 'film_plastique', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02411563484028056, 'nb_photo': 1286, 'list_port_cont': '20894590,20896005,20896564,20898849,20907039,20907087,20907286,20909052,20909092,20910572,20910924,20919287,20919296,20929657,20930143,20931573,20941755,20941817,20942621,20942694,20966535,20974631,20975557,20976378,20976543,20995599,21054703,21129430,21129818,21131700,21161012,21161141,21161199,21162461,21163565,21163740,21164018,21164756,21165148,21165649,21165808,21166490,21166586,21166677,21166776,21166804,21167001,21167209,21176124,21176236,21176471,21176665,21177083,21177374,21178412,21180229,21180339,21180448,21180571,21180678,21181451,21181604,21181830,21182032,21182198,21182504,21182584,21182972,21183530,21184868,21185449,21186456,21186656,21186869,21187704,21187859,21187907,21188458,21188649,21189198,21189446,21189965,21190309,21190528,21190731,21190776,21191125,21191172,21191781,21191853,21191903,21192002,21192183,21192338,21192431,21193582,21193658,21194116,21194287,21194323,21194653,21194709,21194987,21195271,21195335,21195388,21195444,21195606,21198289,21198674,21198713,21198785,21198974,2120032', 'assoc_port': '20171946:21198289,20215674:21204627,20219535:21276385,20224378:21205174,20226939:21205462,20245938:21205822,20249728:21206583,20257109:21207181,20263700:21207630,20270889:21207711,20277684:21054703,20324553:21211380,20327793:21211642,20341995:21214518,20353379:21214709,20354708:21214467,20354711:21214699,20355355:21214356,20410111:21217467,20411272:21217451,20421518:21218112,20451769:21219097,20454229:21219230,20455316:21218964,20477525:21219905,20479234:21219940,20479473:21269534,20485444:21268373,20489623:21220145,20513203:21224939,20515633:21226567,20515635:21226715,20515637:21226908,20524360:21230629,20561523:21236049,20596786:21242264,20610318:21245798,20652563:21252223,20677302:21255557,20680363:21192338,20688365:21193658,20695689:21194709,20699102:21194323,20699104:21194287,20718507:21256536,20718513:21257264,20727919:21190528,20742145:21190731,20779070:21289730,20779073:21166490,20832939:21284815,20832998:21284310,20833006:21185449,20833037:21186656,20833043:21283831,20880569:20907286,20882063:2089600', 'assoc_mat': '20171946:film_plastique:4209:21198289,20215674:film_plastique:4209:21204627,20219535:film_plastique:4209:21276385,20224378:film_plastique:4209:21205174,20226939:film_plastique:4209:21205462,20245938:film_plastique:4209:21205822,20249728:film_plastique:4209:21206583,20257109:film_plastique:4209:21207181,20263700:film_plastique:4209:21207630,20270889:film_plastique:4209:21207711,20277684:film_plastique:4209:21054703,20324553:film_plastique:4209:21211380,20327793:film_plastique:4209:21211642,20341995:film_plastique:4209:21214518,20353379:film_plastique:4209:21214709,20354708:film_plastique:4209:21214467,20354711:film_plastique:4209:21214699,20355355:film_plastique:4209:21214356,20410111:film_plastique:4209:21217467,20411272:film_plastique:4209:21217451,20421518:film_plastique:4209:21218112,20451769:film_plastique:4209:21219097,20454229:film_plastique:4209:21219230,20455316:film_plastique:4209:21218964,20477525:film_plastique:4209:21219905,20479234:film_plastique:4209:21219940,20479473:film_plastique:4209:2126953'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.02282899036334486, 'nb_photo': 6, 'list_port_cont': '20550177', 'assoc_port': '20549748:20550177', 'assoc_mat': '20549748:film_plastique:4200:20550177'}, {'unwanted_material': 'film_plastique', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.002925506946693671, 'nb_photo': 8268, 'list_port_cont': '20168753,20170142,20173850,20174160,20178362,20178614,20184726,20200308,20203927,20206258,20209001,20209436,20217448,20218312,20220330,20223986,20226048,20226607,20227870,20229226,20247098,20259503,20265010,20296637,20332609,20334236,20337930,20339421,20340040,20345647,20350795,20351371,20353916,20355391,20358747,20360235,20360368,20360560,20361362,20362601,20362686,20363967,20364116,20364268,20365487,20365923,20366174,20367243,20367355,20368528,20368791,20369331,20370610,20395259,20400636,20402662,20407487,20411471,20416154,20419523,20422601,20438627,20442995,20443782,20444095,20452074,20455617,20456585,20470696,20475612,20476081,20477127,20480483,20483632,20486966,20487351,20490975,20492575,20493866,20493988,20505005,20506278,20506565,20506726,20507225,20516426,20518567,20522752,20525032,20525525,20546211,20549103,20551509,20553605,20565365,20567436,20577424,20580164,20597666,20599621,20603571,20606919,20607783,20609647,20611801,20613654,20617811,20623103,20623218,20631361,20633775,20636077,20637300,2064135', 'assoc_port': '20168058:20265010,20168492:20168753,20169287:20170142,20171950:20173850,20172748:20174160,20177140:20178362,20177547:20178614,20183126:20184726,20199782:20200308,20200514:20206258,20201665:20203927,20206393:20209436,20206396:20209001,20215665:20218312,20215671:20217448,20219533:20220330,20220268:20226607,20220270:20223986,20224384:20226048,20226942:20227870,20228246:20229226,20245966:20247098,20249724:20360235,20249727:20360368,20253023:20360560,20257111:20259503,20258543:20362686,20263701:20370610,20266081:20364268,20270891:20369331,20277682:20296637,20293713:20368791,20295679:20368528,20296493:20367355,20297024:20367243,20297026:20366174,20297653:20365923,20298063:20365487,20300871:20364116,20303263:20363967,20303271:20362601,20308453:20361362,20313891:20358747,20324554:20350795,20324561:20334236,20330845:20332609,20336407:20337930,20337414:20339421,20338546:20340040,20341992:20345647,20350378:20351371,20353380:20353916,20354709:20355391,20393269:20395259,20398810:20400636,20401674:20402662,20404210:2041952', 'assoc_mat': '20168058:film_plastique:4211:20265010,20168492:film_plastique:4211:20168753,20169287:film_plastique:4211:20170142,20171950:film_plastique:4211:20173850,20172748:film_plastique:4211:20174160,20177140:film_plastique:4211:20178362,20177547:film_plastique:4211:20178614,20183126:film_plastique:4211:20184726,20199782:film_plastique:4211:20200308,20200514:film_plastique:4211:20206258,20201665:film_plastique:4211:20203927,20206393:film_plastique:4211:20209436,20206396:film_plastique:4211:20209001,20215665:film_plastique:4211:20218312,20215671:film_plastique:4211:20217448,20219533:film_plastique:4211:20220330,20220268:film_plastique:4211:20226607,20220270:film_plastique:4211:20223986,20224384:film_plastique:4211:20226048,20226942:film_plastique:4211:20227870,20228246:film_plastique:4211:20229226,20245966:film_plastique:4211:20247098,20249724:film_plastique:4211:20360235,20249727:film_plastique:4211:20360368,20253023:film_plastique:4211:20360560,20257111:film_plastique:4211:20259503,20258543:film_plastique:4211:2036268'}, {'unwanted_material': 'kraft', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.0, 'nb_photo': 2, 'list_port_cont': '21207046', 'assoc_port': '21055171:21207046', 'assoc_mat': '21055171:kraft:4207:21207046'}, {'unwanted_material': 'kraft', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.013439733672751026, 'nb_photo': 1, 'list_port_cont': '21188657', 'assoc_port': '21124005:21188657', 'assoc_mat': '21124005:kraft:4209:21188657'}, {'unwanted_material': 'kraft', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.0012534073345113236, 'nb_photo': 69, 'list_port_cont': '20474478,20485568,20545334,20674277,20782322,20888267,20889475,20919429,21001891,21002745,21053597,21053778,21053828,21053960,21054631,21054799,21056080,21056189,21056632,21057711,21059819,21060149,21123856,21124456,21124573,21125845,21126241,21129267,21130514,21130740,21130851,21131078,21131305', 'assoc_port': '20474345:20474478,20485442:20485568,20544936:20545334,20674231:20674277,20782294:20782322,20888115:20888267,20888796:20889475,20919368:20919429,21001689:21002745,21001724:21001891,21053291:21053597,21053695:21053778,21053722:21053960,21053759:21053828,21054310:21054631,21054617:21054799,21055520:21057711,21055613:21056189,21055634:21056080,21056520:21056632,21058271:21130851,21058309:21131078,21058352:21130740,21059257:21131305,21059408:21060149,21059410:21059819,21122397:21130514,21123371:21123856,21123968:21125845,21124006:21124573,21124046:21124456,21125557:21129267,21125602:21126241', 'assoc_mat': '20474345:kraft:3726:20474478,20485442:kraft:3726:20485568,20544936:kraft:3726:20545334,20674231:kraft:3726:20674277,20782294:kraft:3726:20782322,20888115:kraft:3726:20888267,20888796:kraft:3726:20889475,20919368:kraft:3726:20919429,21001689:kraft:3726:21002745,21001724:kraft:3726:21001891,21053291:kraft:3726:21053597,21053695:kraft:3726:21053778,21053722:kraft:3726:21053960,21053759:kraft:3726:21053828,21054310:kraft:3726:21054631,21054617:kraft:3726:21054799,21055520:kraft:3726:21057711,21055613:kraft:3726:21056189,21055634:kraft:3726:21056080,21056520:kraft:3726:21056632,21058271:kraft:3726:21130851,21058309:kraft:3726:21131078,21058352:kraft:3726:21130740,21059257:kraft:3726:21131305,21059408:kraft:3726:21060149,21059410:kraft:3726:21059819,21122397:kraft:3726:21130514,21123371:kraft:3726:21123856,21123968:kraft:3726:21125845,21124006:kraft:3726:21124573,21124046:kraft:3726:21124456,21125557:kraft:3726:21129267,21125602:kraft:3726:21126241'}, {'unwanted_material': 'kraft', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0013136946045261917, 'nb_photo': 1, 'list_port_cont': '20781950', 'assoc_port': '20781478:20781950', 'assoc_mat': '20781478:kraft:4211:20781950'}, {'unwanted_material': 'metal', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.9548494364344068, 'nb_photo': 470, 'list_port_cont': '20345897,20382455,20384587,20410426,20419431,20436293,20447913,20466593,20469149,20478283,20495682,20503204,20515112,20529710,20583896,20584266,20586227,20601088,20627244,20649207,20658807,20675818,20709050,20709649,20727240,20784152,20840124,20847630,20854354,20872672,20880637,20910994,20931946,21200252,21204904,21206175,21208548,21211940,21217187,21219657,21221508,21246156,21308262', 'assoc_port': '20204921:20345897,20266098:20436293,20296337:20382455,20303275:20384587,20326810:20410426,20338549:20419431,20392276:20447913,20414608:20466593,20431076:20495682,20445955:20478283,20469015:20469149,20485440:20503204,20505940:20515112,20517445:20529710,20553045:20583896,20561522:20584266,20570272:20586227,20600235:20601088,20612113:20627244,20630388:20658807,20640602:20649207,20672165:20675818,20685069:20709050,20699111:20709649,20718506:20727240,20776158:20784152,20832929:20840124,20833007:20847630,20836985:20854354,20848242:20872672,20880568:20880637,20886151:20910994,20924209:20931946,21001280:21200252,21001716:21211940,21002710:21217187,21053303:21204904,21053711:21206175,21054296:21208548,21055166:21219657,21055579:21221508,21058334:21246156,21124053:21308262', 'assoc_mat': '20204921:metal:4205:20345897,20266098:metal:4205:20436293,20296337:metal:4205:20382455,20303275:metal:4205:20384587,20326810:metal:4205:20410426,20338549:metal:4205:20419431,20392276:metal:4205:20447913,20414608:metal:4205:20466593,20431076:metal:4205:20495682,20445955:metal:4205:20478283,20469015:metal:4205:20469149,20485440:metal:4205:20503204,20505940:metal:4205:20515112,20517445:metal:4205:20529710,20553045:metal:4205:20583896,20561522:metal:4205:20584266,20570272:metal:4205:20586227,20600235:metal:4205:20601088,20612113:metal:4205:20627244,20630388:metal:4205:20658807,20640602:metal:4205:20649207,20672165:metal:4205:20675818,20685069:metal:4205:20709050,20699111:metal:4205:20709649,20718506:metal:4205:20727240,20776158:metal:4205:20784152,20832929:metal:4205:20840124,20833007:metal:4205:20847630,20836985:metal:4205:20854354,20848242:metal:4205:20872672,20880568:metal:4205:20880637,20886151:metal:4205:20910994,20924209:metal:4205:20931946,21001280:metal:4205:21200252,21001716:metal:4205:21211940,21002710:'}, {'unwanted_material': 'metal', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.004044816554924274, 'nb_photo': 591, 'list_port_cont': '20297161,20355865,20360462,20362949,20379888,20383281,20389335,20426341,20451282,20464644,20476676,20479599,20480109,20493736,20494537,20514593,20531314,20557665,20586562,20604136,20654744,20701964,20716024,20727300,20728264,20747394,20786037,20854618,20870340,20871176,20873483,20898825,20930529,20942021,20942872,20976506,21182371,21183252,21200438,21202860,21204566,21211652,21213382,21220163,21235758,21250807,21253549,21299030,21309286,21342350', 'assoc_port': '20171947:20297161,20228245:20355865,20251677:20360462,20262031:20362949,20291011:20379888,20297655:20383281,20308443:20389335,20354704:20426341,20398812:20451282,20410109:20464644,20421532:20493736,20441872:20476676,20451766:20480109,20470424:20494537,20479233:20479599,20505111:20514593,20519774:20531314,20549743:20557665,20573401:20586562,20602371:20604136,20634828:20654744,20692234:20701964,20703033:20716024,20718502:20727300,20720594:20728264,20732078:20747394,20780559:20786037,20832985:20870340,20833038:20873483,20836981:20854618,20845542:20871176,20882059:20930529,20888117:20898825,20919369:20942872,20927010:20942021,20966339:20976506,21001284:21200438,21001694:21211652,21001717:21213382,21053272:21202860,21053297:21204566,21055192:21220163,21056532:21235758,21059205:21342350,21059359:21250807,21059806:21253549,21120302:21299030,21122482:21182371,21123359:21183252,21124048:21309286', 'assoc_mat': '20171947:metal:4203:20297161,20228245:metal:4203:20355865,20251677:metal:4203:20360462,20262031:metal:4203:20362949,20291011:metal:4203:20379888,20297655:metal:4203:20383281,20308443:metal:4203:20389335,20354704:metal:4203:20426341,20398812:metal:4203:20451282,20410109:metal:4203:20464644,20421532:metal:4203:20493736,20441872:metal:4203:20476676,20451766:metal:4203:20480109,20470424:metal:4203:20494537,20479233:metal:4203:20479599,20505111:metal:4203:20514593,20519774:metal:4203:20531314,20549743:metal:4203:20557665,20573401:metal:4203:20586562,20602371:metal:4203:20604136,20634828:metal:4203:20654744,20692234:metal:4203:20701964,20703033:metal:4203:20716024,20718502:metal:4203:20727300,20720594:metal:4203:20728264,20732078:metal:4203:20747394,20780559:metal:4203:20786037,20832985:metal:4203:20870340,20833038:metal:4203:20873483,20836981:metal:4203:20854618,20845542:metal:4203:20871176,20882059:metal:4203:20930529,20888117:metal:4203:20898825,20919369:metal:4203:20942872,20927010:metal:4203:20942021,20966339:'}, {'unwanted_material': 'metal', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.005047595098694252, 'nb_photo': 139, 'list_port_cont': '20252802,20442982,20456333,20472422,20478081,20478269,20506143,20550569,20553624,20599251,20630982,20631765,20671634,20681486,20718485,20779976,20833094,20834838,20880659,20886233,20889272,20892874,20895777,20916035,20919664,20924691,20925830,20926412,20967669,21001759,21001990,21002133,21002604,21002801,21056301,21059032,21061044,21123335,21123789,21124409,21124853,21125240,21127682,21128190,21128203,21129127,21130602,21131000,21131553,21132110,21132137,21132287,21132821,21132886,21133107,21135851,21136067,21136742,21160954,21162163,21182562,21187227,21192384,21192471,21192682,21199188,21199746,21199767,21201012,21201296,21202983,21206630,21206695,21206884,21206910,21207052,21207138,21207462,21207538,21207749,21208396,21208521,21208643,21208951,21209444', 'assoc_port': '20251679:20252802,20441871:20442982,20455313:20456333,20471727:20472422,20477524:20478269,20477528:20478081,20505938:20506143,20547838:20550569,20551963:20553624,20598618:20599251,20630386:20630982,20631043:20631765,20671424:20671634,20680377:20681486,20717940:20718485,20779601:20779976,20832405:20833094,20834196:20834838,20880567:20880659,20886147:20886233,20888766:20889272,20891551:20892874,20895538:20895777,20915461:20916035,20919370:20919664,20924210:20924691,20925354:20926412,20925359:20925830,20966344:20967669,21001261:21199188,21001268:21199746,21001272:21199767,21001281:21001759,21001712:21002604,21001714:21002133,21001720:21001990,21002727:21002801,21053255:21201012,21053257:21201296,21053275:21202983,21053717:21206630,21053719:21206910,21054295:21208521,21054300:21208396,21054313:21129127,21054592:21207749,21054600:21207538,21054606:21207462,21055163:21207138,21055171:21207052,21055178:21206884,21055510:21206695,21055516:21136742,21055581:21056301,21056519:21130602,21058231:21136067,21058269:2113585', 'assoc_mat': '20251679:metal:4207:20252802,20441871:metal:4207:20442982,20455313:metal:4207:20456333,20471727:metal:4207:20472422,20477524:metal:4207:20478269,20477528:metal:4207:20478081,20505938:metal:4207:20506143,20547838:metal:4207:20550569,20551963:metal:4207:20553624,20598618:metal:4207:20599251,20630386:metal:4207:20630982,20631043:metal:4207:20631765,20671424:metal:4207:20671634,20680377:metal:4207:20681486,20717940:metal:4207:20718485,20779601:metal:4207:20779976,20832405:metal:4207:20833094,20834196:metal:4207:20834838,20880567:metal:4207:20880659,20886147:metal:4207:20886233,20888766:metal:4207:20889272,20891551:metal:4207:20892874,20895538:metal:4207:20895777,20915461:metal:4207:20916035,20919370:metal:4207:20919664,20924210:metal:4207:20924691,20925354:metal:4207:20926412,20925359:metal:4207:20925830,20966344:metal:4207:20967669,21001261:metal:4207:21199188,21001268:metal:4207:21199746,21001272:metal:4207:21199767,21001281:metal:4207:21001759,21001712:metal:4207:21002604,21001714:metal:4207:21002133,21001720:'}, {'unwanted_material': 'metal', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007495232504400903, 'nb_photo': 39, 'list_port_cont': '20410507,20493877,20557925,20586637,20727565,20747613,20750428,20787365,20877659,21003153,21164898,21176813,21198403,21200162,21200494,21202458,21214567,21216076,21216803,21217337,21219243,21220797,21224451,21231916,21242537,21254197,21304982,21319161,21321846,21324135', 'assoc_port': '20326809:20410507,20469231:20493877,20555729:20557925,20576082:20586637,20718544:20727565,20727289:20747613,20734875:20750428,20782291:20787365,20854906:20877659,21001224:21198403,21001271:21200162,21001286:21200494,21001736:21214567,21002620:21216076,21002634:21216803,21002641:21217337,21002728:21003153,21053268:21202458,21053302:21319161,21054640:21219243,21055518:21220797,21055633:21224451,21056506:21231916,21058225:21242537,21059811:21254197,21059897:21304982,21120290:21164898,21120310:21324135,21122347:21176813,21125613:21321846', 'assoc_mat': '20326809:metal:4461:20410507,20469231:metal:4461:20493877,20555729:metal:4461:20557925,20576082:metal:4461:20586637,20718544:metal:4461:20727565,20727289:metal:4461:20747613,20734875:metal:4461:20750428,20782291:metal:4461:20787365,20854906:metal:4461:20877659,21001224:metal:4461:21198403,21001271:metal:4461:21200162,21001286:metal:4461:21200494,21001736:metal:4461:21214567,21002620:metal:4461:21216076,21002634:metal:4461:21216803,21002641:metal:4461:21217337,21002728:metal:4461:21003153,21053268:metal:4461:21202458,21053302:metal:4461:21319161,21054640:metal:4461:21219243,21055518:metal:4461:21220797,21055633:metal:4461:21224451,21056506:metal:4461:21231916,21058225:metal:4461:21242537,21059811:metal:4461:21254197,21059897:metal:4461:21304982,21120290:metal:4461:21164898,21120310:metal:4461:21324135,21122347:metal:4461:21176813,21125613:metal:4461:21321846'}, {'unwanted_material': 'metal', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.21217402706373592, 'nb_photo': 2848, 'list_port_cont': '20226904,20228123,20257571,20272199,20278011,20278102,20291809,20296525,20308345,20309967,20325351,20334132,20334296,20335620,20352693,20355401,20403601,20411738,20412839,20416185,20419447,20421829,20434613,20441330,20457583,20461388,20469058,20470515,20478176,20482514,20486354,20501266,20504921,20512280,20523230,20523487,20557173,20562353,20597231,20597533,20600831,20608094,20609418,20617527,20618703,20632673,20633459,20637000,20675297,20678149,20696826,20703476,20703649,20709264,20709360,20715904,20718464,20728064,20729162,20730013,20731254,20732364,20777125,20779693,20779749,20781866,20782738,20833758,20833958,20838555,20840029,20840898,20843641,20845986,20847766,20848499,20882243,20882455,20886114,20887403,20887953,20888067,20888468,20888600,20889848,20890173,20890481,20892015,20892996,20893109,20893428,20895498,20916147,20922793,20924071,20925478,20927066,20930018,20931232,20966468,20971052,20971296,20974039,20975460,21001550,21001628,21001771,21001954,21002023,21002413,21002900,21053846,21054121,2105476', 'assoc_port': '20224380:20226904,20226941:20228123,20254278:20272199,20257117:20257571,20277674:20278102,20277678:20278011,20291009:20291809,20296336:20296525,20307290:20308345,20308451:20309967,20324562:20325351,20330842:20334296,20331821:20334132,20334539:20335620,20351129:20352693,20354712:20355401,20403539:20403601,20407606:20412839,20410110:20411738,20414615:20416185,20418291:20419447,20421527:20421829,20433553:20434613,20436920:20441330,20455315:20457583,20460488:20461388,20469016:20469058,20470421:20470515,20477526:20478176,20479472:20482514,20485445:20486354,20500513:20501266,20504796:20504921,20510743:20512280,20522136:20523230,20522902:20523487,20555730:20557173,20561529:20562353,20596784:20597533,20596787:20597231,20600236:20600831,20607820:20608094,20608556:20609418,20616936:20617527,20617896:20618703,20631044:20632673,20632057:20633459,20636733:20637000,20675069:20675297,20677303:20678149,20690024:20696826,20699101:20709360,20699105:20709264,20699109:20703476,20703029:20703649,20715257:20715904,20717939:2071846', 'assoc_mat': '20224380:metal:4200:20226904,20226941:metal:4200:20228123,20254278:metal:4200:20272199,20257117:metal:4200:20257571,20277674:metal:4200:20278102,20277678:metal:4200:20278011,20291009:metal:4200:20291809,20296336:metal:4200:20296525,20307290:metal:4200:20308345,20308451:metal:4200:20309967,20324562:metal:4200:20325351,20330842:metal:4200:20334296,20331821:metal:4200:20334132,20334539:metal:4200:20335620,20351129:metal:4200:20352693,20354712:metal:4200:20355401,20403539:metal:4200:20403601,20407606:metal:4200:20412839,20410110:metal:4200:20411738,20414615:metal:4200:20416185,20418291:metal:4200:20419447,20421527:metal:4200:20421829,20433553:metal:4200:20434613,20436920:metal:4200:20441330,20455315:metal:4200:20457583,20460488:metal:4200:20461388,20469016:metal:4200:20469058,20470421:metal:4200:20470515,20477526:metal:4200:20478176,20479472:metal:4200:20482514,20485445:metal:4200:20486354,20500513:metal:4200:20501266,20504796:metal:4200:20504921,20510743:metal:4200:20512280,20522136:metal:4200:20523230,20522902:'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.00014943147719478737, 'nb_photo': 1, 'list_port_cont': '20516364', 'assoc_port': '20515637:20516364', 'assoc_mat': '20515637:metal:3594:20516364'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.005330275245966462, 'nb_photo': 41, 'list_port_cont': '20218078,20220185,20225580,20257657,20264743,20273836,20343739,20421665,20454747,20480145,20486029,20491227,20516333,20516381,20562677,20597353,20610625,20709293,20709336,20719399,20728089,20833534,20833727,20847212', 'assoc_port': '20215674:20218078,20219535:20220185,20224378:20225580,20257109:20257657,20263700:20264743,20270889:20273836,20341995:20343739,20421518:20421665,20454229:20454747,20479473:20480145,20485444:20486029,20489623:20491227,20515633:20516381,20515635:20516333,20561523:20562677,20596786:20597353,20610318:20610625,20699102:20709293,20699104:20709336,20718513:20719399,20727919:20728089,20833006:20847212,20833043:20833727,20833053:20833534', 'assoc_mat': '20215674:metal:4207:20218078,20219535:metal:4207:20220185,20224378:metal:4207:20225580,20257109:metal:4207:20257657,20263700:metal:4207:20264743,20270889:metal:4207:20273836,20341995:metal:4207:20343739,20421518:metal:4207:20421665,20454229:metal:4207:20454747,20479473:metal:4207:20480145,20485444:metal:4207:20486029,20489623:metal:4207:20491227,20515633:metal:4207:20516381,20515635:metal:4207:20516333,20561523:metal:4207:20562677,20596786:metal:4207:20597353,20610318:metal:4207:20610625,20699102:metal:4207:20709293,20699104:metal:4207:20709336,20718513:metal:4207:20719399,20727919:metal:4207:20728089,20833006:metal:4207:20847212,20833043:metal:4207:20833727,20833053:metal:4207:20833534'}, {'unwanted_material': 'metal', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.020464848295973944, 'nb_photo': 600, 'list_port_cont': '20896563,20898845,20907043,20910042,20910564,20910929,20919282,20919309,20930136,20941762,20942619,20966524,20974628,20975168,20975551,20976377,20976548,20976664,20995612,21054700,21125355,21129424,21129811,21161015,21161196,21162469,21163558,21163737,21164005,21164769,21165656,21165803,21166497,21166672,21166772,21166812,21166989,21167211,21176109,21176457,21176663,21177093,21180237,21180439,21180576,21180682,21181455,21181832,21182041,21182071,21182187,21182493,21182569,21183888,21184708,21184870,21185097,21185450,21186464,21186665,21187708,21187864,21187910,21188470,21189447,21190525,21190735,21190769,21191122,21191170,21191776,21191847,21191906,21191986,21192196,21192428,21193574,21193655,21194112,21194299,21194651,21194702,21194984,21195340,21195387,21195436,21198664,21198978,21200324,21200604,21202121,21202802,21204040,21204623,21204675,21205169,21205421,21205464,21205588,21205826,21206012,21206115,21206572,21207125,21207165,21207178,21207337,21207596,21207619,21207639,21207667,21207686,21207706,2120791', 'assoc_port': '20215674:21204623,20219535:21276393,20224378:21205169,20226939:21205464,20245938:21205826,20249728:21206572,20257109:21207178,20263700:21207619,20270889:21207706,20277684:21054700,20300842:21209703,20324553:21211371,20327793:21211645,20341995:21214523,20353379:21214704,20354708:21214462,20354711:21214693,20355355:21214355,20410111:21217479,20411272:21217463,20421518:21218103,20451769:21219103,20454229:21219237,20455316:21218961,20477525:21219906,20479473:21269532,20485444:21268378,20489623:21220152,20513203:21224944,20515633:21226580,20515635:21226700,20515637:21226909,20561523:21236055,20596786:21242271,20610318:21245812,20688365:21193655,20695689:21194702,20699104:21194299,20718507:21256553,20718513:21257253,20727919:21190525,20742145:21190735,20779070:21289736,20779073:21166497,20832939:21284807,20832998:21284318,20833006:21185450,20833037:21186665,20833043:21283839,20833053:21125355,20885736:20910564,20887002:20896563,20888118:20898845,20888384:20919309,20888386:20919282,20888765:20907043,20892354:2091004', 'assoc_mat': '20215674:metal:4209:21204623,20219535:metal:4209:21276393,20224378:metal:4209:21205169,20226939:metal:4209:21205464,20245938:metal:4209:21205826,20249728:metal:4209:21206572,20257109:metal:4209:21207178,20263700:metal:4209:21207619,20270889:metal:4209:21207706,20277684:metal:4209:21054700,20300842:metal:4209:21209703,20324553:metal:4209:21211371,20327793:metal:4209:21211645,20341995:metal:4209:21214523,20353379:metal:4209:21214704,20354708:metal:4209:21214462,20354711:metal:4209:21214693,20355355:metal:4209:21214355,20410111:metal:4209:21217479,20411272:metal:4209:21217463,20421518:metal:4209:21218103,20451769:metal:4209:21219103,20454229:metal:4209:21219237,20455316:metal:4209:21218961,20477525:metal:4209:21219906,20479473:metal:4209:21269532,20485444:metal:4209:21268378,20489623:metal:4209:21220152,20513203:metal:4209:21224944,20515633:metal:4209:21226580,20515635:metal:4209:21226700,20515637:metal:4209:21226909,20561523:metal:4209:21236055,20596786:metal:4209:21242271,20610318:metal:4209:21245812,20688365:'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.18421830225882627, 'nb_photo': 6, 'list_port_cont': '20550169', 'assoc_port': '20549748:20550169', 'assoc_mat': '20549748:metal:4200:20550169'}, {'unwanted_material': 'metal', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.01238675466484139, 'nb_photo': 2770, 'list_port_cont': '20168748,20170133,20173854,20174168,20178358,20178613,20184718,20200310,20203914,20206249,20208993,20209440,20217455,20218308,20220320,20223976,20226040,20226618,20227879,20229217,20247092,20259505,20265006,20296644,20332604,20334230,20337944,20339423,20340038,20345654,20350789,20351373,20353917,20355387,20358757,20360236,20360365,20360570,20361370,20362597,20362688,20363960,20364113,20364273,20365490,20365924,20366167,20367248,20367341,20368523,20368793,20369345,20370617,20395267,20402663,20407486,20411477,20416142,20419525,20422610,20438630,20443001,20443784,20444099,20452064,20455623,20456586,20470705,20475608,20476084,20477120,20480486,20483629,20486967,20487365,20490977,20492572,20493853,20493983,20505002,20506281,20506546,20506716,20507227,20516423,20518551,20522754,20525035,20525515,20546218,20549095,20551513,20553601,20565369,20567438,20577414,20580158,20597681,20599628,20603566,20606921,20607789,20609641,20611807,20613655,20617812,20623100,20623231,20631363,20633772,20636068,20637302,20641356,2064355', 'assoc_port': '20168058:20265006,20168492:20168748,20169287:20170133,20171950:20173854,20172748:20174168,20177140:20178358,20177547:20178613,20183126:20184718,20199782:20200310,20200514:20206249,20201665:20203914,20206393:20209440,20206396:20208993,20215665:20218308,20215671:20217455,20219533:20220320,20220268:20226618,20220270:20223976,20224384:20226040,20226942:20227879,20228246:20229217,20245966:20247092,20249724:20360236,20249727:20360365,20253023:20360570,20257111:20259505,20258543:20362688,20263701:20370617,20266081:20364273,20270891:20369345,20277682:20296644,20293713:20368793,20295679:20368523,20296493:20367341,20297024:20367248,20297026:20366167,20297653:20365924,20298063:20365490,20300871:20364113,20303263:20363960,20303271:20362597,20308453:20361370,20313891:20358757,20324554:20350789,20324561:20334230,20330845:20332604,20336407:20337944,20337414:20339423,20338546:20340038,20341992:20345654,20350378:20351373,20353380:20353917,20354709:20355387,20393269:20395267,20401674:20402663,20404210:20419525,20404212:2040748', 'assoc_mat': '20168058:metal:4211:20265006,20168492:metal:4211:20168748,20169287:metal:4211:20170133,20171950:metal:4211:20173854,20172748:metal:4211:20174168,20177140:metal:4211:20178358,20177547:metal:4211:20178613,20183126:metal:4211:20184718,20199782:metal:4211:20200310,20200514:metal:4211:20206249,20201665:metal:4211:20203914,20206393:metal:4211:20209440,20206396:metal:4211:20208993,20215665:metal:4211:20218308,20215671:metal:4211:20217455,20219533:metal:4211:20220320,20220268:metal:4211:20226618,20220270:metal:4211:20223976,20224384:metal:4211:20226040,20226942:metal:4211:20227879,20228246:metal:4211:20229217,20245966:metal:4211:20247092,20249724:metal:4211:20360236,20249727:metal:4211:20360365,20253023:metal:4211:20360570,20257111:metal:4211:20259505,20258543:metal:4211:20362688,20263701:metal:4211:20370617,20266081:metal:4211:20364273,20270891:metal:4211:20369345,20277682:metal:4211:20296644,20293713:metal:4211:20368793,20295679:metal:4211:20368523,20296493:metal:4211:20367341,20297024:metal:4211:20367248,20297026:'}, {'unwanted_material': 'metal', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0047437553838372845, 'nb_photo': 1, 'list_port_cont': '20340541', 'assoc_port': '20338547:20340541', 'assoc_mat': '20338547:metal:3327:20340541'}, {'unwanted_material': 'metal', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.001542692285946147, 'nb_photo': 11, 'list_port_cont': '21001649,21001936,21056003,21124760,21129934,21129986', 'assoc_port': '21001262:21001936,21001273:21001649,21002613:21129986,21002624:21129934,21053304:21056003,21124054:21124760', 'assoc_mat': '21001262:metal:3594:21001936,21001273:metal:3594:21001649,21002613:metal:3594:21129986,21002624:metal:3594:21129934,21053304:metal:3594:21056003,21124054:metal:3594:21124760'}, {'unwanted_material': 'papier', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.016721781837523406, 'nb_photo': 2085, 'list_port_cont': '20345898,20382458,20384586,20410412,20419444,20436294,20447907,20466596,20469137,20478288,20495671,20503197,20515108,20529701,20583886,20584255,20586223,20601097,20627242,20649217,20658805,20675826,20709045,20709642,20727242,20728055,20784160,20787016,20840132,20847638,20854353,20872674,20880503,20880645,20910990,20919486,20931944,20975686,21183091,21193347,21200250,21204909,21206166,21208540,21211947,21217197,21219655,21221505,21246167,21308251', 'assoc_port': '20204921:20345898,20266098:20436294,20296337:20382458,20303275:20384586,20326810:20410412,20338549:20419444,20392276:20447907,20414608:20466596,20431076:20495671,20445955:20478288,20469015:20469137,20485440:20503197,20505940:20515108,20517445:20529701,20553045:20583886,20561522:20584255,20570272:20586223,20600235:20601097,20612113:20627242,20630388:20658805,20640602:20649217,20672165:20675826,20685069:20709045,20699111:20709642,20718506:20727242,20720578:20728055,20776158:20784160,20781905:20787016,20832929:20840132,20833007:20847638,20836985:20854353,20841933:20880503,20848242:20872674,20880568:20880645,20886151:20910990,20888388:20919486,20924209:20931944,20966334:20975686,21001280:21200250,21001716:21211947,21002710:21217197,21053303:21204909,21053711:21206166,21054296:21208540,21055166:21219655,21055579:21221505,21058334:21246167,21123363:21183091,21124053:21308251,21125601:21193347', 'assoc_mat': '20204921:papier:4205:20345898,20266098:papier:4205:20436294,20296337:papier:4205:20382458,20303275:papier:4205:20384586,20326810:papier:4205:20410412,20338549:papier:4205:20419444,20392276:papier:4205:20447907,20414608:papier:4205:20466596,20431076:papier:4205:20495671,20445955:papier:4205:20478288,20469015:papier:4205:20469137,20485440:papier:4205:20503197,20505940:papier:4205:20515108,20517445:papier:4205:20529701,20553045:papier:4205:20583886,20561522:papier:4205:20584255,20570272:papier:4205:20586223,20600235:papier:4205:20601097,20612113:papier:4205:20627242,20630388:papier:4205:20658805,20640602:papier:4205:20649217,20672165:papier:4205:20675826,20685069:papier:4205:20709045,20699111:papier:4205:20709642,20718506:papier:4205:20727242,20720578:papier:4205:20728055,20776158:papier:4205:20784160,20781905:papier:4205:20787016,20832929:papier:4205:20840132,20833007:papier:4205:20847638,20836985:papier:4205:20854353,20841933:papier:4205:20880503,20848242:papier:4205:20872674,20880568:papier:4205:20880645,2088'}, {'unwanted_material': 'papier', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.009602423956625437, 'nb_photo': 4190, 'list_port_cont': '20297162,20355860,20360469,20362955,20379883,20383276,20389340,20426353,20451281,20464654,20476679,20479604,20480102,20493744,20494528,20514605,20522620,20531319,20557663,20586566,20604137,20619400,20654746,20701968,20716015,20727291,20728270,20728437,20747399,20786049,20854617,20870339,20871184,20873484,20898838,20930520,20942016,20942868,20976510,21182374,21183254,21200442,21202858,21204573,21211659,21213390,21220172,21235763,21250819,21253544,21299037,21309288,21342357', 'assoc_port': '20171947:20297162,20228245:20355860,20251677:20360469,20262031:20362955,20291011:20379883,20297655:20383276,20308443:20389340,20354704:20426353,20398812:20451281,20410109:20464654,20421532:20493744,20441872:20476679,20451766:20480102,20470424:20494528,20479233:20479604,20505111:20514605,20510744:20522620,20519774:20531319,20549743:20557663,20573401:20586566,20602371:20604137,20610319:20619400,20634828:20654746,20684265:20728437,20692234:20701968,20703033:20716015,20718502:20727291,20720594:20728270,20732078:20747399,20780559:20786049,20832985:20870339,20833038:20873484,20836981:20854617,20845542:20871184,20882059:20930520,20888117:20898838,20919369:20942868,20927010:20942016,20966339:20976510,21001284:21200442,21001694:21211659,21001717:21213390,21053272:21202858,21053297:21204573,21055192:21220172,21056532:21235763,21059205:21342357,21059359:21250819,21059806:21253544,21120302:21299037,21122482:21182374,21123359:21183254,21124048:21309288', 'assoc_mat': '20171947:papier:4203:20297162,20228245:papier:4203:20355860,20251677:papier:4203:20360469,20262031:papier:4203:20362955,20291011:papier:4203:20379883,20297655:papier:4203:20383276,20308443:papier:4203:20389340,20354704:papier:4203:20426353,20398812:papier:4203:20451281,20410109:papier:4203:20464654,20421532:papier:4203:20493744,20441872:papier:4203:20476679,20451766:papier:4203:20480102,20470424:papier:4203:20494528,20479233:papier:4203:20479604,20505111:papier:4203:20514605,20510744:papier:4203:20522620,20519774:papier:4203:20531319,20549743:papier:4203:20557663,20573401:papier:4203:20586566,20602371:papier:4203:20604137,20610319:papier:4203:20619400,20634828:papier:4203:20654746,20684265:papier:4203:20728437,20692234:papier:4203:20701968,20703033:papier:4203:20716015,20718502:papier:4203:20727291,20720594:papier:4203:20728270,20732078:papier:4203:20747399,20780559:papier:4203:20786049,20832985:papier:4203:20870339,20833038:papier:4203:20873484,20836981:papier:4203:20854617,20845542:papier:4203:20871184,2088'}, {'unwanted_material': 'papier', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.04488316528391014, 'nb_photo': 9914, 'list_port_cont': '20168687,20173973,20252804,20442976,20456340,20472413,20478084,20478270,20506132,20550574,20553636,20599241,20603150,20607991,20630975,20631766,20671627,20673779,20681482,20692670,20718496,20779987,20833093,20834836,20838985,20840275,20878347,20880368,20880661,20882202,20886236,20888462,20888490,20888976,20889273,20892395,20892872,20895772,20916042,20917574,20919651,20924686,20925450,20925829,20926424,20927052,20929953,20966451,20966513,20967662,20967722,20968179,20968230,21001532,21001745,21001913,21001986,21002134,21002598,21002657,21002798,21053641,21053761,21054017,21054719,21054813,21055219,21056299,21056311,21056378,21059027,21060465,21061045,21120482,21120620,21123327,21123406,21123792,21124092,21124413,21124859,21125165,21125246,21126196,21126290,21127003,21127683,21128187,21128200,21128307,21128731,21128835,21129009,21129057,21129125,21129357,21129575,21129717,21129799,21129913,21129969,21130249,21130299,21130346,21130398,21130458,21130530,21130592,21130720,21131004,21131359,21131495,21131556,2113168', 'assoc_port': '20168493:20168687,20172747:20173973,20251679:20252804,20441871:20442976,20455313:20456340,20471727:20472413,20477524:20478270,20477528:20478084,20505938:20506132,20547838:20550574,20551963:20553636,20598618:20599241,20602370:20603150,20607822:20607991,20630386:20630975,20631043:20631766,20671424:20671627,20673657:20673779,20680377:20681482,20692247:20692670,20717940:20718496,20779601:20779987,20832405:20833093,20832932:20840275,20834196:20834836,20838639:20838985,20877876:20878347,20880237:20880368,20880567:20880661,20882062:20882202,20886147:20886236,20888382:20888490,20888387:20888462,20888766:20889273,20888780:20888976,20891551:20892872,20891558:20892395,20895538:20895772,20912928:20925450,20915461:20916042,20916992:20917574,20919370:20919651,20924210:20924686,20925354:20926424,20925359:20925829,20927005:20927052,20929767:20929953,20966321:20968230,20966331:20968179,20966337:20967722,20966344:20967662,20966351:20966513,20966357:20966451,21001226:21198524,21001232:21198707,21001261:21199184,21001268:2119974', 'assoc_mat': '20168493:papier:4207:20168687,20172747:papier:4207:20173973,20251679:papier:4207:20252804,20441871:papier:4207:20442976,20455313:papier:4207:20456340,20471727:papier:4207:20472413,20477524:papier:4207:20478270,20477528:papier:4207:20478084,20505938:papier:4207:20506132,20547838:papier:4207:20550574,20551963:papier:4207:20553636,20598618:papier:4207:20599241,20602370:papier:4207:20603150,20607822:papier:4207:20607991,20630386:papier:4207:20630975,20631043:papier:4207:20631766,20671424:papier:4207:20671627,20673657:papier:4207:20673779,20680377:papier:4207:20681482,20692247:papier:4207:20692670,20717940:papier:4207:20718496,20779601:papier:4207:20779987,20832405:papier:4207:20833093,20832932:papier:4207:20840275,20834196:papier:4207:20834836,20838639:papier:4207:20838985,20877876:papier:4207:20878347,20880237:papier:4207:20880368,20880567:papier:4207:20880661,20882062:papier:4207:20882202,20886147:papier:4207:20886236,20888382:papier:4207:20888490,20888387:papier:4207:20888462,20888766:papier:4207:20889273,2088'}, {'unwanted_material': 'papier', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.21795162564990964, 'nb_photo': 68796, 'list_port_cont': '20371581,20377705,20384288,20388693,20410519,20412377,20424350,20435576,20438436,20465196,20466985,20493103,20493874,20507379,20510617,20512342,20512806,20514532,20552860,20557929,20584355,20584431,20585242,20586351,20586639,20618941,20626055,20627061,20640610,20643961,20671536,20673296,20690445,20691796,20698875,20702479,20727574,20747621,20750432,20752267,20784277,20786122,20787363,20830717,20845484,20847030,20848357,20877661,20880293,20895241,20908813,20910072,20916114,20919103,20920349,20925560,20927284,20929985,20935448,20938841,20941837,20942669,20949479,20976978,20977150,20995429,20995776,21003158,21160986,21163344,21164905,21165846,21166377,21176809,21177918,21178965,21180584,21181021,21181386,21183219,21183786,21184754,21186019,21189129,21189985,21190565,21190929,21191462,21191644,21192639,21193259,21195139,21195486,21198409,21199026,21199474,21200165,21200367,21200504,21201209,21201989,21202456,21203208,21204012,21204378,21204804,21205497,21205728,21205969,21206391,21206919,21207032,21207270,2120742', 'assoc_port': '20262011:20435576,20270432:20371581,20270890:20438436,20277680:20377705,20300840:20384288,20308445:20388693,20323457:20493103,20324556:20466985,20326809:20410519,20331795:20412377,20351126:20424350,20411273:20465196,20469231:20493874,20475362:20507379,20479476:20514532,20487793:20512342,20502149:20510617,20504795:20512806,20524358:20552860,20555729:20557929,20562533:20584431,20562536:20584355,20566749:20585242,20570275:20586351,20576082:20586639,20610315:20618941,20617899:20627061,20623011:20626055,20631045:20640610,20637040:20643961,20645280:20671536,20649581:20673296,20675611:20702479,20677297:20690445,20688364:20698875,20690028:20691796,20718544:20727574,20727289:20747621,20734875:20750432,20748609:20752267,20777278:20784277,20780598:20786122,20782291:20787363,20827591:20830717,20832993:20845484,20833003:20847030,20833051:20848357,20838637:20880293,20854906:20877661,20886148:20916114,20886150:20895241,20886996:20935448,20888383:20919103,20888391:20920349,20889872:20908813,20891559:20938841,20892353:2091007', 'assoc_mat': '20262011:papier:4461:20435576,20270432:papier:4461:20371581,20270890:papier:4461:20438436,20277680:papier:4461:20377705,20300840:papier:4461:20384288,20308445:papier:4461:20388693,20323457:papier:4461:20493103,20324556:papier:4461:20466985,20326809:papier:4461:20410519,20331795:papier:4461:20412377,20351126:papier:4461:20424350,20411273:papier:4461:20465196,20469231:papier:4461:20493874,20475362:papier:4461:20507379,20479476:papier:4461:20514532,20487793:papier:4461:20512342,20502149:papier:4461:20510617,20504795:papier:4461:20512806,20524358:papier:4461:20552860,20555729:papier:4461:20557929,20562533:papier:4461:20584431,20562536:papier:4461:20584355,20566749:papier:4461:20585242,20570275:papier:4461:20586351,20576082:papier:4461:20586639,20610315:papier:4461:20618941,20617899:papier:4461:20627061,20623011:papier:4461:20626055,20631045:papier:4461:20640610,20637040:papier:4461:20643961,20645280:papier:4461:20671536,20649581:papier:4461:20673296,20675611:papier:4461:20702479,20677297:papier:4461:20690445,2068'}, {'unwanted_material': 'papier', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.015015593834449238, 'nb_photo': 4149, 'list_port_cont': '20226906,20228125,20257564,20272208,20278017,20278103,20291818,20296523,20308347,20309973,20325356,20334137,20334307,20335609,20352694,20355402,20401443,20403598,20411736,20412836,20416189,20419451,20421814,20434622,20441335,20442742,20453693,20457594,20461374,20469064,20470520,20478184,20482521,20486355,20501271,20504925,20512289,20523232,20523486,20557185,20562356,20597237,20597528,20600833,20608108,20609417,20617519,20618707,20632660,20633454,20637007,20675306,20678160,20696824,20703474,20703658,20709271,20709355,20715905,20718452,20728068,20729153,20730010,20731255,20732374,20777118,20779689,20779752,20781854,20782731,20833759,20833957,20838559,20840035,20840893,20843644,20845993,20847775,20848506,20882254,20882445,20886124,20887405,20887954,20888063,20888474,20888606,20889836,20890177,20890470,20892022,20892992,20893102,20893440,20895501,20916149,20922789,20924082,20925470,20927064,20930008,20931227,20966482,20971055,20971297,20974042,20975458,21001540,21001633,21001769,21001955,21002032,21002405,2100289', 'assoc_port': '20224380:20226906,20226941:20228125,20254278:20272208,20257117:20257564,20277674:20278103,20277678:20278017,20291009:20291818,20296336:20296523,20307290:20308347,20308451:20309973,20324562:20325356,20330842:20334307,20331821:20334137,20334539:20335609,20351129:20352694,20354712:20355402,20398811:20401443,20403539:20403598,20407606:20412836,20410110:20411736,20414615:20416189,20418291:20419451,20421527:20421814,20433553:20434622,20436920:20441335,20441869:20442742,20451768:20453693,20455315:20457594,20460488:20461374,20469016:20469064,20470421:20470520,20477526:20478184,20479472:20482521,20485445:20486355,20500513:20501271,20504796:20504925,20510743:20512289,20522136:20523232,20522902:20523486,20555730:20557185,20561529:20562356,20596784:20597528,20596787:20597237,20600236:20600833,20607820:20608108,20608556:20609417,20616936:20617519,20617896:20618707,20631044:20632660,20632057:20633454,20636733:20637007,20675069:20675306,20677303:20678160,20690024:20696824,20699101:20709355,20699105:20709271,20699109:2070347', 'assoc_mat': '20224380:papier:4200:20226906,20226941:papier:4200:20228125,20254278:papier:4200:20272208,20257117:papier:4200:20257564,20277674:papier:4200:20278103,20277678:papier:4200:20278017,20291009:papier:4200:20291818,20296336:papier:4200:20296523,20307290:papier:4200:20308347,20308451:papier:4200:20309973,20324562:papier:4200:20325356,20330842:papier:4200:20334307,20331821:papier:4200:20334137,20334539:papier:4200:20335609,20351129:papier:4200:20352694,20354712:papier:4200:20355402,20398811:papier:4200:20401443,20403539:papier:4200:20403598,20407606:papier:4200:20412836,20410110:papier:4200:20411736,20414615:papier:4200:20416189,20418291:papier:4200:20419451,20421527:papier:4200:20421814,20433553:papier:4200:20434622,20436920:papier:4200:20441335,20441869:papier:4200:20442742,20451768:papier:4200:20453693,20455315:papier:4200:20457594,20460488:papier:4200:20461374,20469016:papier:4200:20469064,20470421:papier:4200:20470520,20477526:papier:4200:20478184,20479472:papier:4200:20482521,20485445:papier:4200:20486355,2050'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.07558339897333684, 'nb_photo': 271, 'list_port_cont': '20516359', 'assoc_port': '20515637:20516359', 'assoc_mat': '20515637:papier:3594:20516359'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.041026290856832286, 'nb_photo': 3316, 'list_port_cont': '20172611,20218084,20220173,20225464,20225583,20227686,20246755,20250399,20257665,20264744,20273839,20277984,20326614,20328529,20343729,20353487,20355270,20355416,20355595,20410950,20412712,20421674,20452945,20454746,20456163,20479363,20480156,20486034,20491229,20514503,20516334,20516384,20562689,20597357,20610631,20678660,20682219,20696418,20709290,20709342,20719388,20719743,20728081,20779343,20779547,20833526,20833738,20834593,20845563,20847223,20854531', 'assoc_port': '20171946:20172611,20215674:20218084,20219535:20220173,20224378:20225583,20224381:20225464,20226939:20227686,20245938:20246755,20249728:20250399,20257109:20257665,20263700:20264744,20270889:20273839,20277684:20277984,20324553:20326614,20327793:20328529,20341995:20343729,20353379:20353487,20354708:20355416,20354711:20355270,20355355:20355595,20410111:20410950,20411272:20412712,20421518:20421674,20451769:20452945,20454229:20454746,20455316:20456163,20479234:20479363,20479473:20480156,20485444:20486034,20489623:20491229,20513203:20514503,20515633:20516384,20515635:20516334,20561523:20562689,20596786:20597357,20610318:20610631,20677302:20678660,20680363:20682219,20695689:20696418,20699102:20709290,20699104:20709342,20718507:20719743,20718513:20719388,20727919:20728081,20779070:20779547,20779073:20779343,20832939:20854531,20832998:20845563,20833006:20847223,20833037:20834593,20833043:20833738,20833053:20833526', 'assoc_mat': '20171946:papier:4207:20172611,20215674:papier:4207:20218084,20219535:papier:4207:20220173,20224378:papier:4207:20225583,20224381:papier:4207:20225464,20226939:papier:4207:20227686,20245938:papier:4207:20246755,20249728:papier:4207:20250399,20257109:papier:4207:20257665,20263700:papier:4207:20264744,20270889:papier:4207:20273839,20277684:papier:4207:20277984,20324553:papier:4207:20326614,20327793:papier:4207:20328529,20341995:papier:4207:20343729,20353379:papier:4207:20353487,20354708:papier:4207:20355416,20354711:papier:4207:20355270,20355355:papier:4207:20355595,20410111:papier:4207:20410950,20411272:papier:4207:20412712,20421518:papier:4207:20421674,20451769:papier:4207:20452945,20454229:papier:4207:20454746,20455316:papier:4207:20456163,20479234:papier:4207:20479363,20479473:papier:4207:20480156,20485444:papier:4207:20486034,20489623:papier:4207:20491229,20513203:papier:4207:20514503,20515633:papier:4207:20516384,20515635:papier:4207:20516334,20561523:papier:4207:20562689,20596786:papier:4207:20597357,2061'}, {'unwanted_material': 'papier', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.9122903463031609, 'nb_photo': 127176, 'list_port_cont': '20894580,20896016,20896569,20898854,20907046,20907089,20907294,20909043,20909084,20910029,20910574,20910938,20919292,20919310,20929654,20930149,20931572,20941760,20941828,20942613,20942697,20966528,20974635,20975164,20975554,20976383,20976544,20976673,20995600,21054704,21125359,21129439,21129815,21131694,21161009,21161144,21161200,21162468,21162725,21163564,21163750,21164007,21164766,21165149,21165659,21165799,21166489,21166577,21166667,21166770,21166811,21166990,21167204,21176115,21176238,21176465,21176677,21177097,21177377,21178409,21180240,21180345,21180438,21180561,21180676,21181453,21181594,21181821,21182043,21182069,21182197,21182494,21182577,21182970,21183531,21183891,21184709,21184861,21185095,21185446,21186457,21186657,21186855,21187712,21187861,21187916,21188455,21188658,21189203,21189435,21189962,21190305,21190526,21190729,21190775,21191123,21191182,21191676,21191782,21191848,21191902,21191990,21192192,21192333,21192423,21193581,21193652,21194114,21194296,21194317,21194657,21194712,21194993,2119525', 'assoc_port': '20171946:21198287,20215674:21204631,20219535:21276382,20224378:21205171,20226939:21205467,20245938:21205819,20249728:21206570,20257109:21207179,20263700:21207628,20270889:21207702,20277684:21054704,20300842:21209693,20324553:21211369,20327793:21211647,20341995:21214524,20353379:21214708,20354708:21214468,20354711:21214687,20355355:21214343,20410111:21217470,20411272:21217450,20421518:21218111,20451769:21219094,20454229:21219226,20455316:21218973,20477525:21219900,20479234:21219942,20479473:21269542,20485444:21268372,20489623:21220155,20513203:21224952,20515633:21226569,20515635:21226710,20515637:21226906,20524360:21230620,20561523:21236046,20596786:21242270,20610318:21245799,20652563:21252229,20677302:21255558,20680363:21192333,20688365:21193652,20695689:21194712,20699102:21194317,20699104:21194296,20718507:21256556,20718513:21257263,20727919:21190526,20742145:21190729,20779070:21289739,20779073:21166489,20832939:21284812,20832998:21284309,20833006:21185446,20833037:21186657,20833043:21283840,20833053:2112535', 'assoc_mat': '20171946:papier:4209:21198287,20215674:papier:4209:21204631,20219535:papier:4209:21276382,20224378:papier:4209:21205171,20226939:papier:4209:21205467,20245938:papier:4209:21205819,20249728:papier:4209:21206570,20257109:papier:4209:21207179,20263700:papier:4209:21207628,20270889:papier:4209:21207702,20277684:papier:4209:21054704,20300842:papier:4209:21209693,20324553:papier:4209:21211369,20327793:papier:4209:21211647,20341995:papier:4209:21214524,20353379:papier:4209:21214708,20354708:papier:4209:21214468,20354711:papier:4209:21214687,20355355:papier:4209:21214343,20410111:papier:4209:21217470,20411272:papier:4209:21217450,20421518:papier:4209:21218111,20451769:papier:4209:21219094,20454229:papier:4209:21219226,20455316:papier:4209:21218973,20477525:papier:4209:21219900,20479234:papier:4209:21219942,20479473:papier:4209:21269542,20485444:papier:4209:21268372,20489623:papier:4209:21220155,20513203:papier:4209:21224952,20515633:papier:4209:21226569,20515635:papier:4209:21226710,20515637:papier:4209:21226906,2052'}, {'unwanted_material': 'papier', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.9616079150737333, 'nb_photo': 25, 'list_port_cont': '20291102,20308815,20474474,21130855', 'assoc_port': '20291008:20291102,20308446:20308815,20474345:20474474,21058271:21130855', 'assoc_mat': '20291008:papier:3726:20291102,20308446:papier:3726:20308815,20474345:papier:3726:20474474,21058271:papier:3726:21130855'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.01597246828265994, 'nb_photo': 3, 'list_port_cont': '20550173', 'assoc_port': '20549748:20550173', 'assoc_mat': '20549748:papier:4200:20550173'}, {'unwanted_material': 'papier', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.010517940013854211, 'nb_photo': 26710, 'list_port_cont': '20168751,20170146,20173848,20174161,20178359,20178599,20184729,20200318,20203925,20206245,20208999,20209437,20217453,20218313,20220332,20223978,20226045,20226612,20227880,20229218,20247099,20259496,20265003,20296646,20332612,20334239,20337939,20339419,20340035,20345655,20350787,20351361,20353923,20355381,20358751,20360246,20360361,20360565,20361368,20362606,20362693,20363965,20364123,20364269,20365488,20365929,20366171,20367240,20367353,20368525,20368800,20369333,20370618,20395261,20400639,20402666,20407489,20411467,20416147,20419512,20422607,20438633,20442997,20443791,20444101,20452060,20455629,20456578,20470703,20475603,20476080,20477119,20480476,20483637,20486979,20487362,20490964,20492579,20493867,20493978,20504998,20506288,20506559,20506717,20507232,20514956,20516416,20518553,20522755,20525026,20525516,20546212,20549106,20551501,20553594,20558638,20565374,20567448,20577409,20580167,20597677,20599623,20603578,20606915,20607779,20609644,20611805,20613661,20617823,20623111,20623225,20631364,20633770,2063607', 'assoc_port': '20168058:20265003,20168492:20168751,20169287:20170146,20171950:20173848,20172748:20174161,20177140:20178359,20177547:20178599,20183126:20184729,20199782:20200318,20200514:20206245,20201665:20203925,20206393:20209437,20206396:20208999,20215665:20218313,20215671:20217453,20219533:20220332,20220268:20226612,20220270:20223978,20224384:20226045,20226942:20227880,20228246:20229218,20245966:20247099,20249724:20360246,20249727:20360361,20253023:20360565,20257111:20259496,20258543:20362693,20263701:20370618,20266081:20364269,20270891:20369333,20277682:20296646,20293713:20368800,20295679:20368525,20296493:20367353,20297024:20367240,20297026:20366171,20297653:20365929,20298063:20365488,20300871:20364123,20303263:20363965,20303271:20362606,20308453:20361368,20313891:20358751,20324554:20350787,20324561:20334239,20330845:20332612,20336407:20337939,20337414:20339419,20338546:20340035,20341992:20345655,20350378:20351361,20353380:20353923,20354709:20355381,20393269:20395261,20398810:20400639,20401674:20402666,20404210:2041951', 'assoc_mat': '20168058:papier:4211:20265003,20168492:papier:4211:20168751,20169287:papier:4211:20170146,20171950:papier:4211:20173848,20172748:papier:4211:20174161,20177140:papier:4211:20178359,20177547:papier:4211:20178599,20183126:papier:4211:20184729,20199782:papier:4211:20200318,20200514:papier:4211:20206245,20201665:papier:4211:20203925,20206393:papier:4211:20209437,20206396:papier:4211:20208999,20215665:papier:4211:20218313,20215671:papier:4211:20217453,20219533:papier:4211:20220332,20220268:papier:4211:20226612,20220270:papier:4211:20223978,20224384:papier:4211:20226045,20226942:papier:4211:20227880,20228246:papier:4211:20229218,20245966:papier:4211:20247099,20249724:papier:4211:20360246,20249727:papier:4211:20360361,20253023:papier:4211:20360565,20257111:papier:4211:20259496,20258543:papier:4211:20362693,20263701:papier:4211:20370618,20266081:papier:4211:20364269,20270891:papier:4211:20369333,20277682:papier:4211:20296646,20293713:papier:4211:20368800,20295679:papier:4211:20368525,20296493:papier:4211:20367353,2029'}, {'unwanted_material': 'papier', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.008867679247229504, 'nb_photo': 496, 'list_port_cont': '20169748,20171217,20172632,20174092,20178713,20186487,20188607,20200242,20201403,20202952,20208870,20211310,20217274,20220557,20227550,20227660,20229865,20247288,20248901,20255099,20257455,20260606,20264576,20278685,20295634,20296888,20298336,20302295,20304741,20305897,20309603,20310155,20312963,20314131,20325806,20332514,20333672,20338601,20351382,20352809,20355109,20356293,20394882,20398600,20405152,20408824,20413202,20415885,20422089,20442811,20444082,20444609,20445552,20449148,20451882,20454022,20460834,20469712,20474526,20476956,20483989,20491653,20501400,20505490,20506553,20508477,20514564,20515512,20520534,20523648,20546474,20549114,20551760,20555025,20557232,20561270,20571029,20576588,20576624,20599994,20603448,20607768,20610251,20611062,20614952,20617642,20621375,20630999,20631051,20632189,20635068,20636698,20638537,20641443,20643568,20671641,20672843,20673804,20675331,20678695,20679021,20682375,20684726,20685092,20686363,20692266,20694005,20700144,20703103,20705258,20710880,20718024,20719720,2072278', 'assoc_port': '20169285:20169748,20169834:20171217,20171951:20172632,20172749:20174092,20177545:20178713,20183123:20186487,20186672:20188607,20199786:20200242,20200509:20201403,20201667:20202952,20206394:20208870,20210194:20211310,20215687:20217274,20219531:20220557,20224377:20227660,20224382:20227550,20228243:20229865,20245939:20247288,20247542:20248901,20253021:20255099,20254304:20257455,20258541:20260606,20262010:20264576,20277672:20278685,20293712:20295634,20296496:20296888,20298064:20298336,20300873:20302295,20303267:20305897,20303272:20304741,20308442:20310155,20308450:20309603,20312006:20312963,20313893:20314131,20324558:20325806,20330844:20332514,20331796:20333672,20337409:20338601,20350380:20351382,20352155:20352809,20354707:20355109,20355354:20356293,20393265:20394882,20397365:20398600,20404209:20405152,20407607:20408824,20411279:20413202,20414609:20415885,20421504:20422089,20431075:20444609,20441870:20442811,20443835:20444082,20444393:20445552,20448174:20449148,20450253:20451882,20451770:20454022,20459164:2046083', 'assoc_mat': '20169285:papier:3327:20169748,20169834:papier:3327:20171217,20171951:papier:3327:20172632,20172749:papier:3327:20174092,20177545:papier:3327:20178713,20183123:papier:3327:20186487,20186672:papier:3327:20188607,20199786:papier:3327:20200242,20200509:papier:3327:20201403,20201667:papier:3327:20202952,20206394:papier:3327:20208870,20210194:papier:3327:20211310,20215687:papier:3327:20217274,20219531:papier:3327:20220557,20224377:papier:3327:20227660,20224382:papier:3327:20227550,20228243:papier:3327:20229865,20245939:papier:3327:20247288,20247542:papier:3327:20248901,20253021:papier:3327:20255099,20254304:papier:3327:20257455,20258541:papier:3327:20260606,20262010:papier:3327:20264576,20277672:papier:3327:20278685,20293712:papier:3327:20295634,20296496:papier:3327:20296888,20298064:papier:3327:20298336,20300873:papier:3327:20302295,20303267:papier:3327:20305897,20303272:papier:3327:20304741,20308442:papier:3327:20310155,20308450:papier:3327:20309603,20312006:papier:3327:20312963,20313893:papier:3327:20314131,2032'}, {'unwanted_material': 'papier', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.04656935195777666, 'nb_photo': 272, 'list_port_cont': '21001657,21001937,21055999,21124768,21129933,21129987', 'assoc_port': '21001262:21001937,21001273:21001657,21002613:21129987,21002624:21129933,21053304:21055999,21124054:21124768', 'assoc_mat': '21001262:papier:3594:21001937,21001273:papier:3594:21001657,21002613:papier:3594:21129987,21002624:papier:3594:21129933,21053304:papier:3594:21055999,21124054:papier:3594:21124768'}, {'unwanted_material': 'pehd', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.006006327515836368, 'nb_photo': 152, 'list_port_cont': '20345891,20382457,20384579,20410421,20419446,20436296,20447904,20466581,20469143,20478290,20495679,20503193,20515106,20529711,20583888,20584256,20586220,20601098,20627243,20649216,20658798,20675819,20709044,20728049,20784159,20787017,20840125,20847633,20854361,20872686,20880501,20880638,20910992,20931942,20975688,21193355,21200241,21204912,21206170,21208535,21217186,21219649,21221499,21308261', 'assoc_port': '20204921:20345891,20266098:20436296,20296337:20382457,20303275:20384579,20326810:20410421,20338549:20419446,20392276:20447904,20414608:20466581,20431076:20495679,20445955:20478290,20469015:20469143,20485440:20503193,20505940:20515106,20517445:20529711,20553045:20583888,20561522:20584256,20570272:20586220,20600235:20601098,20612113:20627243,20630388:20658798,20640602:20649216,20672165:20675819,20685069:20709044,20720578:20728049,20776158:20784159,20781905:20787017,20832929:20840125,20833007:20847633,20836985:20854361,20841933:20880501,20848242:20872686,20880568:20880638,20886151:20910992,20924209:20931942,20966334:20975688,21001280:21200241,21002710:21217186,21053303:21204912,21053711:21206170,21054296:21208535,21055166:21219649,21055579:21221499,21124053:21308261,21125601:21193355', 'assoc_mat': '20204921:pehd:4205:20345891,20266098:pehd:4205:20436296,20296337:pehd:4205:20382457,20303275:pehd:4205:20384579,20326810:pehd:4205:20410421,20338549:pehd:4205:20419446,20392276:pehd:4205:20447904,20414608:pehd:4205:20466581,20431076:pehd:4205:20495679,20445955:pehd:4205:20478290,20469015:pehd:4205:20469143,20485440:pehd:4205:20503193,20505940:pehd:4205:20515106,20517445:pehd:4205:20529711,20553045:pehd:4205:20583888,20561522:pehd:4205:20584256,20570272:pehd:4205:20586220,20600235:pehd:4205:20601098,20612113:pehd:4205:20627243,20630388:pehd:4205:20658798,20640602:pehd:4205:20649216,20672165:pehd:4205:20675819,20685069:pehd:4205:20709044,20720578:pehd:4205:20728049,20776158:pehd:4205:20784159,20781905:pehd:4205:20787017,20832929:pehd:4205:20840125,20833007:pehd:4205:20847633,20836985:pehd:4205:20854361,20841933:pehd:4205:20880501,20848242:pehd:4205:20872686,20880568:pehd:4205:20880638,20886151:pehd:4205:20910992,20924209:pehd:4205:20931942,20966334:pehd:4205:20975688,21001280:pehd:4205:21200241,21002710:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.003696329157509913, 'nb_photo': 521, 'list_port_cont': '20297154,20355862,20360465,20362945,20379890,20383273,20389344,20426342,20451286,20464647,20476674,20479600,20480111,20493735,20494525,20514600,20522624,20531315,20557664,20586555,20604147,20654743,20701962,20716022,20727296,20728262,20747401,20786046,20854616,20870341,20871186,20873487,20898830,20930521,20942022,20942867,20976505,21182365,21183261,21200449,21202852,21204570,21211664,21213393,21220168,21235764,21250810,21253546,21299035,21309299,21342353', 'assoc_port': '20171947:20297154,20228245:20355862,20251677:20360465,20262031:20362945,20291011:20379890,20297655:20383273,20308443:20389344,20354704:20426342,20398812:20451286,20410109:20464647,20421532:20493735,20441872:20476674,20451766:20480111,20470424:20494525,20479233:20479600,20505111:20514600,20510744:20522624,20519774:20531315,20549743:20557664,20573401:20586555,20602371:20604147,20634828:20654743,20692234:20701962,20703033:20716022,20718502:20727296,20720594:20728262,20732078:20747401,20780559:20786046,20832985:20870341,20833038:20873487,20836981:20854616,20845542:20871186,20882059:20930521,20888117:20898830,20919369:20942867,20927010:20942022,20966339:20976505,21001284:21200449,21001694:21211664,21001717:21213393,21053272:21202852,21053297:21204570,21055192:21220168,21056532:21235764,21059205:21342353,21059359:21250810,21059806:21253546,21120302:21299035,21122482:21182365,21123359:21183261,21124048:21309299', 'assoc_mat': '20171947:pehd:4203:20297154,20228245:pehd:4203:20355862,20251677:pehd:4203:20360465,20262031:pehd:4203:20362945,20291011:pehd:4203:20379890,20297655:pehd:4203:20383273,20308443:pehd:4203:20389344,20354704:pehd:4203:20426342,20398812:pehd:4203:20451286,20410109:pehd:4203:20464647,20421532:pehd:4203:20493735,20441872:pehd:4203:20476674,20451766:pehd:4203:20480111,20470424:pehd:4203:20494525,20479233:pehd:4203:20479600,20505111:pehd:4203:20514600,20510744:pehd:4203:20522624,20519774:pehd:4203:20531315,20549743:pehd:4203:20557664,20573401:pehd:4203:20586555,20602371:pehd:4203:20604147,20634828:pehd:4203:20654743,20692234:pehd:4203:20701962,20703033:pehd:4203:20716022,20718502:pehd:4203:20727296,20720594:pehd:4203:20728262,20732078:pehd:4203:20747401,20780559:pehd:4203:20786046,20832985:pehd:4203:20870341,20833038:pehd:4203:20873487,20836981:pehd:4203:20854616,20845542:pehd:4203:20871186,20882059:pehd:4203:20930521,20888117:pehd:4203:20898830,20919369:pehd:4203:20942867,20927010:pehd:4203:20942022,20966339:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004569745910020603, 'nb_photo': 204, 'list_port_cont': '20252801,20442968,20456342,20472416,20478276,20506142,20553627,20599249,20603142,20631757,20671626,20673777,20692667,20718492,20779988,20833101,20834841,20838979,20840286,20878336,20880356,20880650,20882213,20886244,20888460,20892879,20916047,20919652,20924694,20925454,20925822,20926423,20967663,20967721,20968183,21001748,21001909,21002146,21002799,21053770,21055230,21056308,21059038,21120478,21123338,21124091,21124858,21126293,21127007,21127687,21128191,21128303,21129015,21129056,21129790,21129920,21130355,21130408,21130447,21130589,21130728,21130998,21131546,21131762,21132102,21132139,21132205,21132290,21132817,21132893,21132962,21135852,21135963,21136166,21136294,21160951,21161623,21162177,21162375,21164449,21165545,21182563,21183464,21187223,21192371,21192469,21192852,21198520,21199183,21199741,21199757,21201021,21201289,21201345,21201697,21202028,21202067,21202993,21203278,21205999,21206536,21206633,21206897,21206913,21206985,21207216,21207546,21207723,21207751,21208077,21208203,21208242,21208328,2120851', 'assoc_port': '20251679:20252801,20441871:20442968,20455313:20456342,20471727:20472416,20477524:20478276,20505938:20506142,20551963:20553627,20598618:20599249,20602370:20603142,20631043:20631757,20671424:20671626,20673657:20673777,20692247:20692667,20717940:20718492,20779601:20779988,20832405:20833101,20832932:20840286,20834196:20834841,20838639:20838979,20877876:20878336,20880237:20880356,20880567:20880650,20882062:20882213,20886147:20886244,20888387:20888460,20891551:20892879,20912928:20925454,20915461:20916047,20919370:20919652,20924210:20924694,20925354:20926423,20925359:20925822,20966331:20968183,20966337:20967721,20966344:20967663,21001226:21198520,21001261:21199183,21001268:21199741,21001272:21199757,21001278:21128303,21001281:21001748,21001692:21129790,21001714:21002146,21001725:21001909,21002611:21208077,21002679:21129920,21002727:21002799,21053255:21201021,21053257:21201289,21053258:21201345,21053261:21201697,21053266:21202028,21053267:21202067,21053275:21202993,21053281:21203278,21053289:21053770,21053707:2120599', 'assoc_mat': '20251679:pehd:4207:20252801,20441871:pehd:4207:20442968,20455313:pehd:4207:20456342,20471727:pehd:4207:20472416,20477524:pehd:4207:20478276,20505938:pehd:4207:20506142,20551963:pehd:4207:20553627,20598618:pehd:4207:20599249,20602370:pehd:4207:20603142,20631043:pehd:4207:20631757,20671424:pehd:4207:20671626,20673657:pehd:4207:20673777,20692247:pehd:4207:20692667,20717940:pehd:4207:20718492,20779601:pehd:4207:20779988,20832405:pehd:4207:20833101,20832932:pehd:4207:20840286,20834196:pehd:4207:20834841,20838639:pehd:4207:20838979,20877876:pehd:4207:20878336,20880237:pehd:4207:20880356,20880567:pehd:4207:20880650,20882062:pehd:4207:20882213,20886147:pehd:4207:20886244,20888387:pehd:4207:20888460,20891551:pehd:4207:20892879,20912928:pehd:4207:20925454,20915461:pehd:4207:20916047,20919370:pehd:4207:20919652,20924210:pehd:4207:20924694,20925354:pehd:4207:20926423,20925359:pehd:4207:20925822,20966331:pehd:4207:20968183,20966337:pehd:4207:20967721,20966344:pehd:4207:20967663,21001226:pehd:4207:21198520,21001261:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.007731715773167336, 'nb_photo': 62, 'list_port_cont': '20371583,20466973,20512329,20626049,20690449,20698863,20750429,20784280,20787370,20845477,20925559,20927280,20976976,20977151,20995784,21177914,21183780,21189136,21193252,21204014,21205492,21207261,21209428,21217628,21218838,21219247,21221733,21222456,21230031,21231925,21242081,21245328,21249121,21254648,21256817,21315000,21315878,21321852,21324129', 'assoc_port': '20270432:20371583,20324556:20466973,20487793:20512329,20623011:20626049,20677297:20690449,20688364:20698863,20734875:20750429,20777278:20784280,20782291:20787370,20832993:20845477,20912930:20925559,20916991:20927280,20966335:20995784,20966348:20976976,20966354:20977151,21002717:21217628,21053287:21204014,21053310:21205492,21053723:21207261,21054312:21209428,21054615:21218838,21054640:21219247,21055180:21315878,21055191:21315000,21055550:21221733,21055582:21222456,21055665:21230031,21056506:21231925,21058220:21242081,21058310:21245328,21059264:21249121,21059827:21254648,21059862:21256817,21120310:21324129,21122360:21177914,21123364:21183780,21124003:21189136,21125567:21193252,21125613:21321852', 'assoc_mat': '20270432:pehd:4461:20371583,20324556:pehd:4461:20466973,20487793:pehd:4461:20512329,20623011:pehd:4461:20626049,20677297:pehd:4461:20690449,20688364:pehd:4461:20698863,20734875:pehd:4461:20750429,20777278:pehd:4461:20784280,20782291:pehd:4461:20787370,20832993:pehd:4461:20845477,20912930:pehd:4461:20925559,20916991:pehd:4461:20927280,20966335:pehd:4461:20995784,20966348:pehd:4461:20976976,20966354:pehd:4461:20977151,21002717:pehd:4461:21217628,21053287:pehd:4461:21204014,21053310:pehd:4461:21205492,21053723:pehd:4461:21207261,21054312:pehd:4461:21209428,21054615:pehd:4461:21218838,21054640:pehd:4461:21219247,21055180:pehd:4461:21315878,21055191:pehd:4461:21315000,21055550:pehd:4461:21221733,21055582:pehd:4461:21222456,21055665:pehd:4461:21230031,21056506:pehd:4461:21231925,21058220:pehd:4461:21242081,21058310:pehd:4461:21245328,21059264:pehd:4461:21249121,21059827:pehd:4461:21254648,21059862:pehd:4461:21256817,21120310:pehd:4461:21324129,21122360:pehd:4461:21177914,21123364:pehd:4461:21183780,21124003:pehd:44'}, {'unwanted_material': 'pehd', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.009739142314934023, 'nb_photo': 1949, 'list_port_cont': '20185082,20193236,20226903,20228131,20257574,20272202,20278012,20278096,20291813,20296516,20309965,20325348,20334133,20334303,20335613,20352691,20355409,20401434,20403611,20411746,20412827,20416193,20419448,20421824,20434616,20441325,20442739,20453686,20457585,20461380,20469062,20470516,20478182,20482518,20486369,20501268,20504919,20512288,20523236,20523484,20557176,20562354,20597238,20597522,20600843,20608102,20609426,20617528,20618713,20632666,20633461,20637002,20675310,20678147,20696834,20703485,20703660,20709268,20709346,20715912,20718456,20728071,20729157,20730001,20731265,20732365,20777112,20779688,20779741,20781855,20782732,20833748,20833972,20838550,20840036,20840886,20843635,20845983,20847779,20848504,20882248,20882447,20886123,20887398,20887963,20888066,20888472,20888593,20889840,20890178,20890477,20892018,20892995,20893103,20893439,20895493,20916148,20922804,20924075,20925476,20927067,20930011,20931234,20966476,20971056,20971299,20974049,20975454,21001546,21001618,21001770,21001951,21002033,2100240', 'assoc_port': '20183122:20185082,20192831:20193236,20224380:20226903,20226941:20228131,20254278:20272202,20257117:20257574,20277674:20278096,20277678:20278012,20291009:20291813,20296336:20296516,20308451:20309965,20324562:20325348,20330842:20334303,20331821:20334133,20334539:20335613,20351129:20352691,20354712:20355409,20398811:20401434,20403539:20403611,20407606:20412827,20410110:20411746,20414615:20416193,20418291:20419448,20421527:20421824,20433553:20434616,20436920:20441325,20441869:20442739,20451768:20453686,20455315:20457585,20460488:20461380,20469016:20469062,20470421:20470516,20477526:20478182,20479472:20482518,20485445:20486369,20500513:20501268,20504796:20504919,20510743:20512288,20522136:20523236,20522902:20523484,20555730:20557176,20561529:20562354,20596784:20597522,20596787:20597238,20600236:20600843,20607820:20608102,20608556:20609426,20616936:20617528,20617896:20618713,20631044:20632666,20632057:20633461,20636733:20637002,20675069:20675310,20677303:20678147,20690024:20696834,20699101:20709346,20699105:2070926', 'assoc_mat': '20183122:pehd:4200:20185082,20192831:pehd:4200:20193236,20224380:pehd:4200:20226903,20226941:pehd:4200:20228131,20254278:pehd:4200:20272202,20257117:pehd:4200:20257574,20277674:pehd:4200:20278096,20277678:pehd:4200:20278012,20291009:pehd:4200:20291813,20296336:pehd:4200:20296516,20308451:pehd:4200:20309965,20324562:pehd:4200:20325348,20330842:pehd:4200:20334303,20331821:pehd:4200:20334133,20334539:pehd:4200:20335613,20351129:pehd:4200:20352691,20354712:pehd:4200:20355409,20398811:pehd:4200:20401434,20403539:pehd:4200:20403611,20407606:pehd:4200:20412827,20410110:pehd:4200:20411746,20414615:pehd:4200:20416193,20418291:pehd:4200:20419448,20421527:pehd:4200:20421824,20433553:pehd:4200:20434616,20436920:pehd:4200:20441325,20441869:pehd:4200:20442739,20451768:pehd:4200:20453686,20455315:pehd:4200:20457585,20460488:pehd:4200:20461380,20469016:pehd:4200:20469062,20470421:pehd:4200:20470516,20477526:pehd:4200:20478182,20479472:pehd:4200:20482518,20485445:pehd:4200:20486369,20500513:pehd:4200:20501268,20504796:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 8.41330697016461e-05, 'nb_photo': 1, 'list_port_cont': '20516367', 'assoc_port': '20515637:20516367', 'assoc_mat': '20515637:pehd:3594:20516367'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0047612197265429635, 'nb_photo': 100, 'list_port_cont': '20218079,20220177,20225459,20225582,20227688,20246765,20250392,20264734,20273843,20277978,20326607,20328525,20343733,20353493,20355273,20355420,20410951,20412717,20421675,20452938,20454749,20479350,20486032,20491239,20514505,20516339,20516386,20562687,20597364,20682214,20696409,20709289,20709330,20719391,20719738,20728090,20779337,20833527,20833741,20834584,20845565,20847219,20854521', 'assoc_port': '20215674:20218079,20219535:20220177,20224378:20225582,20224381:20225459,20226939:20227688,20245938:20246765,20249728:20250392,20263700:20264734,20270889:20273843,20277684:20277978,20324553:20326607,20327793:20328525,20341995:20343733,20353379:20353493,20354708:20355420,20354711:20355273,20410111:20410951,20411272:20412717,20421518:20421675,20451769:20452938,20454229:20454749,20479234:20479350,20485444:20486032,20489623:20491239,20513203:20514505,20515633:20516386,20515635:20516339,20561523:20562687,20596786:20597364,20680363:20682214,20695689:20696409,20699102:20709289,20699104:20709330,20718507:20719738,20718513:20719391,20727919:20728090,20779073:20779337,20832939:20854521,20832998:20845565,20833006:20847219,20833037:20834584,20833043:20833741,20833053:20833527', 'assoc_mat': '20215674:pehd:4207:20218079,20219535:pehd:4207:20220177,20224378:pehd:4207:20225582,20224381:pehd:4207:20225459,20226939:pehd:4207:20227688,20245938:pehd:4207:20246765,20249728:pehd:4207:20250392,20263700:pehd:4207:20264734,20270889:pehd:4207:20273843,20277684:pehd:4207:20277978,20324553:pehd:4207:20326607,20327793:pehd:4207:20328525,20341995:pehd:4207:20343733,20353379:pehd:4207:20353493,20354708:pehd:4207:20355420,20354711:pehd:4207:20355273,20410111:pehd:4207:20410951,20411272:pehd:4207:20412717,20421518:pehd:4207:20421675,20451769:pehd:4207:20452938,20454229:pehd:4207:20454749,20479234:pehd:4207:20479350,20485444:pehd:4207:20486032,20489623:pehd:4207:20491239,20513203:pehd:4207:20514505,20515633:pehd:4207:20516386,20515635:pehd:4207:20516339,20561523:pehd:4207:20562687,20596786:pehd:4207:20597364,20680363:pehd:4207:20682214,20695689:pehd:4207:20696409,20699102:pehd:4207:20709289,20699104:pehd:4207:20709330,20718507:pehd:4207:20719738,20718513:pehd:4207:20719391,20727919:pehd:4207:20728090,20779073:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.02161229191446281, 'nb_photo': 2009, 'list_port_cont': '20894594,20896019,20896568,20898846,20907095,20907283,20909046,20909093,20910027,20910565,20910930,20919283,20919299,20929661,20930146,20941767,20942615,20942702,20966529,20974629,20975174,20975558,20976373,20976661,20995598,21054701,21125361,21129432,21129816,21131695,21161013,21161202,21162472,21162727,21163557,21163746,21164016,21164760,21165143,21165652,21165795,21166488,21166580,21166674,21166775,21166808,21166991,21167212,21176234,21176456,21176670,21177085,21177378,21178401,21180238,21180354,21180442,21180566,21180684,21181447,21181599,21181820,21182033,21182063,21182195,21182503,21182583,21182977,21183538,21183886,21184715,21184860,21185107,21185453,21186454,21186660,21186858,21187710,21187853,21187911,21188465,21188653,21189205,21189437,21189967,21190304,21190530,21190740,21190772,21191121,21191169,21191790,21191849,21191907,21192000,21192193,21192339,21192432,21193572,21193650,21194110,21194289,21194327,21194658,21194710,21194989,21195268,21195332,21195378,21195443,21195598,21198276,21198670,2119872', 'assoc_port': '20171946:21198276,20215674:21204626,20219535:21276399,20224378:21205177,20226939:21205453,20245938:21205829,20249728:21206576,20257109:21207175,20263700:21207618,20270889:21207707,20277684:21054701,20324553:21211375,20327793:21211649,20341995:21214513,20353379:21214719,20354708:21214473,20354711:21214688,20355355:21214348,20410111:21217465,20411272:21217453,20421518:21218107,20451769:21219101,20454229:21219227,20455316:21218962,20477525:21219911,20479234:21219949,20479473:21269533,20485444:21268352,20489623:21220140,20513203:21224948,20515633:21226575,20515635:21226708,20515637:21226911,20524360:21230617,20561523:21236042,20596786:21242265,20610318:21245800,20652563:21252225,20677302:21255552,20680363:21192339,20688365:21193650,20695689:21194710,20699102:21194327,20699104:21194289,20718507:21256539,20718513:21257268,20727919:21190530,20742145:21190740,20779070:21289729,20779073:21166488,20832939:21284814,20832998:21284307,20833006:21185453,20833037:21186660,20833043:21283843,20833053:21125361,20880569:2090728', 'assoc_mat': '20171946:pehd:4209:21198276,20215674:pehd:4209:21204626,20219535:pehd:4209:21276399,20224378:pehd:4209:21205177,20226939:pehd:4209:21205453,20245938:pehd:4209:21205829,20249728:pehd:4209:21206576,20257109:pehd:4209:21207175,20263700:pehd:4209:21207618,20270889:pehd:4209:21207707,20277684:pehd:4209:21054701,20324553:pehd:4209:21211375,20327793:pehd:4209:21211649,20341995:pehd:4209:21214513,20353379:pehd:4209:21214719,20354708:pehd:4209:21214473,20354711:pehd:4209:21214688,20355355:pehd:4209:21214348,20410111:pehd:4209:21217465,20411272:pehd:4209:21217453,20421518:pehd:4209:21218107,20451769:pehd:4209:21219101,20454229:pehd:4209:21219227,20455316:pehd:4209:21218962,20477525:pehd:4209:21219911,20479234:pehd:4209:21219949,20479473:pehd:4209:21269533,20485444:pehd:4209:21268352,20489623:pehd:4209:21220140,20513203:pehd:4209:21224948,20515633:pehd:4209:21226575,20515635:pehd:4209:21226708,20515637:pehd:4209:21226911,20524360:pehd:4209:21230617,20561523:pehd:4209:21236042,20596786:pehd:4209:21242265,20610318:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.010989346487364538, 'nb_photo': 4, 'list_port_cont': '20550180', 'assoc_port': '20549748:20550180', 'assoc_mat': '20549748:pehd:4200:20550180'}, {'unwanted_material': 'pehd', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.9408797264092236, 'nb_photo': 29275, 'list_port_cont': '20168744,20170143,20173852,20174165,20178353,20178608,20184721,20200312,20203919,20206246,20208998,20209432,20217449,20218315,20220334,20223974,20226050,20226613,20227875,20229221,20247094,20259500,20265011,20296647,20332610,20334237,20337946,20339424,20340036,20345657,20350783,20351362,20353925,20355382,20358750,20360249,20360372,20360569,20361363,20362595,20362694,20363961,20364119,20364281,20365499,20365925,20366178,20367249,20367354,20368520,20368797,20369337,20370612,20395260,20400647,20402664,20407488,20411468,20416148,20419519,20422605,20438635,20442998,20443781,20444106,20452058,20455619,20456582,20470704,20475605,20476091,20477121,20480475,20483625,20486968,20487361,20490972,20492567,20493851,20493981,20505007,20506280,20506548,20506719,20507220,20514951,20516425,20518557,20522745,20525023,20525522,20546207,20549093,20551500,20553599,20558625,20565358,20567449,20577410,20580171,20597669,20599615,20603576,20606914,20607786,20609654,20611803,20613653,20617814,20623104,20623228,20631366,20633776,2063606', 'assoc_port': '20168058:20265011,20168492:20168744,20169287:20170143,20171950:20173852,20172748:20174165,20177140:20178353,20177547:20178608,20183126:20184721,20199782:20200312,20200514:20206246,20201665:20203919,20206393:20209432,20206396:20208998,20215665:20218315,20215671:20217449,20219533:20220334,20220268:20226613,20220270:20223974,20224384:20226050,20226942:20227875,20228246:20229221,20245966:20247094,20249724:20360249,20249727:20360372,20253023:20360569,20257111:20259500,20258543:20362694,20263701:20370612,20266081:20364281,20270891:20369337,20277682:20296647,20293713:20368797,20295679:20368520,20296493:20367354,20297024:20367249,20297026:20366178,20297653:20365925,20298063:20365499,20300871:20364119,20303263:20363961,20303271:20362595,20308453:20361363,20313891:20358750,20324554:20350783,20324561:20334237,20330845:20332610,20336407:20337946,20337414:20339424,20338546:20340036,20341992:20345657,20350378:20351362,20353380:20353925,20354709:20355382,20393269:20395260,20398810:20400647,20401674:20402664,20404210:2041951', 'assoc_mat': '20168058:pehd:4211:20265011,20168492:pehd:4211:20168744,20169287:pehd:4211:20170143,20171950:pehd:4211:20173852,20172748:pehd:4211:20174165,20177140:pehd:4211:20178353,20177547:pehd:4211:20178608,20183126:pehd:4211:20184721,20199782:pehd:4211:20200312,20200514:pehd:4211:20206246,20201665:pehd:4211:20203919,20206393:pehd:4211:20209432,20206396:pehd:4211:20208998,20215665:pehd:4211:20218315,20215671:pehd:4211:20217449,20219533:pehd:4211:20220334,20220268:pehd:4211:20226613,20220270:pehd:4211:20223974,20224384:pehd:4211:20226050,20226942:pehd:4211:20227875,20228246:pehd:4211:20229221,20245966:pehd:4211:20247094,20249724:pehd:4211:20360249,20249727:pehd:4211:20360372,20253023:pehd:4211:20360569,20257111:pehd:4211:20259500,20258543:pehd:4211:20362694,20263701:pehd:4211:20370612,20266081:pehd:4211:20364281,20270891:pehd:4211:20369337,20277682:pehd:4211:20296647,20293713:pehd:4211:20368797,20295679:pehd:4211:20368520,20296493:pehd:4211:20367354,20297024:pehd:4211:20367249,20297026:pehd:4211:20366178,20297653:pehd:42'}, {'unwanted_material': 'pehd', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.0025553522724301603, 'nb_photo': 5, 'list_port_cont': '20257452,20325808,20421574,20551768,20710885', 'assoc_port': '20254304:20257452,20324558:20325808,20420764:20421574,20549746:20551768,20699103:20710885', 'assoc_mat': '20254304:pehd:3327:20257452,20324558:pehd:3327:20325808,20420764:pehd:3327:20421574,20549746:pehd:3327:20551768,20699103:pehd:3327:20710885'}, {'unwanted_material': 'pehd', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.000519338348765432, 'nb_photo': 1, 'list_port_cont': '21129988', 'assoc_port': '21002613:21129988', 'assoc_mat': '21002613:pehd:3594:21129988'}, {'unwanted_material': 'pet_clair', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0036298868643696025, 'nb_photo': 20, 'list_port_cont': '20384577,20410422,20495673,20503199,20515104,20529698,20627252,20675822,20727246,20784156,20787022,20911001,20975681,21200243', 'assoc_port': '20303275:20384577,20326810:20410422,20431076:20495673,20485440:20503199,20505940:20515104,20517445:20529698,20612113:20627252,20672165:20675822,20718506:20727246,20776158:20784156,20781905:20787022,20886151:20911001,20966334:20975681,21001280:21200243', 'assoc_mat': '20303275:pet_clair:4205:20384577,20326810:pet_clair:4205:20410422,20431076:pet_clair:4205:20495673,20485440:pet_clair:4205:20503199,20505940:pet_clair:4205:20515104,20517445:pet_clair:4205:20529698,20612113:pet_clair:4205:20627252,20672165:pet_clair:4205:20675822,20718506:pet_clair:4205:20727246,20776158:pet_clair:4205:20784156,20781905:pet_clair:4205:20787022,20886151:pet_clair:4205:20911001,20966334:pet_clair:4205:20975681,21001280:pet_clair:4205:21200243'}, {'unwanted_material': 'pet_clair', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 0.0004299699747671604, 'nb_photo': 6, 'list_port_cont': '20476669,20531311,20604140,20898839,21253532', 'assoc_port': '20441872:20476669,20519774:20531311,20602371:20604140,20888117:20898839,21059806:21253532', 'assoc_mat': '20441872:pet_clair:4203:20476669,20519774:pet_clair:4203:20531311,20602371:pet_clair:4203:20604140,20888117:pet_clair:4203:20898839,21059806:pet_clair:4203:21253532'}, {'unwanted_material': 'pet_clair', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.004372381194678496, 'nb_photo': 10, 'list_port_cont': '20878344,20880662,20919661,20924682,21053776,21124094,21132204,21136299,21199736,21199765', 'assoc_port': '20877876:20878344,20880567:20880662,20919370:20919661,20924210:20924682,21001268:21199736,21001272:21199765,21053289:21053776,21056515:21136299,21059290:21132204,21123374:21124094', 'assoc_mat': '20877876:pet_clair:4207:20878344,20880567:pet_clair:4207:20880662,20919370:pet_clair:4207:20919661,20924210:pet_clair:4207:20924682,21001268:pet_clair:4207:21199736,21001272:pet_clair:4207:21199765,21053289:pet_clair:4207:21053776,21056515:pet_clair:4207:21136299,21059290:pet_clair:4207:21132204,21123374:pet_clair:4207:21124094'}, {'unwanted_material': 'pet_clair', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.00319821743226762, 'nb_photo': 4, 'list_port_cont': '20702483,21003155,21232218', 'assoc_port': '20675611:20702483,21002728:21003155,21056508:21232218', 'assoc_mat': '20675611:pet_clair:4461:20702483,21002728:pet_clair:4461:21003155,21056508:pet_clair:4461:21232218'}, {'unwanted_material': 'pet_clair', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.05519287990535161, 'nb_photo': 999, 'list_port_cont': '20177847,20185070,20193222,20203781,20209704,20226916,20228122,20257568,20272196,20278015,20278105,20291808,20296526,20308348,20309964,20325352,20334126,20334299,20335607,20352703,20355399,20401441,20403599,20411743,20412832,20416192,20419461,20421825,20434621,20441328,20442740,20453696,20457581,20461382,20469069,20470513,20478185,20482522,20486358,20512277,20523233,20523479,20557183,20562363,20597224,20597527,20600832,20609415,20617520,20618704,20632669,20633458,20636996,20675298,20696830,20703483,20703661,20709273,20709351,20715909,20718461,20730012,20731269,20732373,20777121,20779695,20779753,20781862,20782737,20833750,20833962,20840028,20840892,20843638,20845987,20847772,20848508,20882452,20887404,20888466,20890181,20890471,20892020,20893007,20893110,20893431,20895496,20916152,20922791,20924074,20925475,20927060,20931238,20966471,20971049,20975449,21001553,21001630,21001762,21001960,21002416,21002901,21053842,21055811,21057128,21059057,21059364,21120601,21124081,21124834,21126560,21128318,21128509,2112890', 'assoc_port': '20177146:20177847,20183122:20185070,20192831:20193222,20202891:20203781,20209116:20209704,20224380:20226916,20226941:20228122,20254278:20272196,20257117:20257568,20277674:20278105,20277678:20278015,20291009:20291808,20296336:20296526,20307290:20308348,20308451:20309964,20324562:20325352,20330842:20334299,20331821:20334126,20334539:20335607,20351129:20352703,20354712:20355399,20398811:20401441,20403539:20403599,20407606:20412832,20410110:20411743,20414615:20416192,20418291:20419461,20421527:20421825,20433553:20434621,20436920:20441328,20441869:20442740,20451768:20453696,20455315:20457581,20460488:20461382,20469016:20469069,20470421:20470513,20477526:20478185,20479472:20482522,20485445:20486358,20510743:20512277,20522136:20523233,20522902:20523479,20555730:20557183,20561529:20562363,20596784:20597527,20596787:20597224,20600236:20600832,20608556:20609415,20616936:20617520,20617896:20618704,20631044:20632669,20632057:20633458,20636733:20636996,20675069:20675298,20690024:20696830,20699101:20709351,20699105:2070927', 'assoc_mat': '20177146:pet_clair:4200:20177847,20183122:pet_clair:4200:20185070,20192831:pet_clair:4200:20193222,20202891:pet_clair:4200:20203781,20209116:pet_clair:4200:20209704,20224380:pet_clair:4200:20226916,20226941:pet_clair:4200:20228122,20254278:pet_clair:4200:20272196,20257117:pet_clair:4200:20257568,20277674:pet_clair:4200:20278105,20277678:pet_clair:4200:20278015,20291009:pet_clair:4200:20291808,20296336:pet_clair:4200:20296526,20307290:pet_clair:4200:20308348,20308451:pet_clair:4200:20309964,20324562:pet_clair:4200:20325352,20330842:pet_clair:4200:20334299,20331821:pet_clair:4200:20334126,20334539:pet_clair:4200:20335607,20351129:pet_clair:4200:20352703,20354712:pet_clair:4200:20355399,20398811:pet_clair:4200:20401441,20403539:pet_clair:4200:20403599,20407606:pet_clair:4200:20412832,20410110:pet_clair:4200:20411743,20414615:pet_clair:4200:20416192,20418291:pet_clair:4200:20419461,20421527:pet_clair:4200:20421825,20433553:pet_clair:4200:20434621,20436920:pet_clair:4200:20441328,20441869:pet_clair:4200:20442740,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.005130864733367626, 'nb_photo': 10, 'list_port_cont': '20516360', 'assoc_port': '20515637:20516360', 'assoc_mat': '20515637:pet_clair:3594:20516360'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0011156427064674594, 'nb_photo': 8, 'list_port_cont': '20227685,20273844,20277982,20343741,20516390,20562686,20696410', 'assoc_port': '20226939:20227685,20270889:20273844,20277684:20277982,20341995:20343741,20515633:20516390,20561523:20562686,20695689:20696410', 'assoc_mat': '20226939:pet_clair:4207:20227685,20270889:pet_clair:4207:20273844,20277684:pet_clair:4207:20277982,20341995:pet_clair:4207:20343741,20515633:pet_clair:4207:20516390,20561523:pet_clair:4207:20562686,20695689:pet_clair:4207:20696410'}, {'unwanted_material': 'pet_clair', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.011862652151294574, 'nb_photo': 36, 'list_port_cont': '20896573,20910039,20974632,21163741,21166587,21176676,21180233,21180450,21182490,21187702,21189201,21193656,21195429,21205827,21207633,21207690,21209332,21209695,21210871,21211314,21219410,21219842,21220727,21224463,21233747,21240744,21243166,21246957,21255991,21265900,21279830,21283912', 'assoc_port': '20245938:21205827,20300842:21209695,20688365:21193656,20887002:20896573,20892354:20910039,20966320:20974632,21001285:21279830,21053732:21207633,21053750:21207690,21054316:21209332,21054364:21210871,21054368:21211314,21054645:21219410,21055175:21219842,21055515:21220727,21055636:21224463,21056513:21265900,21056523:21233747,21056556:21240744,21058266:21243166,21058354:21246957,21059859:21255991,21120285:21163741,21120307:21166587,21122346:21176676,21122417:21180233,21122456:21180450,21123354:21182490,21123385:21283912,21123395:21187702,21124035:21189201,21125626:21195429', 'assoc_mat': '20245938:pet_clair:4209:21205827,20300842:pet_clair:4209:21209695,20688365:pet_clair:4209:21193656,20887002:pet_clair:4209:20896573,20892354:pet_clair:4209:20910039,20966320:pet_clair:4209:20974632,21001285:pet_clair:4209:21279830,21053732:pet_clair:4209:21207633,21053750:pet_clair:4209:21207690,21054316:pet_clair:4209:21209332,21054364:pet_clair:4209:21210871,21054368:pet_clair:4209:21211314,21054645:pet_clair:4209:21219410,21055175:pet_clair:4209:21219842,21055515:pet_clair:4209:21220727,21055636:pet_clair:4209:21224463,21056513:pet_clair:4209:21265900,21056523:pet_clair:4209:21233747,21056556:pet_clair:4209:21240744,21058266:pet_clair:4209:21243166,21058354:pet_clair:4209:21246957,21059859:pet_clair:4209:21255991,21120285:pet_clair:4209:21163741,21120307:pet_clair:4209:21166587,21122346:pet_clair:4209:21176676,21122417:pet_clair:4209:21180233,21122456:pet_clair:4209:21180450,21123354:pet_clair:4209:21182490,21123385:pet_clair:4209:21283912,21123395:pet_clair:4209:21187702,21124035:pet_clair:4209:21189201,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.035179748266934825, 'nb_photo': 1, 'list_port_cont': '20550166', 'assoc_port': '20549748:20550166', 'assoc_mat': '20549748:pet_clair:4200:20550166'}, {'unwanted_material': 'pet_clair', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.0005488836996854885, 'nb_photo': 131, 'list_port_cont': '20174158,20200311,20206248,20217459,20220321,20223977,20227873,20229222,20337949,20351363,20355384,20362607,20363970,20364118,20364277,20368802,20370615,20400637,20416141,20438624,20444100,20455618,20470690,20476089,20480474,20493989,20506720,20507222,20514961,20518566,20553602,20558633,20580169,20603567,20609649,20617807,20650578,20653571,20655370,20673288,20682284,20684930,20707268,20719375,20721817,20722348,20729984,20731409,20748887,20778157,20833858,20834567,20842570,20842801,20846499,20846983,20847749,20850018,20856003,20858361,20877439,20888049,20888399,20892963,20921472,20925124,20930294,20968875,20972427,21054779,21056809,21058111,21060851,21061437,21126725,21128516,21129025,21130113,21130332,21130542,21131220,21131478,21131650,21132015,21133042,21134018,21134455,21135345,21163488,21166971,21209241,21209974', 'assoc_port': '20172748:20174158,20199782:20200311,20200514:20206248,20215671:20217459,20219533:20220321,20220270:20223977,20226942:20227873,20228246:20229222,20263701:20370615,20266081:20364277,20293713:20368802,20300871:20364118,20303263:20363970,20303271:20362607,20336407:20337949,20350378:20351363,20354709:20355384,20398810:20400637,20414614:20416141,20436923:20438624,20443834:20444100,20454226:20455618,20470419:20470690,20474343:20476089,20479475:20480474,20493658:20493989,20506319:20506720,20506970:20507222,20513204:20514961,20517446:20518566,20549748:21134018,20551966:20553602,20557616:20558633,20579533:20580169,20602368:20603567,20608558:20609649,20616933:20617807,20649578:20650578,20652560:20653571,20654978:20655370,20673050:20673288,20680373:20682284,20684268:20684930,20703028:20707268,20718514:20719375,20721213:20721817,20721214:20722348,20729789:20729984,20730970:20731409,20748615:20748887,20777280:20778157,20832919:20858361,20832943:20842570,20832999:20846499,20833039:20846983,20833047:20834567,20833052:2083385', 'assoc_mat': '20172748:pet_clair:4211:20174158,20199782:pet_clair:4211:20200311,20200514:pet_clair:4211:20206248,20215671:pet_clair:4211:20217459,20219533:pet_clair:4211:20220321,20220270:pet_clair:4211:20223977,20226942:pet_clair:4211:20227873,20228246:pet_clair:4211:20229222,20263701:pet_clair:4211:20370615,20266081:pet_clair:4211:20364277,20293713:pet_clair:4211:20368802,20300871:pet_clair:4211:20364118,20303263:pet_clair:4211:20363970,20303271:pet_clair:4211:20362607,20336407:pet_clair:4211:20337949,20350378:pet_clair:4211:20351363,20354709:pet_clair:4211:20355384,20398810:pet_clair:4211:20400637,20414614:pet_clair:4211:20416141,20436923:pet_clair:4211:20438624,20443834:pet_clair:4211:20444100,20454226:pet_clair:4211:20455618,20470419:pet_clair:4211:20470690,20474343:pet_clair:4211:20476089,20479475:pet_clair:4211:20480474,20493658:pet_clair:4211:20493989,20506319:pet_clair:4211:20506720,20506970:pet_clair:4211:20507222,20513204:pet_clair:4211:20514961,20517446:pet_clair:4211:20518566,20549748:pet_clair:4211:21134018,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.9902895078971651, 'nb_photo': 100745, 'list_port_cont': '20169758,20171226,20171787,20172627,20174097,20177038,20178245,20178718,20186483,20188613,20200241,20200487,20201399,20202959,20208863,20211303,20217279,20217515,20220556,20227558,20227654,20229867,20247283,20248890,20255108,20257448,20260605,20264578,20267675,20278178,20278571,20278695,20295629,20296894,20298334,20302294,20304749,20305893,20309608,20310153,20312970,20314135,20325803,20332515,20333664,20338602,20340537,20351375,20352803,20355106,20356299,20357095,20394873,20398598,20402641,20405153,20408827,20413199,20415888,20420404,20421570,20422098,20435378,20437306,20438479,20442821,20444079,20444618,20445547,20449150,20451891,20454020,20460833,20469158,20469703,20474520,20476958,20479422,20481355,20483992,20486818,20491225,20491660,20493044,20501399,20505493,20506564,20508476,20514563,20515516,20516623,20520543,20522733,20523647,20546484,20549122,20551765,20555015,20557235,20561261,20563375,20567387,20571023,20576584,20576625,20600005,20603447,20607763,20610247,20611070,20614957,20617639,20618821,2062138', 'assoc_port': '20168059:20177038,20169285:20169758,20169831:20171787,20169834:20171226,20171951:20172627,20172749:20174097,20177142:20178245,20177545:20178718,20183123:20186483,20186672:20188613,20199784:20200487,20199786:20200241,20200509:20201399,20201667:20202959,20206394:20208863,20210194:20211303,20215666:20217515,20215687:20217279,20219531:20220556,20224377:20227654,20224382:20227558,20228243:20229867,20245939:20247283,20247542:20248890,20253021:20255108,20254304:20257448,20258541:20260605,20262010:20264578,20266083:20267675,20277672:20278695,20277675:20278571,20277681:20278178,20293712:20295629,20296496:20296894,20298064:20298334,20300873:20302294,20303267:20305893,20303272:20304749,20308442:20310153,20308450:20309608,20312006:20312970,20313893:20314135,20324558:20325803,20330844:20332515,20331796:20333664,20337409:20338602,20338547:20340537,20350380:20351375,20352155:20352803,20354703:20357095,20354707:20355106,20355354:20356299,20393265:20394873,20397365:20398598,20401648:20402641,20404209:20405153,20407607:2040882', 'assoc_mat': '20168059:pet_clair:3327:20177038,20169285:pet_clair:3327:20169758,20169831:pet_clair:3327:20171787,20169834:pet_clair:3327:20171226,20171951:pet_clair:3327:20172627,20172749:pet_clair:3327:20174097,20177142:pet_clair:3327:20178245,20177545:pet_clair:3327:20178718,20183123:pet_clair:3327:20186483,20186672:pet_clair:3327:20188613,20199784:pet_clair:3327:20200487,20199786:pet_clair:3327:20200241,20200509:pet_clair:3327:20201399,20201667:pet_clair:3327:20202959,20206394:pet_clair:3327:20208863,20210194:pet_clair:3327:20211303,20215666:pet_clair:3327:20217515,20215687:pet_clair:3327:20217279,20219531:pet_clair:3327:20220556,20224377:pet_clair:3327:20227654,20224382:pet_clair:3327:20227558,20228243:pet_clair:3327:20229867,20245939:pet_clair:3327:20247283,20247542:pet_clair:3327:20248890,20253021:pet_clair:3327:20255108,20254304:pet_clair:3327:20257448,20258541:pet_clair:3327:20260605,20262010:pet_clair:3327:20264578,20266083:pet_clair:3327:20267675,20277672:pet_clair:3327:20278695,20277675:pet_clair:3327:20278571,2'}, {'unwanted_material': 'pet_clair', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.10476410444966121, 'nb_photo': 101, 'list_port_cont': '21001656,21001942,21056004,21124766,21129925,21129985', 'assoc_port': '21001262:21001942,21001273:21001656,21002613:21129985,21002624:21129925,21053304:21056004,21124054:21124766', 'assoc_mat': '21001262:pet_clair:3594:21001942,21001273:pet_clair:3594:21001656,21002613:pet_clair:3594:21129985,21002624:pet_clair:3594:21129925,21053304:pet_clair:3594:21056004,21124054:pet_clair:3594:21124766'}, {'unwanted_material': 'pet_fonce', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.6690611547442031, 'nb_photo': 2986, 'list_port_cont': '20177844,20185081,20193229,20203777,20209705,20226907,20228118,20257570,20272209,20278013,20278097,20291820,20296514,20308341,20309972,20325359,20334134,20334309,20335621,20352696,20355403,20403609,20411748,20412834,20416183,20419453,20421827,20434618,20441339,20442750,20453688,20457584,20461373,20469070,20470518,20478181,20482523,20486361,20501264,20504931,20512284,20523241,20523478,20557178,20562348,20597230,20597526,20600845,20608104,20609420,20617525,20618716,20632670,20633465,20636995,20675299,20678151,20696838,20888064,21001544,21001622,21001763,21001949,21002021,21002407,21002896,21053851,21054131,21054768,21055814,21057131,21059059,21059375,21128329,21128500,21128904,21129046,21129170,21129376,21129501,21129692,21130265,21130284,21130387,21130709,21131066,21131509,21133155,21133303,21133925,21134418,21135183,21135504,21135907,21164187,21166374,21166784,21167105,21167188,21167620,21167751,21167940,21168083,21168394,21168684,21170058,21170113,21170306,21170671,21170820,21171136,21171742,21172166,2117241', 'assoc_port': '20177146:20177844,20183122:20185081,20192831:20193229,20202891:20203777,20209116:20209705,20224380:20226907,20226941:20228118,20254278:20272209,20257117:20257570,20277674:20278097,20277678:20278013,20291009:20291820,20296336:20296514,20307290:20308341,20308451:20309972,20324562:20325359,20330842:20334309,20331821:20334134,20334539:20335621,20351129:20352696,20354712:20355403,20403539:20403609,20407606:20412834,20410110:20411748,20414615:20416183,20418291:20419453,20421527:20421827,20433553:20434618,20436920:20441339,20441869:20442750,20451768:20453688,20455315:20457584,20460488:20461373,20469016:20469070,20470421:20470518,20477526:20478181,20479472:20482523,20485445:20486361,20500513:20501264,20504796:20504931,20510743:20512284,20522136:20523241,20522902:20523478,20555730:20557178,20561529:20562348,20596784:20597526,20596787:20597230,20600236:20600845,20607820:20608104,20608556:20609420,20616936:20617525,20617896:20618716,20631044:20632670,20632057:20633465,20636733:20636995,20675069:20675299,20677303:2067815', 'assoc_mat': '20177146:pet_fonce:4200:20177844,20183122:pet_fonce:4200:20185081,20192831:pet_fonce:4200:20193229,20202891:pet_fonce:4200:20203777,20209116:pet_fonce:4200:20209705,20224380:pet_fonce:4200:20226907,20226941:pet_fonce:4200:20228118,20254278:pet_fonce:4200:20272209,20257117:pet_fonce:4200:20257570,20277674:pet_fonce:4200:20278097,20277678:pet_fonce:4200:20278013,20291009:pet_fonce:4200:20291820,20296336:pet_fonce:4200:20296514,20307290:pet_fonce:4200:20308341,20308451:pet_fonce:4200:20309972,20324562:pet_fonce:4200:20325359,20330842:pet_fonce:4200:20334309,20331821:pet_fonce:4200:20334134,20334539:pet_fonce:4200:20335621,20351129:pet_fonce:4200:20352696,20354712:pet_fonce:4200:20355403,20403539:pet_fonce:4200:20403609,20407606:pet_fonce:4200:20412834,20410110:pet_fonce:4200:20411748,20414615:pet_fonce:4200:20416183,20418291:pet_fonce:4200:20419453,20421527:pet_fonce:4200:20421827,20433553:pet_fonce:4200:20434618,20436920:pet_fonce:4200:20441339,20441869:pet_fonce:4200:20442750,20451768:pet_fonce:4200:20453688,2'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 3594, 'ratio': 0.0003523394633058985, 'nb_photo': 2, 'list_port_cont': '20516365', 'assoc_port': '20515637:20516365', 'assoc_mat': '20515637:pet_fonce:3594:20516365'}, {'unwanted_material': 'pet_fonce', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.0029704103428802213, 'nb_photo': 7, 'list_port_cont': '21182501,21214682,21214751,21220032,21238679,21265883,21265899', 'assoc_port': '21001737:21214751,21001741:21214682,21055186:21220032,21056513:21265899,21056521:21265883,21056542:21238679,21123354:21182501', 'assoc_mat': '21001737:pet_fonce:4209:21214751,21001741:pet_fonce:4209:21214682,21055186:pet_fonce:4209:21220032,21056513:pet_fonce:4209:21265899,21056521:pet_fonce:4209:21265883,21056542:pet_fonce:4209:21238679,21123354:pet_fonce:4209:21182501'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4200, 'ratio': 0.6858686706003323, 'nb_photo': 5, 'list_port_cont': '20550170', 'assoc_port': '20549748:20550170', 'assoc_mat': '20549748:pet_fonce:4200:20550170'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00028958161058019303, 'nb_photo': 12, 'list_port_cont': '20340034,20493855,20525520,20546209,20577422,20681848,20696882,20782645,20888405,20926355,21002469', 'assoc_port': '20338546:20340034,20493657:20493855,20524357:20525520,20544937:20546209,20577148:20577422,20680379:20681848,20695670:20696882,20782292:20782645,20888116:20888405,20925355:20926355,21001713:21002469', 'assoc_mat': '20338546:pet_fonce:4211:20340034,20493657:pet_fonce:4211:20493855,20524357:pet_fonce:4211:20525520,20544937:pet_fonce:4211:20546209,20577148:pet_fonce:4211:20577422,20680379:pet_fonce:4211:20681848,20695670:pet_fonce:4211:20696882,20782292:pet_fonce:4211:20782645,20888116:pet_fonce:4211:20888405,20925355:pet_fonce:4211:20926355,21001713:pet_fonce:4211:21002469'}, {'unwanted_material': 'pet_fonce', 'main_material': 'pet_clair', 'pht_type': 3327, 'ratio': 0.002677108592342083, 'nb_photo': 18, 'list_port_cont': '20247275,20398599,20402647,20442820,20469709,20505495,20551763,20557237,20685099,20700440,20731458,20782703,20842072,20850454,20929942,20930363,20973048', 'assoc_port': '20245939:20247275,20397365:20398599,20401648:20402647,20441870:20442820,20469233:20469709,20505113:20505495,20549746:20551763,20555731:20557237,20684266:20685099,20699110:20700440,20730974:20731458,20782288:20782703,20832938:20842072,20848640:20850454,20929139:20929942,20929765:20930363,20966330:20973048', 'assoc_mat': '20245939:pet_fonce:3327:20247275,20397365:pet_fonce:3327:20398599,20401648:pet_fonce:3327:20402647,20441870:pet_fonce:3327:20442820,20469233:pet_fonce:3327:20469709,20505113:pet_fonce:3327:20505495,20549746:pet_fonce:3327:20551763,20555731:pet_fonce:3327:20557237,20684266:pet_fonce:3327:20685099,20699110:pet_fonce:3327:20700440,20730974:pet_fonce:3327:20731458,20782288:pet_fonce:3327:20782703,20832938:pet_fonce:3327:20842072,20848640:pet_fonce:3327:20850454,20929139:pet_fonce:3327:20929942,20929765:pet_fonce:3327:20930363,20966330:pet_fonce:3327:20973048'}, {'unwanted_material': 'pet_fonce', 'main_material': 'refus', 'pht_type': 3594, 'ratio': 0.005281815417139079, 'nb_photo': 9, 'list_port_cont': '21001653,21056000,21124767,21129932,21129983', 'assoc_port': '21001273:21001653,21002613:21129983,21002624:21129932,21053304:21056000,21124054:21124767', 'assoc_mat': '21001273:pet_fonce:3594:21001653,21002613:pet_fonce:3594:21129983,21002624:pet_fonce:3594:21129932,21053304:pet_fonce:3594:21056000,21124054:pet_fonce:3594:21124767'}, {'unwanted_material': 'pet_opaque', 'main_material': 'aluminium', 'pht_type': 4205, 'ratio': 0.0003236375846255702, 'nb_photo': 2, 'list_port_cont': '20466589,20658809', 'assoc_port': '20414608:20466589,20630388:20658809', 'assoc_mat': '20414608:pet_opaque:4205:20466589,20630388:pet_opaque:4205:20658809'}, {'unwanted_material': 'pet_opaque', 'main_material': 'ela', 'pht_type': 4203, 'ratio': 8.830681187379223e-05, 'nb_photo': 16, 'list_port_cont': '20389345,20464649,20522634,20586563,20786041,20871179,21220173,21235770', 'assoc_port': '20308443:20389345,20410109:20464649,20510744:20522634,20573401:20586563,20780559:20786041,20845542:20871179,21055192:21220173,21056532:21235770', 'assoc_mat': '20308443:pet_opaque:4203:20389345,20410109:pet_opaque:4203:20464649,20510744:pet_opaque:4203:20522634,20573401:pet_opaque:4203:20586563,20780559:pet_opaque:4203:20786041,20845542:pet_opaque:4203:20871179,21055192:pet_opaque:4203:21220173,21056532:pet_opaque:4203:21235770'}, {'unwanted_material': 'pet_opaque', 'main_material': 'emr', 'pht_type': 4207, 'ratio': 0.003042851922885584, 'nb_photo': 8, 'list_port_cont': '20671624,20892876,21061053,21136173,21199182,21202026,21206990,21209431', 'assoc_port': '20671424:20671624,20891551:20892876,21001261:21199182,21053266:21202026,21055173:21206990,21058226:21136173,21059832:21061053,21122392:21209431', 'assoc_mat': '20671424:pet_opaque:4207:20671624,20891551:pet_opaque:4207:20892876,21001261:pet_opaque:4207:21199182,21053266:pet_opaque:4207:21202026,21055173:pet_opaque:4207:21206990,21058226:pet_opaque:4207:21136173,21059832:pet_opaque:4207:21061053,21122392:pet_opaque:4207:21209431'}, {'unwanted_material': 'pet_opaque', 'main_material': 'film_pedb', 'pht_type': 4461, 'ratio': 0.003964126244389385, 'nb_photo': 24, 'list_port_cont': '20438445,20847032,20929981,20977149,21189128,21195487,21203206,21210166,21218253,21218683,21219254,21219962,21245326,21304266,21306422', 'assoc_port': '20270890:20438445,20833003:20847032,20895536:20929981,20966354:20977149,21053276:21203206,21054323:21210166,21054591:21218253,21054607:21218683,21054640:21219254,21055182:21219962,21058310:21245326,21123350:21304266,21123997:21306422,21124003:21189128,21125655:21195487', 'assoc_mat': '20270890:pet_opaque:4461:20438445,20833003:pet_opaque:4461:20847032,20895536:pet_opaque:4461:20929981,20966354:pet_opaque:4461:20977149,21053276:pet_opaque:4461:21203206,21054323:pet_opaque:4461:21210166,21054591:pet_opaque:4461:21218253,21054607:pet_opaque:4461:21218683,21054640:pet_opaque:4461:21219254,21055182:pet_opaque:4461:21219962,21058310:pet_opaque:4461:21245326,21123350:pet_opaque:4461:21304266,21123997:pet_opaque:4461:21306422,21124003:pet_opaque:4461:21189128,21125655:pet_opaque:4461:21195487'}, {'unwanted_material': 'pet_opaque', 'main_material': 'flux_dev', 'pht_type': 4200, 'ratio': 0.00820196728539151, 'nb_photo': 770, 'list_port_cont': '20177852,20185071,20193221,20203776,20209707,20226912,20228124,20257566,20272201,20278008,20278099,20291819,20296517,20308344,20325345,20334125,20334304,20335618,20352700,20355407,20401431,20403600,20416190,20419459,20421826,20441334,20442745,20453697,20457582,20469065,20470523,20478183,20482524,20486356,20504924,20523238,20523475,20557175,20562362,20597239,20597523,20600840,20608101,20609427,20618709,20632664,20633457,20636998,20675295,20678150,20696837,20703487,20703650,20709276,20709359,20718460,20728066,20729166,20732367,20777126,20779696,20779739,20782736,20833961,20838556,20840025,20840894,20843639,20845984,20847780,20848507,20882448,20886125,20887955,20888071,20888473,20890174,20890472,20893437,20895491,20916161,20922797,20924076,20925484,20927058,20931237,20966478,20971062,20971293,20974045,20975455,21001541,21001625,21001773,21002026,21002411,21002905,21053841,21054127,21054766,21055804,21057123,21059046,21059376,21124075,21124833,21126563,21128320,21128510,21128905,21129040,21129175,21129374,2112950', 'assoc_port': '20177146:20177852,20183122:20185071,20192831:20193221,20202891:20203776,20209116:20209707,20224380:20226912,20226941:20228124,20254278:20272201,20257117:20257566,20277674:20278099,20277678:20278008,20291009:20291819,20296336:20296517,20307290:20308344,20324562:20325345,20330842:20334304,20331821:20334125,20334539:20335618,20351129:20352700,20354712:20355407,20398811:20401431,20403539:20403600,20414615:20416190,20418291:20419459,20421527:20421826,20436920:20441334,20441869:20442745,20451768:20453697,20455315:20457582,20469016:20469065,20470421:20470523,20477526:20478183,20479472:20482524,20485445:20486356,20504796:20504924,20522136:20523238,20522902:20523475,20555730:20557175,20561529:20562362,20596784:20597523,20596787:20597239,20600236:20600840,20607820:20608101,20608556:20609427,20617896:20618709,20631044:20632664,20632057:20633457,20636733:20636998,20675069:20675295,20677303:20678150,20690024:20696837,20699101:20709359,20699105:20709276,20699109:20703487,20703029:20703650,20717939:20718460,20727920:2072806', 'assoc_mat': '20177146:pet_opaque:4200:20177852,20183122:pet_opaque:4200:20185071,20192831:pet_opaque:4200:20193221,20202891:pet_opaque:4200:20203776,20209116:pet_opaque:4200:20209707,20224380:pet_opaque:4200:20226912,20226941:pet_opaque:4200:20228124,20254278:pet_opaque:4200:20272201,20257117:pet_opaque:4200:20257566,20277674:pet_opaque:4200:20278099,20277678:pet_opaque:4200:20278008,20291009:pet_opaque:4200:20291819,20296336:pet_opaque:4200:20296517,20307290:pet_opaque:4200:20308344,20324562:pet_opaque:4200:20325345,20330842:pet_opaque:4200:20334304,20331821:pet_opaque:4200:20334125,20334539:pet_opaque:4200:20335618,20351129:pet_opaque:4200:20352700,20354712:pet_opaque:4200:20355407,20398811:pet_opaque:4200:20401431,20403539:pet_opaque:4200:20403600,20414615:pet_opaque:4200:20416190,20418291:pet_opaque:4200:20419459,20421527:pet_opaque:4200:20421826,20436920:pet_opaque:4200:20441334,20441869:pet_opaque:4200:20442745,20451768:pet_opaque:4200:20453697,20455315:pet_opaque:4200:20457582,20469016:pet_opaque:4200:20469065,2047'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4207, 'ratio': 0.0021280890742315013, 'nb_photo': 3, 'list_port_cont': '20273845,20452943,20454742', 'assoc_port': '20270889:20273845,20451769:20452943,20454229:20454742', 'assoc_mat': '20270889:pet_opaque:4207:20273845,20451769:pet_opaque:4207:20452943,20454229:pet_opaque:4207:20454742'}, {'unwanted_material': 'pet_opaque', 'main_material': 'gm', 'pht_type': 4209, 'ratio': 0.003491637278916774, 'nb_photo': 38, 'list_port_cont': '21125362,21163745,21166993,21176459,21182491,21188456,21194991,21195599,21198667,21210681,21214684,21216846,21216924,21217226,21217440,21217885,21219397,21219831,21220029,21222061,21226704,21239028,21240392,21240746,21246955,21251172,21252235,21256001,21265903,21272105,21289095', 'assoc_port': '20515635:21226704,20652563:21252235,20833053:21125362,21001230:21198667,21001741:21214684,21002591:21272105,21002635:21216924,21002637:21216846,21002683:21217226,21002709:21217440,21002722:21217885,21054358:21210681,21054646:21219397,21055175:21219831,21055186:21220029,21055584:21222061,21056513:21265903,21056544:21239028,21056551:21240392,21056556:21240746,21058354:21246955,21059360:21251172,21059859:21256001,21120285:21163745,21120305:21289095,21120315:21166993,21122304:21176459,21123354:21182491,21123998:21188456,21125616:21194991,21125656:21195599', 'assoc_mat': '20515635:pet_opaque:4209:21226704,20652563:pet_opaque:4209:21252235,20833053:pet_opaque:4209:21125362,21001230:pet_opaque:4209:21198667,21001741:pet_opaque:4209:21214684,21002591:pet_opaque:4209:21272105,21002635:pet_opaque:4209:21216924,21002637:pet_opaque:4209:21216846,21002683:pet_opaque:4209:21217226,21002709:pet_opaque:4209:21217440,21002722:pet_opaque:4209:21217885,21054358:pet_opaque:4209:21210681,21054646:pet_opaque:4209:21219397,21055175:pet_opaque:4209:21219831,21055186:pet_opaque:4209:21220029,21055584:pet_opaque:4209:21222061,21056513:pet_opaque:4209:21265903,21056544:pet_opaque:4209:21239028,21056551:pet_opaque:4209:21240392,21056556:pet_opaque:4209:21240746,21058354:pet_opaque:4209:21246955,21059360:pet_opaque:4209:21251172,21059859:pet_opaque:4209:21256001,21120285:pet_opaque:4209:21163745,21120305:pet_opaque:4209:21289095,21120315:pet_opaque:4209:21166993,21122304:pet_opaque:4209:21176459,21123354:pet_opaque:4209:21182491,21123998:pet_opaque:4209:21188456,21125616:pet_opaque:4209:21194991,2112'}, {'unwanted_material': 'pet_opaque', 'main_material': 'pehd_pp', 'pht_type': 4211, 'ratio': 0.00038336834656013436, 'nb_photo': 319, 'list_port_cont': '20168743,20170148,20173851,20174163,20178348,20178600,20184714,20203921,20206254,20209004,20218317,20223975,20226051,20226615,20227865,20332602,20334228,20337942,20345662,20360238,20360375,20360559,20362602,20362700,20363962,20364117,20364280,20365495,20367345,20368790,20370624,20395265,20400650,20402667,20407482,20411462,20416151,20422609,20442989,20444094,20452065,20455615,20456579,20470699,20475601,20476085,20486972,20487355,20490969,20493859,20493984,20506289,20506730,20514959,20516421,20518555,20525526,20546214,20549096,20565363,20567450,20577413,20597667,20606912,20631369,20633763,20643545,20650581,20655381,20671611,20673290,20673842,20675800,20682292,20693239,20696874,20707262,20716674,20719034,20719380,20722349,20726163,20729978,20731415,20748884,20778149,20779845,20780055,20781949,20782304,20831382,20832844,20833859,20834583,20840043,20840607,20842568,20845126,20846507,20847745,20848556,20850015,20855640,20855991,20858367,20877446,20878790,20881107,20884364,20888323,20888403,20892967,20921475,2092634', 'assoc_port': '20168492:20168743,20169287:20170148,20171950:20173851,20172748:20174163,20177140:20178348,20177547:20178600,20183126:20184714,20200514:20206254,20201665:20203921,20206396:20209004,20215665:20218317,20220268:20226615,20220270:20223975,20224384:20226051,20226942:20227865,20249724:20360238,20249727:20360375,20253023:20360559,20258543:20362700,20263701:20370624,20266081:20364280,20293713:20368790,20296493:20367345,20298063:20365495,20300871:20364117,20303263:20363962,20303271:20362602,20324561:20334228,20330845:20332602,20336407:20337942,20341992:20345662,20393269:20395265,20398810:20400650,20401674:20402667,20404212:20407482,20410112:20411462,20414614:20416151,20422047:20422609,20441873:20442989,20443834:20444094,20450251:20452065,20454226:20455615,20455312:20456579,20470419:20470699,20474343:20476085,20474348:20475601,20485441:20487355,20485446:20486972,20489624:20490969,20493657:20493859,20493658:20493984,20505939:20506289,20506319:20506730,20513204:20514959,20515636:20516421,20517446:20518555,20524357:2052552', 'assoc_mat': '20168492:pet_opaque:4211:20168743,20169287:pet_opaque:4211:20170148,20171950:pet_opaque:4211:20173851,20172748:pet_opaque:4211:20174163,20177140:pet_opaque:4211:20178348,20177547:pet_opaque:4211:20178600,20183126:pet_opaque:4211:20184714,20200514:pet_opaque:4211:20206254,20201665:pet_opaque:4211:20203921,20206396:pet_opaque:4211:20209004,20215665:pet_opaque:4211:20218317,20220268:pet_opaque:4211:20226615,20220270:pet_opaque:4211:20223975,20224384:pet_opaque:4211:20226051,20226942:pet_opaque:4211:20227865,20249724:pet_opaque:4211:20360238,20249727:pet_opaque:4211:20360375,20253023:pet_opaque:4211:20360559,20258543:pet_opaque:4211:20362700,20263701:pet_opaque:4211:20370624,20266081:pet_opaque:4211:20364280,20293713:pet_opaque:4211:20368790,20296493:pet_opaque:4211:20367345,20298063:pet_opaque:4211:20365495,20300871:pet_opaque:4211:20364117,20303263:pet_opaque:4211:20363962,20303271:pet_opaque:4211:20362602,20324561:pet_opaque:4211:20334228,20330845:pet_opaque:4211:20332602,20336407:pet_opaque:4211:20337942,2034'}, {'unwanted_material': 'plastique', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.0046395728343323105, 'nb_photo': 14, 'list_port_cont': '20301097,20652907,20691119,20742317,20880583', 'assoc_port': '20300842:20301097,20652563:20652907,20688365:20691119,20742145:20742317,20880569:20880583', 'assoc_mat': '20300842:plastique:3726:20301097,20652563:plastique:3726:20652907,20688365:plastique:3726:20691119,20742145:plastique:3726:20742317,20880569:plastique:3726:20880583'}, {'unwanted_material': 'plastique', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.007796992940516681, 'nb_photo': 596, 'list_port_cont': '20291098,20308811,20403584,20443895,20474476,20475768,20477203,20545331,20562617,20573729,20596992,20674270,20725740,20730993,20778741,20782315,20840405,20888274,20889483,20898015,20919424,20925768,20929921,20929965,20966435,21001562,21001665,21001899,21001928,21001968,21002278,21002750,21002884,21053596,21053673,21053740,21053782,21053971,21054032,21054191,21054560,21054621,21054669,21054756,21054804,21054916,21054946,21055381,21055946,21056089,21056191,21056569,21056639,21056703,21056821,21057710,21058567,21058643,21059816,21060143,21060212,21060346,21120416,21120472,21120534,21122685,21122987,21123599,21123748,21123854,21124457,21124571,21125847,21126112,21126130,21128174,21128233,21128681,21129145,21129270,21129829,21130374,21130507,21130694,21130737,21130852,21131083,21131155,21131242,21131381,21131429,21131540', 'assoc_port': '20291008:20291098,20308446:20308811,20403540:20403584,20443833:20443895,20474345:20474476,20475364:20475768,20475366:20477203,20544936:20545331,20562535:20562617,20573403:20573729,20596788:20596992,20674231:20674270,20725589:20725740,20730973:20730993,20778575:20778741,20782294:20782315,20838641:20840405,20888115:20888274,20888796:20889483,20897850:20898015,20919368:20919424,20925357:20925768,20929764:20929965,20929770:20929921,20966349:20966435,21001228:21001562,21001267:21128233,21001276:21001665,21001688:21129145,21001689:21002750,21001703:21002278,21001724:21001899,21001734:21001968,21001739:21001928,21002713:21129829,21002721:21002884,21053265:21128681,21053273:21053740,21053278:21053673,21053291:21053596,21053695:21053782,21053716:21054032,21053722:21053971,21053729:21054191,21054310:21054621,21054318:21054560,21054359:21054669,21054597:21054916,21054617:21054804,21054630:21054946,21054641:21054756,21055181:21055381,21055507:21058567,21055520:21057710,21055578:21056569,21055613:21056191,21055634:2105608', 'assoc_mat': '20291008:plastique:3726:20291098,20308446:plastique:3726:20308811,20403540:plastique:3726:20403584,20443833:plastique:3726:20443895,20474345:plastique:3726:20474476,20475364:plastique:3726:20475768,20475366:plastique:3726:20477203,20544936:plastique:3726:20545331,20562535:plastique:3726:20562617,20573403:plastique:3726:20573729,20596788:plastique:3726:20596992,20674231:plastique:3726:20674270,20725589:plastique:3726:20725740,20730973:plastique:3726:20730993,20778575:plastique:3726:20778741,20782294:plastique:3726:20782315,20838641:plastique:3726:20840405,20888115:plastique:3726:20888274,20888796:plastique:3726:20889483,20897850:plastique:3726:20898015,20919368:plastique:3726:20919424,20925357:plastique:3726:20925768,20929764:plastique:3726:20929965,20929770:plastique:3726:20929921,20966349:plastique:3726:20966435,21001228:plastique:3726:21001562,21001267:plastique:3726:21128233,21001276:plastique:3726:21001665,21001688:plastique:3726:21129145,21001689:plastique:3726:21002750,21001703:plastique:3726:21002278,2'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'gm', 'pht_type': 3726, 'ratio': 0.005714522778394211, 'nb_photo': 111, 'list_port_cont': '20301095,20477760,20524489,20652904,20691115,20742316,20880574,20882183', 'assoc_port': '20300842:20301095,20477525:20477760,20524360:20524489,20652563:20652904,20688365:20691115,20742145:20742316,20880569:20880574,20882063:20882183', 'assoc_mat': '20300842:Teint_Dans_La_Masse:3726:20301095,20477525:Teint_Dans_La_Masse:3726:20477760,20524360:Teint_Dans_La_Masse:3726:20524489,20652563:Teint_Dans_La_Masse:3726:20652904,20688365:Teint_Dans_La_Masse:3726:20691115,20742145:Teint_Dans_La_Masse:3726:20742316,20880569:Teint_Dans_La_Masse:3726:20880574,20882063:Teint_Dans_La_Masse:3726:20882183'}, {'unwanted_material': 'Teint_Dans_La_Masse', 'main_material': 'jrm', 'pht_type': 3726, 'ratio': 0.010212765914494435, 'nb_photo': 2733, 'list_port_cont': '20291105,20403588,20443892,20474469,20475779,20477210,20485557,20545335,20562618,20573726,20596993,20669689,20674271,20725733,20730996,20748789,20778749,20782316,20840404,20888265,20889479,20898017,20915787,20919422,20925766,20929920,20929961,20966439,21001561,21001669,21001896,21001931,21001973,21002281,21002753,21002892,21053590,21053668,21053738,21053783,21053829,21053968,21054034,21054196,21054567,21054626,21054655,21054666,21054750,21054796,21054918,21054944,21055387,21055944,21056087,21056188,21056570,21056642,21056709,21056815,21057717,21058557,21058642,21059509,21059707,21059821,21060145,21060210,21060349,21120408,21120464,21120525,21122680,21122983,21123602,21123749,21123760,21123855,21124332,21124453,21124580,21125840,21126069,21126106,21126124,21126236,21128164,21128236,21128685,21129141,21129273,21129832,21129864,21130365,21130503,21130642,21130692,21130742,21130849,21131018,21131084,21131158,21131237,21131303,21131428,21131539', 'assoc_port': '20291008:20291105,20403540:20403588,20443833:20443892,20474345:20474469,20475364:20475779,20475366:20477210,20485442:20485557,20544936:20545335,20562535:20562618,20573403:20573726,20596788:20596993,20669625:20669689,20674231:20674271,20725589:20725733,20730973:20730996,20748721:20748789,20778575:20778749,20782294:20782316,20838641:20840404,20888115:20888265,20888796:20889479,20897850:20898017,20915459:20915787,20919368:20919422,20925357:20925766,20929764:20929961,20929770:20929920,20966349:20966439,21001228:21001561,21001267:21128236,21001276:21001669,21001688:21129141,21001689:21002753,21001703:21002281,21001724:21001896,21001734:21001973,21001739:21001931,21002711:21129864,21002713:21129832,21002721:21002892,21053265:21128685,21053273:21053738,21053278:21053668,21053291:21053590,21053695:21053783,21053716:21054034,21053722:21053968,21053729:21054196,21053759:21053829,21054297:21054655,21054310:21054626,21054318:21054567,21054359:21054666,21054597:21054918,21054617:21054796,21054630:21054944,21054641:2105475', 'assoc_mat': '20291008:Teint_Dans_La_Masse:3726:20291105,20403540:Teint_Dans_La_Masse:3726:20403588,20443833:Teint_Dans_La_Masse:3726:20443892,20474345:Teint_Dans_La_Masse:3726:20474469,20475364:Teint_Dans_La_Masse:3726:20475779,20475366:Teint_Dans_La_Masse:3726:20477210,20485442:Teint_Dans_La_Masse:3726:20485557,20544936:Teint_Dans_La_Masse:3726:20545335,20562535:Teint_Dans_La_Masse:3726:20562618,20573403:Teint_Dans_La_Masse:3726:20573726,20596788:Teint_Dans_La_Masse:3726:20596993,20669625:Teint_Dans_La_Masse:3726:20669689,20674231:Teint_Dans_La_Masse:3726:20674271,20725589:Teint_Dans_La_Masse:3726:20725733,20730973:Teint_Dans_La_Masse:3726:20730996,20748721:Teint_Dans_La_Masse:3726:20748789,20778575:Teint_Dans_La_Masse:3726:20778749,20782294:Teint_Dans_La_Masse:3726:20782316,20838641:Teint_Dans_La_Masse:3726:20840404,20888115:Teint_Dans_La_Masse:3726:20888265,20888796:Teint_Dans_La_Masse:3726:20889479,20897850:Teint_Dans_La_Masse:3726:20898017,20915459:Teint_Dans_La_Masse:3726:20915787,20919368:Teint_Dans_La_Masse:3726:2'}), 'main_stat': {'nb_photos': 37854}, 'velours_link': {'gm': 'https://www.fotonower.com/velours/30173410,30173413,30173421,30173429,30173433,30173435,30173437,30173444,30173451,30173459,30173462,30173470,30173479,30173489,30173498,30173503,30173512,30173514,30173516?tags=autre,autre_refus,barquette_opaque,carton,cartonnette,Carton_brun,Carton_gris,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque,plastique,Teint_Dans_La_Masse', 'pet_clair': 'https://www.fotonower.com/velours/30173411,30173415,30173423,30173431,30173453,30173472,30173482,30173491,30173500,30173505?tags=autre,barquette_avec_film,bouchon,carton,etiquette,metal,papier,pehd,pet_clair,pet_fonce', 'refus': 'https://www.fotonower.com/velours/30173412,30173432,30173473,30173483,30173492,30173501,30173506?tags=autre,carton,metal,papier,pehd,pet_clair,pet_fonce', 'jrm': 'https://www.fotonower.com/velours/30173414,30173434,30173436,30173438,30173463,30173480,30173515,30173517?tags=autre_refus,cartonnette,Carton_brun,Carton_gris,kraft,papier,plastique,Teint_Dans_La_Masse', 'aluminium': 'https://www.fotonower.com/velours/30173416,30173424,30173439,30173446,30173454,30173465,30173474,30173484,30173493,30173507?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'ela': 'https://www.fotonower.com/velours/30173417,30173425,30173440,30173447,30173455,30173466,30173475,30173485,30173494,30173508?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'emr': 'https://www.fotonower.com/velours/30173418,30173426,30173441,30173448,30173456,30173461,30173467,30173476,30173486,30173495,30173509?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_opaque', 'film_pedb': 'https://www.fotonower.com/velours/30173419,30173427,30173442,30173449,30173457,30173468,30173477,30173487,30173496,30173510?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_opaque', 'flux_dev': 'https://www.fotonower.com/velours/30173420,30173428,30173443,30173450,30173458,30173469,30173478,30173488,30173497,30173502,30173511?tags=barquette_opaque,carton,ela,etiquette,film_plastique,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque', 'pehd_pp': 'https://www.fotonower.com/velours/30173422,30173430,30173445,30173452,30173460,30173464,30173471,30173481,30173490,30173499,30173504,30173513?tags=barquette_opaque,carton,ela,etiquette,film_plastique,kraft,metal,papier,pehd,pet_clair,pet_fonce,pet_opaque'}}, 'hostname': (), 'impurety_average_per_hashtag': [(('pehd_pp', '2025-02', 0.059519066183518154),), (('pet_clair', '2025-02', 0.015401752020682166),), (('flux_dev', '2025-02', 0.333362478289932),), (('gm', '2025-02', 0.0953003337222571),), (('film_pedb', '2025-02', 0.24086477605437354),), (('emr', '2025-02', 0.05446415078387677),), (('jrm', '2025-02', 0.036846314201911284),), (('ela', '2025-02', 0.026783612785159824),), (('refus', '2025-02', 0.13711531650872877),), (('aluminium', '2025-02', 0.04572397929242485),)]} filepath : /data_4/data_log/job/memo/angers_montee_convoyeur/sla_mensuel_angers_montee_convoyeur_mois_02_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 {'gm': {'autre': ['autre', '0.08%', 2], 'autre_refus': ['autre_refus', '1.06%', 45], 'barquette_opaque': ['barquette_opaque', '0.65%', 305], 'carton': ['carton', '5.19%', 7554], 'cartonnette': ['cartonnette', '0.32%', 15], 'Carton_brun': ['Carton_brun', '0.6%', 24], 'Carton_gris': ['Carton_gris', '0.77%', 26], 'ela': ['ela', '0.47%', 944], 'etiquette': ['etiquette', '0.09%', 173], 'film_plastique': ['film_plastique', '2.41%', 1286], 'kraft': ['kraft', '1.34%', 1], 'metal': ['metal', '2.05%', 600], 'papier': ['papier', '91.23%', 127176], 'pehd': ['pehd', '2.16%', 2009], 'pet_clair': ['pet_clair', '1.19%', 36], 'pet_fonce': ['pet_fonce', '0.3%', 7], 'pet_opaque': ['pet_opaque', '0.35%', 38], 'plastique': ['plastique', '0.46%', 14], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '0.57%', 111]}, 'pet_clair': {'autre': ['autre', '0.31%', 598], 'barquette_avec_film': ['barquette_avec_film', '0.23%', 18], 'bouchon': ['bouchon', '0.05%', 178], 'carton': ['carton', '0.35%', 127], 'etiquette': ['etiquette', '0.06%', 23], 'metal': ['metal', '0.47%', 1], 'papier': ['papier', '0.89%', 496], 'pehd': ['pehd', '0.26%', 5], 'pet_clair': ['pet_clair', '99.03%', 100745], 'pet_fonce': ['pet_fonce', '0.27%', 18]}, 'refus': {'autre': ['autre', '0.45%', 25], 'carton': ['carton', '1.21%', 58], 'metal': ['metal', '0.15%', 11], 'papier': ['papier', '4.66%', 272], 'pehd': ['pehd', '0.05%', 1], 'pet_clair': ['pet_clair', '10.48%', 101], 'pet_fonce': ['pet_fonce', '0.53%', 9]}, 'jrm': {'autre_refus': ['autre_refus', '1.14%', 1197], 'cartonnette': ['cartonnette', '0.2%', 193], 'Carton_brun': ['Carton_brun', '0.67%', 553], 'Carton_gris': ['Carton_gris', '0.45%', 293], 'kraft': ['kraft', '0.13%', 69], 'papier': ['papier', '96.16%', 25], 'plastique': ['plastique', '0.78%', 596], 'Teint_Dans_La_Masse': ['Teint_Dans_La_Masse', '1.02%', 2733]}, 'aluminium': {'barquette_opaque': ['barquette_opaque', '0.09%', 12], 'carton': ['carton', '1.01%', 317], 'ela': ['ela', '0.59%', 162], 'etiquette': ['etiquette', '0.02%', 2], 'film_plastique': ['film_plastique', '1.12%', 367], 'metal': ['metal', '95.48%', 470], 'papier': ['papier', '1.67%', 2085], 'pehd': ['pehd', '0.6%', 152], 'pet_clair': ['pet_clair', '0.36%', 20], 'pet_opaque': ['pet_opaque', '0.03%', 2]}, 'ela': {'barquette_opaque': ['barquette_opaque', '0.15%', 351], 'carton': ['carton', '0.7%', 953], 'ela': ['ela', '97.36%', 1340], 'etiquette': ['etiquette', '0.02%', 155], 'film_plastique': ['film_plastique', '0.29%', 615], 'metal': ['metal', '0.4%', 591], 'papier': ['papier', '0.96%', 4190], 'pehd': ['pehd', '0.37%', 521], 'pet_clair': ['pet_clair', '0.04%', 6], 'pet_opaque': ['pet_opaque', '0.01%', 16]}, 'emr': {'barquette_opaque': ['barquette_opaque', '0.19%', 42], 'carton': ['carton', '94.54%', 3571], 'ela': ['ela', '0.15%', 124], 'etiquette': ['etiquette', '0.01%', 9], 'film_plastique': ['film_plastique', '0.31%', 920], 'kraft': ['kraft', '0.0%', 2], 'metal': ['metal', '0.5%', 139], 'papier': ['papier', '4.49%', 9914], 'pehd': ['pehd', '0.46%', 204], 'pet_clair': ['pet_clair', '0.44%', 10], 'pet_opaque': ['pet_opaque', '0.3%', 8]}, 'film_pedb': {'barquette_opaque': ['barquette_opaque', '1.37%', 54], 'carton': ['carton', '1.72%', 6951], 'ela': ['ela', '0.44%', 36], 'etiquette': ['etiquette', '0.12%', 5], 'film_plastique': ['film_plastique', '75.71%', 8179], 'metal': ['metal', '0.75%', 39], 'papier': ['papier', '21.8%', 68796], 'pehd': ['pehd', '0.77%', 62], 'pet_clair': ['pet_clair', '0.32%', 4], 'pet_opaque': ['pet_opaque', '0.4%', 24]}, 'flux_dev': {'barquette_opaque': ['barquette_opaque', '4.83%', 1131], 'carton': ['carton', '2.79%', 4228], 'ela': ['ela', '0.08%', 117], 'etiquette': ['etiquette', '0.17%', 130], 'film_plastique': ['film_plastique', '1.31%', 2974], 'metal': ['metal', '21.22%', 2848], 'papier': ['papier', '1.5%', 4149], 'pehd': ['pehd', '0.97%', 1949], 'pet_clair': ['pet_clair', '5.52%', 999], 'pet_fonce': ['pet_fonce', '66.91%', 2986], 'pet_opaque': ['pet_opaque', '0.82%', 770]}, 'pehd_pp': {'barquette_opaque': ['barquette_opaque', '2.16%', 10931], 'carton': ['carton', '1.16%', 17279], 'ela': ['ela', '0.09%', 2407], 'etiquette': ['etiquette', '0.0%', 282], 'film_plastique': ['film_plastique', '0.29%', 8268], 'kraft': ['kraft', '0.13%', 1], 'metal': ['metal', '1.24%', 2770], 'papier': ['papier', '1.05%', 26710], 'pehd': ['pehd', '94.09%', 29275], 'pet_clair': ['pet_clair', '0.05%', 131], 'pet_fonce': ['pet_fonce', '0.03%', 12], 'pet_opaque': ['pet_opaque', '0.04%', 319]}} 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_02_annee_2025.pdf le fichier se trouve ici : /data_4/data_log/job/memo/angers_montee_convoyeur 5.12user 5.78system 0:38.68elapsed 28%CPU (0avgtext+0avgdata 188988maxresident)k 6792inputs+3064outputs (26major+58214minor)pagefaults 0swaps