- Timestamp:
- Jan 12, 2015, 12:37:37 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-pv3-20140717-merge/ippScripts/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
addstar_run.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/ippScripts/scripts
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts merged: 37319,37354,37411,37423,37431,37551,37558,37594,37709,37714,37723,37738-37739,37772,37787,37806,37812
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-pv3-20140717-merge/ippScripts/scripts/addstar_run.pl
r34750 r37830 94 94 # Recipes to use based on reduction class 95 95 $reduction = 'DEFAULT' unless defined $reduction; 96 if ($stage =~/skycal/) { 97 $reduction = 'DEFAULT'; 98 } 96 #if ($stage =~/diff/) { 97 # $reduction = 'ADDSTAR'; 98 #} 99 #if ($stage =~/fullforce/) { 100 # $reduction = 'ADDSTAR'; 101 #} 102 103 if ($stage =~/fullforce/) { 104 $reduction='DEFAULT'; 105 #hardwired because why not 106 } 107 99 108 my $recipe_addstar = $ipprc->reduction($reduction, 'ADDSTAR'); 100 109 # XXX This is now not used: do we still need it? … … 132 141 print "using $fpaObjects for $stage\n"; 133 142 } 143 if ($stage =~/diff/) { 144 print "using $fpaObjects for $stage\n"; 145 } 146 if ($stage =~/fullforce/) { 147 print "using $fpaObjects for $stage\n"; 148 } 149 134 150 135 151 … … 177 193 } 178 194 179 if (($stage =~/stack/ || $stage =~ /skycal/ )) {195 if (($stage =~/stack/ || $stage =~ /skycal/ || $stage =~/diff/ || $stage=~/fullforce/)) { 180 196 $fpaObjects =~ s/smf$/cmf/; 181 197 $fpaObjectsAlt =~ s/smf$/cmf/; … … 305 321 $command .= " -quick-airmass"; 306 322 } #careful here - this matches staticsky and staticsky_multi 323 if ($stage =~ /diff/) { 324 $command .= " -accept-astrom"; 325 } 326 if ($stage =~ /fullforce/) { 327 $command .= " -accept-astrom -xrad"; 328 } 307 329 308 330 my $mjd_addstar_start = DateTime->now->mjd; # MJD of starting script
Note:
See TracChangeset
for help on using the changeset viewer.
