IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29192


Ignore:
Timestamp:
Sep 22, 2010, 8:44:49 AM (16 years ago)
Author:
rhenders
Message:

Added comments

Location:
trunk/ippToPsps/perl/ippToPsps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/ippToPsps/DetectionBatch.pm

    r29191 r29192  
    4444#######################################################################################
    4545#
    46 # Creates an input file list for ippToPsps
     46# Locates the relevant smf file for this exposure and writes the path to the file passed-in
    4747#
    4848#######################################################################################
     
    5050    my ($self, $inputFile) = @_;
    5151
     52    # get neb path of smf file
    5253    my $nebPath = $self->{_gpc1Db}->getCameraStageSmfForThisDvoDb($self->{_dvoDb}, $self->{_expId});
    5354    if (!$nebPath) { return 0; }
     
    6566#######################################################################################
    6667#
    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
    6871#
    6972#######################################################################################
  • trunk/ippToPsps/perl/ippToPsps/InitBatch.pm

    r29188 r29192  
    5454#######################################################################################
    5555#
    56 # No results from IN batch creation, but updates Db
     56# - Reads filename from results XML file
     57# - Updates Db
     58# - write manifest file
    5759#
    5860#######################################################################################
Note: See TracChangeset for help on using the changeset viewer.