Changeset 40769
- Timestamp:
- May 30, 2019, 9:08:36 AM (7 years ago)
- Location:
- tags/ipp-ps2-20190404
- Files:
-
- 6 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackPrepare.c (modified) (1 diff)
-
pstamp/scripts/detect_query_read (modified) (1 diff)
-
pstamp/scripts/dquery_job_run.pl (modified) (1 diff)
-
pstamp/scripts/dqueryparse.pl (modified) (3 diffs)
-
pstamp/scripts/pstamp_server_status (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps2-20190404
- Property svn:mergeinfo changed
/trunk merged: 40735,40737-40739,40742-40743,40746-40749,40756-40757
- Property svn:mergeinfo changed
-
tags/ipp-ps2-20190404/ppStack/src/ppStackPrepare.c
r36855 r40769 380 380 psImage *P = psImageAlloc(m,num,PS_TYPE_F32); 381 381 382 // XXX: we should not pass in images to this analysis which have already been rejected by the FWHM limits 382 383 if (!psMM1DClass(options->inputSeeing, 383 384 options->inputSeeing->n, -
tags/ipp-ps2-20190404/pstamp/scripts/detect_query_read
r33284 r40769 244 244 $cmd .= " -dateobs_begin $dateobs_begin -dateobs_end $dateobs_end "; 245 245 $cmd .= " -ra $ra -decl $dec -radius 1.5 -limit 1 -diff_mode 2"; 246 $cmd .= " -diff_mode 2"; 246 247 } 247 248 elsif ($colData{STAGE}[$i] eq 'diff') { -
tags/ipp-ps2-20190404/pstamp/scripts/dquery_job_run.pl
r33285 r40769 133 133 print $targetfile "$r_x $r_y\n"; 134 134 my $row = $rows[$i]; 135 if ((abs($r_ra - $row->{RA1_DEG}) < 1e-8) && (abs($r_dec - $row->{DEC1_DEG}) )) {135 if ((abs($r_ra - $row->{RA1_DEG}) < 1e-8) && (abs($r_dec - $row->{DEC1_DEG}) < 1e-8)) { 136 136 $row->{X_PXL} = $r_x; 137 137 $row->{Y_PXL} = $r_y; -
tags/ipp-ps2-20190404/pstamp/scripts/dqueryparse.pl
r36463 r40769 216 216 } 217 217 218 ## 20190317 MEH hack to add to row 219 # Set common request components 220 my $option_mask |= 1; 221 $option_mask |= $PSTAMP_SELECT_IMAGE; 222 $option_mask |= $PSTAMP_SELECT_MASK; 223 $option_mask |= $PSTAMP_SELECT_VARIANCE; 224 $option_mask |= $PSTAMP_SELECT_PSF; 225 218 226 # Set up a rowList with default values 219 227 my @rowList; … … 223 231 $rowList[$i]->{ID} = $query{$fpa_id}{ROWNUM}[$i]; 224 232 $rowList[$i]->{COORD_MASK} = 0; 233 # 20190317 MEH hack add to row 234 $rowList[$i]->{OPTION_MASK} = $option_mask; 225 235 # Set default values 226 236 $query{$fpa_id}{BAD_COMPONENT}[$i] = 1; … … 259 269 } 260 270 # Set common request components 261 my $option_mask |= 1;262 $option_mask |= $PSTAMP_SELECT_IMAGE;263 $option_mask |= $PSTAMP_SELECT_MASK;264 $option_mask |= $PSTAMP_SELECT_VARIANCE;265 $option_mask |= $PSTAMP_SELECT_PSF;271 # my $option_mask |= 1; 272 # $option_mask |= $PSTAMP_SELECT_IMAGE; 273 # $option_mask |= $PSTAMP_SELECT_MASK; 274 # $option_mask |= $PSTAMP_SELECT_VARIANCE; 275 # $option_mask |= $PSTAMP_SELECT_PSF; 266 276 267 277 # magic is dead -
tags/ipp-ps2-20190404/pstamp/scripts/pstamp_server_status
r36639 r40769 39 39 # isn't necessary if the pstamp/web stuff is configured to point at the 40 40 # ipp build. But currently it's running out of Bill's build 41 my $ipphome = "/home/panstarrs/ipp"; 41 42 # EAM 2017.03.08 : need to point at temporary ITC location: 43 # my $ipphome = "/home/panstarrs/ipp"; 44 my $ipphome = "/data/ippc64.1/ippitc"; 42 45 my $status_cmd = "psstatus"; 43 46 … … 46 49 chdir $rundir or die "failed to cd to $rundir"; 47 50 48 51 # print "pantasks_client: $pantasks_client\n"; 49 52 50 53 my $now = `date -u`;
Note:
See TracChangeset
for help on using the changeset viewer.
