- Timestamp:
- Feb 16, 2012, 2:41:57 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/dquery_job_run.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/dquery_job_run.pl
r33282 r33285 2 2 # 3 3 # 4 # Create a response to a MOPS_DETECTABILITY_QUERY4 # Run a detectability query job 5 5 # 6 6 # … … 170 170 } 171 171 172 my $results = "$ outroot.results";172 my $results = "${output_base}results.txt"; 173 173 open OUT, ">$results" or 174 174 my_die("Failed to open results file $results", … … 183 183 my ($tmp_Npix,$tmp_Qfact,$tmp_flux,$tmp_flux_error) = read_cmf_file($cmf,$rows[0]->{EXTENSION_BASE}); 184 184 $i = 0; 185 print OUT "ROWNUM PROC_ERROR NPIX QFACTOR FLUX FLUX_SIG STAGE STAGE_ID COMPONENT CMFFILE\n";185 print OUT "ROWNUM PROC_ERROR NPIX QFACTOR FLUX FLUX_SIG FPA_ID STAGE STAGE_ID COMPONENT CMFFILE\n"; 186 186 foreach my $row (@rows) { 187 187 $row->{PROC_ERROR} = $params->{PROC_ERROR}; … … 192 192 $row->{FLUX_SIG} = ${ $tmp_flux_error }[$i]; 193 193 194 print OUT "$row->{ROWNUM} $row->{PROC_ERROR} $row->{NPIX} $row->{QFACTOR} $row->{FLUX} $row->{FLUX_SIG} $ stage $stage_id $component $cmfbase\n";194 print OUT "$row->{ROWNUM} $row->{PROC_ERROR} $row->{NPIX} $row->{QFACTOR} $row->{FLUX} $row->{FLUX_SIG} $fpa_id $stage $stage_id $component $cmfbase\n"; 195 195 $i++; 196 196 }
Note:
See TracChangeset
for help on using the changeset viewer.
