Changeset 29192
- Timestamp:
- Sep 22, 2010, 8:44:49 AM (16 years ago)
- Location:
- trunk/ippToPsps/perl/ippToPsps
- Files:
-
- 2 edited
-
DetectionBatch.pm (modified) (3 diffs)
-
InitBatch.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm
r29191 r29192 44 44 ####################################################################################### 45 45 # 46 # Creates an input file list for ippToPsps46 # Locates the relevant smf file for this exposure and writes the path to the file passed-in 47 47 # 48 48 ####################################################################################### … … 50 50 my ($self, $inputFile) = @_; 51 51 52 # get neb path of smf file 52 53 my $nebPath = $self->{_gpc1Db}->getCameraStageSmfForThisDvoDb($self->{_dvoDb}, $self->{_expId}); 53 54 if (!$nebPath) { return 0; } … … 65 66 ####################################################################################### 66 67 # 67 # Deals with results from processing, writes to Db and writes manifest file 68 # - Reads results from processing (min/max obj ID etc) 69 # - writes to Db 70 # - writes manifest file 68 71 # 69 72 ####################################################################################### -
trunk/ippToPsps/perl/ippToPsps/InitBatch.pm
r29188 r29192 54 54 ####################################################################################### 55 55 # 56 # No results from IN batch creation, but updates Db 56 # - Reads filename from results XML file 57 # - Updates Db 58 # - write manifest file 57 59 # 58 60 #######################################################################################
Note:
See TracChangeset
for help on using the changeset viewer.
