- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/detect_query_read (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/pstamp/scripts/detect_query_read
r18587 r27840 78 78 comment => 'site identifier (MPC observatory code)', 79 79 value => undef 80 } 80 }, 81 'STAGE' => { 82 name => 'STAGE', 83 writetype => TSTRING, 84 comment => 'processing stage to examine', 85 value => undef 86 } 81 87 }; 82 88 83 89 # key_array insures that the order that the keywords is printed out is 84 90 # the same as the ICD 85 my @key_array = qw( QUERY_ID FPA_ID MJD_OBS FILTER OBSCODE );91 my @key_array = qw( QUERY_ID FPA_ID MJD_OBS FILTER OBSCODE STAGE); 86 92 87 93 # Specification of columns … … 144 150 my $name = $header->{$key}->{name}; 145 151 my $value = $inHeader->{$name}; 152 if (($key eq 'STAGE')&& !(defined($value))) { 153 $value = 'DIFF'; 154 } 146 155 # get rid of quotes and whitespace 147 156 $value =~ s/\'//g;
Note:
See TracChangeset
for help on using the changeset viewer.
