IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2013, 3:39:39 PM (13 years ago)
Author:
eugene
Message:

merged from trunk

Location:
branches/eam_branches/ipp-20130307/pstamp/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/pstamp/scripts

  • branches/eam_branches/ipp-20130307/pstamp/scripts/pstamp_request_file

    r34447 r35412  
    5454                    value => undef
    5555        },
    56         { name => 'USERNAME',
    57                     writetype => TSTRING,
    58                     comment => 'username for request (optional)',
    59                     value => undef
    60         },
     56#        { name => 'USERNAME',
     57#                    writetype => TSTRING,
     58#                    comment => 'username for request (optional)',
     59#                    value => undef
     60#        },
    6161        { name => 'EMAIL',
    6262                    writetype => TSTRING,
     
    9797        { name => 'MJD_MIN',    type => 'D',   writetype => TDOUBLE },
    9898        { name => 'MJD_MAX',    type => 'D',   writetype => TDOUBLE },
     99        # new in version 2
    99100        { name => 'RUN_TYPE',   type => '16A', writetype => TSTRING },
     101        { name => 'FWHM_MIN',   type => 'D',   writetype => TDOUBLE },
     102        { name => 'FWHM_MAX',   type => 'D',   writetype => TDOUBLE },
    100103
    101104        { name => 'COMMENT ',   type => '64A', writetype => TSTRING },
     
    326329        pop @colData;
    327330        pop @colData;
     331        pop @colData;
     332        pop @colData;
    328333    }
    329334
     
    346351        }
    347352        # trim leading whitespace from comment
    348         $comment =~ s/^\s+//;
     353        $comment =~ s/^\s+// if $comment;
    349354        if ($comment) {
    350355            if ($comment =~ /#/) {
Note: See TracChangeset for help on using the changeset viewer.