IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2013, 4:01:29 PM (13 years ago)
Author:
bills
Message:

Changes for version 2 of the postage stamp request specification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_request_file

    r34447 r35353  
    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 },
     
    346349        }
    347350        # trim leading whitespace from comment
    348         $comment =~ s/^\s+//;
     351        $comment =~ s/^\s+// if $comment;
    349352        if ($comment) {
    350353            if ($comment =~ /#/) {
Note: See TracChangeset for help on using the changeset viewer.