- Timestamp:
- Apr 19, 2013, 3:39:39 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130307/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp_request_file (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/pstamp/scripts
- Property svn:mergeinfo changed
/trunk/pstamp/scripts merged: 35353-35354,35356,35362-35364,35366,35380,35384,35388,35396,35398,35409
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130307/pstamp/scripts/pstamp_request_file
r34447 r35412 54 54 value => undef 55 55 }, 56 { name => 'USERNAME',57 writetype => TSTRING,58 comment => 'username for request (optional)',59 value => undef60 },56 # { name => 'USERNAME', 57 # writetype => TSTRING, 58 # comment => 'username for request (optional)', 59 # value => undef 60 # }, 61 61 { name => 'EMAIL', 62 62 writetype => TSTRING, … … 97 97 { name => 'MJD_MIN', type => 'D', writetype => TDOUBLE }, 98 98 { name => 'MJD_MAX', type => 'D', writetype => TDOUBLE }, 99 # new in version 2 99 100 { name => 'RUN_TYPE', type => '16A', writetype => TSTRING }, 101 { name => 'FWHM_MIN', type => 'D', writetype => TDOUBLE }, 102 { name => 'FWHM_MAX', type => 'D', writetype => TDOUBLE }, 100 103 101 104 { name => 'COMMENT ', type => '64A', writetype => TSTRING }, … … 326 329 pop @colData; 327 330 pop @colData; 331 pop @colData; 332 pop @colData; 328 333 } 329 334 … … 346 351 } 347 352 # trim leading whitespace from comment 348 $comment =~ s/^\s+// ;353 $comment =~ s/^\s+// if $comment; 349 354 if ($comment) { 350 355 if ($comment =~ /#/) {
Note:
See TracChangeset
for help on using the changeset viewer.
