Skip to content

Commit

Permalink
[LAI] first working version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdandria committed Sep 25, 2014
1 parent b956d0d commit e76deae
Show file tree
Hide file tree
Showing 57 changed files with 177,999 additions and 41 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.4835,0,3,12,20
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.4835,0,0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
176,774 changes: 176,774 additions & 0 deletions src/main/app-resources/CATARSI/WorkDir/LAN_ITA_1994_189_34_sel

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
###################################################
#
#
# Copyright 2002-2006, Advanced Computer Systems , Inc.
# Via Della Bufalotta, 378 - 00139 Roma - Italy
# http://www.acsys.it
#
# All Rights Reserved.
#
# This is UNPUBLISHED PROPRIETARY CONFICURATION FILE of Advanced Computer Systems.
# the contents of this file may not be disclosed to third parties, copied or
# duplicated in any form, in whole or in part, without the prior written
# permission of Advanced Computer Systems, Inc.
#
#
#
#
# $Name: $
#
#
#
# RESTRICTIONS:
#
#
#
#
###################################################


#Segmenter Parameters

WorkDirectory: /application/CATARSI/WorkDir/
ConfFname: /application/CATARSI/batch_Processor/Classifier/conf/ACSFeaturesExtraction.def
Inputfile1: /application/CATARSI/WorkDir/LAN_ITA_1994_189_34_sel
Outputfile1: /application/CATARSI/WorkDir/SEG_ITA_1994_189_34_sel
seg_command: /application/CATARSI/batch_Processor/Classifier/bin/segmenter
top_command: /application/CATARSI/batch_Processor/Classifier/bin/topology



Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
;
; Copyright 1995-2013, Advanced Computer Systems , Inc.
; Via Della Bufalotta, 378 - 00139 Roma - Italy
; http://www.acsys.it
;
; All Rights Reserved.
;
; This is UNPUBLISHED PROPRIETARY SOURCE CODE of Advanced Computer Systems;
; the contents of this file may not be disclosed to third parties, copied or
; duplicated in any form, in whole or in part, without the prior written
; permission of Advanced Computer Systems, Inc.
;
; $Prod: $
;
; $Id: qualityTool_wrapper.pro,v 1.1.1.1 2011/06/22 14:00:12 paocas Exp $
;
; $Author: paocas $
;


;+
; MODULE: segmenter Launcher
;
; PURPOSE:
;
; CATEGORY:
;
;
; FUNCTIONS:
;

;
; PROCEDURES:
;
; AUTHOR:
; Paolo Castracane 8 Oct 2013 1.0
;

;

ENVI, /RESTORE_BASE_SAVE_FILES
ENVI_BATCH_INIT


restore,'$CATA_SAV/Input_data_preparation.sav
DW_Input_Data_Generation,Sensor='LANDSAT' ,Key_word='Year'


; Exit ENVI
; ENVI_BATCH_EXIT
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
;
; Copyright 1995-2013, Advanced Computer Systems , Inc.
; Via Della Bufalotta, 378 - 00139 Roma - Italy
; http://www.acsys.it
;
; All Rights Reserved.
;
; This is UNPUBLISHED PROPRIETARY SOURCE CODE of Advanced Computer Systems;
; the contents of this file may not be disclosed to third parties, copied or
; duplicated in any form, in whole or in part, without the prior written
; permission of Advanced Computer Systems, Inc.
;
; $Prod: $
;
; $Id: qualityTool_wrapper.pro,v 1.1.1.1 2011/06/22 14:00:12 paocas Exp $
;
; $Author: paocas $
;


;+
; MODULE: MMU definition Launcher
;
; PURPOSE:
;
; CATEGORY:
;
;
; FUNCTIONS:
;

;
; PROCEDURES:
;
; AUTHOR:
; Paolo Castracane 8 Oct 2013 1.0
;

;

ENVI, /RESTORE_BASE_SAVE_FILES
ENVI_BATCH_INIT


restore,'$CATA_SAV/MMU_definition.sav

MMU_Definition,$
Unclassified=0



; Exit ENVI
; ENVI_BATCH_EXIT
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
;
; Copyright 1995-2013, Advanced Computer Systems , Inc.
; Via Della Bufalotta, 378 - 00139 Roma - Italy
; http://www.acsys.it
;
; All Rights Reserved.
;
; This is UNPUBLISHED PROPRIETARY SOURCE CODE of Advanced Computer Systems;
; the contents of this file may not be disclosed to third parties, copied or
; duplicated in any form, in whole or in part, without the prior written
; permission of Advanced Computer Systems, Inc.
;
; $Prod: $
;
; $Id: qualityTool_wrapper.pro,v 1.1.1.1 2011/06/22 14:00:12 paocas Exp $
;
; $Author: paocas $
;


;+
; MODULE: Multi Classifier Launcher
;
; PURPOSE:
;
; CATEGORY:
;
;
; FUNCTIONS:
;

;
; PROCEDURES:
;
; AUTHOR:
; Paolo Castracane 8 Oct 2013 1.0
;

;

ENVI, /RESTORE_BASE_SAVE_FILES
ENVI_BATCH_INIT


restore,'$CATA_SAV/MultiClass.sav

MultiClassifier,$
acc_th=0.5,$
W_0=0.5,W_1=0.5,W_all=0.75,W_Clc=1.0,$
comm_th=0.7,$
Burnt_class=11



; Exit ENVI
; ENVI_BATCH_EXIT
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
;
; Copyright 1995-2013, Advanced Computer Systems , Inc.
; Via Della Bufalotta, 378 - 00139 Roma - Italy
; http://www.acsys.it
;
; All Rights Reserved.
;
; This is UNPUBLISHED PROPRIETARY SOURCE CODE of Advanced Computer Systems;
; the contents of this file may not be disclosed to third parties, copied or
; duplicated in any form, in whole or in part, without the prior written
; permission of Advanced Computer Systems, Inc.
;
; $Prod: $
;
; $Id: qualityTool_wrapper.pro,v 1.1.1.1 2011/06/22 14:00:12 paocas Exp $
;
; $Author: paocas $
;


;+
; MODULE: segmenter Launcher
;
; PURPOSE:
;
; CATEGORY:
;
;
; FUNCTIONS:
;

;
; PROCEDURES:
;
; AUTHOR:
; Paolo Castracane 8 Oct 2013 1.0
;

;

ENVI, /RESTORE_BASE_SAVE_FILES
ENVI_BATCH_INIT


restore,'$CATA_SAV/Input_data_preparation.sav
DW_Input_Data_Generation,Sensor='LANDSAT' ,Key_word='Seasonal'


; Exit ENVI
; ENVI_BATCH_EXIT
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
;
; Copyright 1995-2013, Advanced Computer Systems , Inc.
; Via Della Bufalotta, 378 - 00139 Roma - Italy
; http://www.acsys.it
;
; All Rights Reserved.
;
; This is UNPUBLISHED PROPRIETARY SOURCE CODE of Advanced Computer Systems;
; the contents of this file may not be disclosed to third parties, copied or
; duplicated in any form, in whole or in part, without the prior written
; permission of Advanced Computer Systems, Inc.
;
; $Prod: $
;
; $Id: qualityTool_wrapper.pro,v 1.1.1.1 2011/06/22 14:00:12 paocas Exp $
;
; $Author: paocas $
;


;+
; MODULE: segmenter Launcher
;
; PURPOSE:
;
; CATEGORY:
;
;
; FUNCTIONS:
;

;
; PROCEDURES:
;
; AUTHOR:
; Paolo Castracane 8 Oct 2013 1.0
;

;

ENVI, /RESTORE_BASE_SAVE_FILES
ENVI_BATCH_INIT

;.compile $CATA_IDL_CODE/IdlCATA_Classifier/Input_Data_Preparation/slope_and_aspect_extractor.pro
restore,'$CATA_SAV/Input_data_preparation.sav
Slope_and_Aspect_extractor

; Exit ENVI
ENVI_BATCH_EXIT
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
;
; Copyright 1995-2013, Advanced Computer Systems , Inc.
; Via Della Bufalotta, 378 - 00139 Roma - Italy
; http://www.acsys.it
;
; All Rights Reserved.
;
; This is UNPUBLISHED PROPRIETARY SOURCE CODE of Advanced Computer Systems;
; the contents of this file may not be disclosed to third parties, copied or
; duplicated in any form, in whole or in part, without the prior written
; permission of Advanced Computer Systems, Inc.
;
; $Prod: $
;
; $Id: qualityTool_wrapper.pro,v 1.1.1.1 2011/06/22 14:00:12 paocas Exp $
;
; $Author: paocas $
;


;+
; MODULE: Training Optimization Launcher
;
; PURPOSE:
;
; CATEGORY:
;
;
; FUNCTIONS:
;

;
; PROCEDURES:
;
; AUTHOR:
; Paolo Castracane 8 Oct 2013 1.0
;

;

ENVI, /RESTORE_BASE_SAVE_FILES
ENVI_BATCH_INIT


restore,'$CATA_SAV/TrainingOpt.sav
TrainingDetectionTiles,DefaultClassToBeeMasked=[0,11],$
Training_THRESH=0.5,$
Unclassified=0





; Exit ENVI
; ENVI_BATCH_EXIT
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit e76deae

Please sign in to comment.