Changeset 36895
- Timestamp:
- Jun 17, 2014, 2:15:17 PM (12 years ago)
- Location:
- tags/ipp-pv3-cr-20140614
- Files:
-
- 17 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/queuestaticsky.pl (modified) (1 prop)
-
ippScripts/scripts/sc_prepare_camera.pl (modified) (1 diff, 1 prop)
-
ippconfig (modified) (1 prop)
-
ippconfig/gpc1/psastro.config (modified) (1 diff, 1 prop)
-
ippconfig/recipes/ppSub.config (modified) (1 prop)
-
ippconfig/recipes/reductionClasses.mdc (modified) (1 prop)
-
ppStack/src/ppStackReadout.c (modified) (3 diffs, 1 prop)
-
psModules (modified) (1 prop)
-
psModules/src/objects (modified) (1 prop)
-
psModules/src/objects/Makefile.am (modified) (4 diffs)
-
psModules/src/objects/pmSourceIO.c (modified) (4 diffs)
-
psModules/src/objects/pmSourceIO.h (modified) (1 diff)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (1 prop)
-
pstamp/scripts/pstamp_finish.pl (modified) (1 prop)
-
pstamp/scripts/pstamp_webrequest.pl (modified) (1 diff, 1 prop)
-
pstamp/scripts/pstampparse.pl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-cr-20140614
- Property svn:mergeinfo changed
/tags/ipp-pv3-20140616 merged: 36880,36883,36887,36889,36891,36893
- Property svn:mergeinfo changed
-
tags/ipp-pv3-cr-20140614/ippScripts/scripts/queuestaticsky.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-pv3-cr-20140614/ippScripts/scripts/sc_prepare_camera.pl
-
Property svn:mergeinfo
set to (toggle deleted branches)
/tags/ipp-pv3-20140616/ippScripts/scripts/sc_prepare_camera.pl merged eligible /trunk/ippScripts/scripts/sc_prepare_camera.pl merged eligible /branches/eam_branches/ipp-20140423/ippScripts/scripts/sc_prepare_camera.pl 36693-36832
r36854 r36895 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 181 # Uncomment when remote psastro supports this 182 #$psastro_command .= " -kh-correct /turquoise/usr/projects/ps1/watersc1/references/khcorrect.20140606.v0.fits ";182 $psastro_command .= " -kh-correct /turquoise/usr/projects/ps1/watersc1/references/khcorrect.20140606.v0.fits "; 183 183 $psastro_command .= " -refmasklist /turquoise/usr/projects/ps1/watersc1/references/gpc1.refmask.list "; 184 $psastro_command .= " -astrommodel /turquoise/usr/projects/ps1/watersc1/references/gpc1.20080909.asm "; 184 # $psastro_command .= " -astrommodel /turquoise/usr/projects/ps1/watersc1/references/gpc1.20080909.asm "; 185 $psastro_command .= " -astrommodel /turquoise/usr/projects/ps1/watersc1/references/gpc1.20140505.asm "; 185 186 $psastro_command .= " -recipe PSASTRO $recipe_psastro "; 186 187 $psastro_command .= " -tracedest ${remote_outroot}.trace -log ${remote_outroot}.log "; -
Property svn:mergeinfo
set to (toggle deleted branches)
-
tags/ipp-pv3-cr-20140614/ippconfig
- Property svn:mergeinfo changed
/tags/ipp-pv3-20140616/ippconfig merged: 36889
- Property svn:mergeinfo changed
-
tags/ipp-pv3-cr-20140614/ippconfig/gpc1/psastro.config
- Property svn:mergeinfo set to
r36870 r36895 493 493 ZERO.POINT.USE.MEAN BOOL TRUE 494 494 PSASTRO.FIELD.PADDING F32 0.01 # skycells are well defined, don't need large padding. 1% of 6400 is 64 pixels 495 PSASTRO.MAX.NRAW S32 1 000 # include more than MAX.NREF to account for extras like false-positives496 PSASTRO.MAX.NREF S32 500 # if edge skycell ~10% then try ~50 to match495 PSASTRO.MAX.NRAW S32 1500 # include more than MAX.NREF to account for extras like false-positives 496 PSASTRO.MAX.NREF S32 1000 # if edge skycell ~10% then try ~50 to match. increase to help odd bulk offsets 497 497 PSASTRO.MIN.INST.MAG.RAW F32 -25.0 # 498 498 PSASTRO.MAX.INST.MAG.RAW F32 -5.0 -
tags/ipp-pv3-cr-20140614/ippconfig/recipes/ppSub.config
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-pv3-cr-20140614/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-pv3-cr-20140614/ppStack/src/ppStackReadout.c
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20140423/ppStack/src/ppStackReadout.c merged eligible /tags/ipp-pv3-20140616/ppStack/src/ppStackReadout.c merged eligible /trunk/ppStack/src/ppStackReadout.c merged eligible
r36878 r36895 188 188 psFree(stack); 189 189 190 psLogMsg("ppStack", PS_LOG_INFO, "initial stack image sectionNum %d", sectionNum); 190 //MEH change to trace 191 //psLogMsg("ppStack", PS_LOG_INFO, "initial stack image sectionNum %d", sectionNum); 191 192 192 193 sectionNum++; … … 275 276 //MEH -- apply bscale offset before norm 276 277 if (bscaleApplyOffset) { 277 psLogMsg("ppStack", PS_LOG_MINUTIA, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]); 278 //MEH change to trace 279 //psLogMsg("ppStack", PS_LOG_INFO, "bscaleApplyOffset: %d %f", i, bscaleApplyOffset->data.F32[i]); 278 280 psBinaryOp(ro->image, ro->image, "-", psScalarAlloc(bscaleApplyOffset->data.F32[i], PS_TYPE_F32)); 279 281 } … … 307 309 psFree(stack); 308 310 309 psLogMsg("ppStack", PS_LOG_INFO, "final stack image sectionNum %d", sectionNum); 311 //MEH change to trace 312 //psLogMsg("ppStack", PS_LOG_INFO, "final stack image sectionNum %d", sectionNum); 310 313 311 314 sectionNum++; -
Property svn:mergeinfo
set to
-
tags/ipp-pv3-cr-20140614/psModules
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20140423/psModules merged eligible /tags/ipp-pv3-20140616/psModules merged eligible /trunk/psModules merged eligible
-
Property svn:mergeinfo
set to
-
tags/ipp-pv3-cr-20140614/psModules/src/objects
- Property svn:ignore
-
old new 15 15 pmSourceIO_CMF_PS1_SV1.c 16 16 pmSourceIO_CMF_PS1_SV2.c 17 pmSourceIO_CMF_PS1_SV3.c 17 18 pmSourceIO_CMF_PS1_DV1.c 18 19 pmSourceIO_CMF_PS1_DV2.c 19 20 pmSourceIO_CMF_PS1_DV3.c 20 21 pmSourceIO_CMF_PS1_DV4.c
-
- Property svn:ignore
-
tags/ipp-pv3-cr-20140614/psModules/src/objects/Makefile.am
r36623 r36895 52 52 pmSourceIO_CMF_PS1_SV1.c \ 53 53 pmSourceIO_CMF_PS1_SV2.c \ 54 pmSourceIO_CMF_PS1_SV3.c \ 54 55 pmSourceIO_CMF_PS1_DV1.c \ 55 56 pmSourceIO_CMF_PS1_DV2.c \ 56 57 pmSourceIO_CMF_PS1_DV3.c \ 58 pmSourceIO_CMF_PS1_DV4.c \ 57 59 pmSourceIO_MatchedRefs.c \ 58 60 pmSourcePlots.c \ … … 152 154 pmSourceIO_CMF_PS1_DV2.c \ 153 155 pmSourceIO_CMF_PS1_DV3.c \ 156 pmSourceIO_CMF_PS1_DV4.c \ 154 157 pmSourceIO_CMF_PS1_SV1.c \ 155 pmSourceIO_CMF_PS1_SV2.c 158 pmSourceIO_CMF_PS1_SV2.c \ 159 pmSourceIO_CMF_PS1_SV3.c 156 160 157 161 pmSourceIO_CMF_PS1_V1.c : pmSourceIO_CMF.c.in mksource.pl … … 179 183 mksource.pl pmSourceIO_CMF.c.in PS1_DV3 pmSourceIO_CMF_PS1_DV3.c 180 184 185 pmSourceIO_CMF_PS1_DV4.c : pmSourceIO_CMF.c.in mksource.pl 186 mksource.pl pmSourceIO_CMF.c.in PS1_DV4 pmSourceIO_CMF_PS1_DV4.c 187 181 188 pmSourceIO_CMF_PS1_SV1.c : pmSourceIO_CMF.c.in mksource.pl 182 189 mksource.pl pmSourceIO_CMF.c.in PS1_SV1 pmSourceIO_CMF_PS1_SV1.c … … 185 192 mksource.pl pmSourceIO_CMF.c.in PS1_SV2 pmSourceIO_CMF_PS1_SV2.c 186 193 194 pmSourceIO_CMF_PS1_SV3.c : pmSourceIO_CMF.c.in mksource.pl 195 mksource.pl pmSourceIO_CMF.c.in PS1_SV3 pmSourceIO_CMF_PS1_SV3.c 196 187 197 # EXTRA_DIST = pmErrorCodes.h.in pmErrorCodes.dat pmErrorCodes.c.in -
tags/ipp-pv3-cr-20140614/psModules/src/objects/pmSourceIO.c
r36856 r36895 365 365 # define PM_SOURCES_WRITE(NAME,TYPE) \ 366 366 if (!strcmp (exttype, NAME)) { \ 367 status &= pmSourcesWrite_##TYPE(file->fits, readout, sources, file->header, outhead, dataname, recipe); \367 status = pmSourcesWrite_##TYPE(file->fits, readout, sources, file->header, outhead, dataname, recipe); \ 368 368 if (xsrcname) { \ 369 369 status &= pmSourcesWrite_##TYPE##_XSRC(file->fits, readout, sources, file->header, xsrcname, recipe); \ … … 589 589 590 590 // these are case-sensitive since the EXTYPE is case-sensitive 591 status = true;591 status = false; 592 592 PM_SOURCES_WRITE("SMPDATA", SMPDATA); 593 593 PM_SOURCES_WRITE("PS1_DEV_0", PS1_DEV_0); … … 601 601 PM_SOURCES_WRITE("PS1_SV1", CMF_PS1_SV1); 602 602 PM_SOURCES_WRITE("PS1_SV2", CMF_PS1_SV2); 603 PM_SOURCES_WRITE("PS1_SV3", CMF_PS1_SV3); 603 604 PM_SOURCES_WRITE("PS1_DV1", CMF_PS1_DV1); 604 605 PM_SOURCES_WRITE("PS1_DV2", CMF_PS1_DV2); 605 606 PM_SOURCES_WRITE("PS1_DV3", CMF_PS1_DV3); 607 PM_SOURCES_WRITE("PS1_DV4", CMF_PS1_DV4); 606 608 607 609 psFree (outhead); … … 1121 1123 PM_SOURCES_READ_PSF("PS1_SV1", CMF_PS1_SV1); 1122 1124 PM_SOURCES_READ_PSF("PS1_SV2", CMF_PS1_SV2); 1125 PM_SOURCES_READ_PSF("PS1_SV3", CMF_PS1_SV3); 1123 1126 PM_SOURCES_READ_PSF("PS1_DV1", CMF_PS1_DV1); 1124 1127 PM_SOURCES_READ_PSF("PS1_DV2", CMF_PS1_DV2); 1125 1128 PM_SOURCES_READ_PSF("PS1_DV3", CMF_PS1_DV3); 1129 PM_SOURCES_READ_PSF("PS1_DV4", CMF_PS1_DV4); 1126 1130 1127 1131 long *sourceIndex = NULL; -
tags/ipp-pv3-cr-20140614/psModules/src/objects/pmSourceIO.h
r36757 r36895 40 40 MK_PROTO(CMF_PS1_SV1); 41 41 MK_PROTO(CMF_PS1_SV2); 42 MK_PROTO(CMF_PS1_SV3); 42 43 MK_PROTO(CMF_PS1_DV1); 43 44 MK_PROTO(CMF_PS1_DV2); 44 45 MK_PROTO(CMF_PS1_DV3); 46 MK_PROTO(CMF_PS1_DV4); 45 47 46 48 int pmSourceGetDophotType (pmSource *source); -
tags/ipp-pv3-cr-20140614/pstamp/scripts/pstamp_checkdependent.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-pv3-cr-20140614/pstamp/scripts/pstamp_finish.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
tags/ipp-pv3-cr-20140614/pstamp/scripts/pstamp_webrequest.pl
- Property svn:mergeinfo set to
r35439 r36895 93 93 my $command = "$psmkreq --req_name $request_name --output $request_file @ARGV"; 94 94 95 if (0) { 96 open DEBUG, ">>/tmp/pstamp.debug.log"; 97 print DEBUG "\ncommand is: $command\n"; 98 close DEBUG; 99 } 100 95 101 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 96 102 run(command => $command, verbose => $verbose); 97 103 unless ($success) { 98 104 print STDERR @$stderr_buf; 105 print STDERR "\ncommand was: $command\n"; 99 106 die("Unable to perform psmkreq: $error_code"); 100 107 } -
tags/ipp-pv3-cr-20140614/pstamp/scripts/pstampparse.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
