X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 20 Dec 2016 09:45 AM by  anon
Keyword syntax for ENVI_FX_RULEBASED_DOIT
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
20 Dec 2016 09:45 AM
    We are using ENVI_FX_RULEBASED_DOIT to classify large TIF files into preselected classes. We need to speed up the processing time by not exporting the vector attributes. What is the syntax for suppressing EXPORT_VECTOR_ATTRIBUTES? When we don't include that Keyword the vector attributes are exported anyway. Thank you! envi_doit, 'envi_fx_rulebased_doit', $ fid=fid, pos=pos, dims=dims, $ r_fid=r_fid, merge_level=80.0, $ scale_level=10.0, $ rule_filename=rule_file, $ classification_raster_filename=classification_raster_filename, $ segmentation_raster_filename=segmentation_raster_filename, $ vector_filename=vector_filename, $ SEGMENT_BANDS=[0,1], MERGE_BANDS=[0,1]

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    20 Dec 2016 10:52 AM
    The default is for EXPORT_VECTOR_ATTRIBUTES to be "on" which is equivalent to: EXPORT_VECTOR_ATTRIBUTES = 1 To repress the export, try setting this to 0.
    You are not authorized to post a reply.