Changeset 36854 for trunk/ippScripts
- Timestamp:
- Jun 12, 2014, 5:25:52 PM (12 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
sc_prepare_camera.pl (modified) (1 diff)
-
sc_prepare_chip.pl (modified) (1 diff)
-
sc_prepare_warp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/sc_prepare_camera.pl
r36844 r36854 179 179 $psastro_command .= " -masklist ${remote_outroot}.masklist ${remote_outroot} "; 180 180 # $psastro_command .= " -refmasklist ${remote_outroot}.masklist ${remote_outroot} "; # This is used to do edge calculations. It should probably be smart enough to know that it can just use the masks I just specified, but it's not. 181 # Uncomment when remote psastro supports this 182 # $psastro_command .= " -kh-correct /turquoise/usr/projects/ps1/watersc1/references/khcorrect.20140606.v0.fits "; 181 183 $psastro_command .= " -refmasklist /turquoise/usr/projects/ps1/watersc1/references/gpc1.refmask.list "; 182 184 $psastro_command .= " -astrommodel /turquoise/usr/projects/ps1/watersc1/references/gpc1.20080909.asm "; -
trunk/ippScripts/scripts/sc_prepare_chip.pl
r36844 r36854 315 315 $ppImage_command .= " -recipe PSPHOT $recipe_psphot "; 316 316 $ppImage_command .= " -recipe PPSTATS CHIPSTATS -stats ${remote_outroot}.${class_id}.stats "; 317 $ppImage_command .= " -threads $threads";317 $ppImage_command .= " -threads 4 "; 318 318 $ppImage_command .= " -image_id $chip_imfile_id "; 319 319 $ppImage_command .= " -tracedest ${remote_outroot}.${class_id}.trace "; -
trunk/ippScripts/scripts/sc_prepare_warp.pl
r36844 r36854 199 199 $pswarp_command .= " -recipe PSWARP $recipe_pswarp "; 200 200 $pswarp_command .= " -tracedest ${remote_outroot}.trace -log ${remote_outroot}.log "; 201 $pswarp_command .= " -threads $threads"; # -image_id ${image_id} -source_id ${source_id} ";201 $pswarp_command .= " -threads 4 "; # -image_id ${image_id} -source_id ${source_id} "; 202 202 $pswarp_command .= " -recipe PPSTATS WARPSTATS "; 203 203 $pswarp_command .= " -dumpconfig ${remote_outroot}.mdc -stats ${remote_outroot}.stats ";
Note:
See TracChangeset
for help on using the changeset viewer.
