Changeset 42574
- Timestamp:
- Dec 28, 2023, 12:50:41 PM (3 years ago)
- Location:
- branches/eam_branches/ipp-20230313
- Files:
-
- 1 added
- 6 edited
-
ippScripts/Build.PL (modified) (1 diff)
-
ippScripts/scripts/staticsky.pl (modified) (1 diff)
-
ippScripts/scripts/xcsky.pl (added)
-
ippTools/share/xcskytool_revert.sql (modified) (1 diff)
-
ippTools/share/xcskytool_revert_update.sql (modified) (1 diff)
-
ippTools/share/xcskytool_revertxccal.sql (modified) (1 diff)
-
ippTools/src/xcskytool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippScripts/Build.PL
r42560 r42574 157 157 scripts/fpcamera_exp.pl 158 158 scripts/xcstack_skycell.pl 159 scripts/xcsky.pl 159 160 )], 160 161 dist_abstract => 'Scripts for running the Pan-STARRS IPP', -
branches/eam_branches/ipp-20230313/ippScripts/scripts/staticsky.pl
r40803 r42574 162 162 print "input: $path_base\n"; 163 163 my $stack_id = $file->{stack_id}; 164 print "stack_id: $stack_id\n"; 164 165 165 166 my ($imageCnv, $maskCnv, $weightCnv, $expnumCnv); -
branches/eam_branches/ipp-20230313/ippTools/share/xcskytool_revert.sql
r42572 r42574 3 3 WHERE xcskyRun.xcsky_id = xcskyResult.xcsky_id 4 4 AND xcskyRun.xcsky_id = xcskyInput.xcsky_id 5 AND xcskyInput.xcstack_id = stackRun.stack_id5 AND xcskyInput.xcstack_id = xcstackRun.xcstack_id 6 6 AND xcstackRun.tess_id = skycell.tess_id 7 7 AND xcstackRun.skycell_id = skycell.skycell_id -
branches/eam_branches/ipp-20230313/ippTools/share/xcskytool_revert_update.sql
r42572 r42574 5 5 WHERE xcskyRun.xcsky_id = xcskyResult.xcsky_id 6 6 AND xcskyRun.xcsky_id = xcskyInput.xcsky_id 7 AND xcskyInput.xcstack_id = stackRun.xcstack_id7 AND xcskyInput.xcstack_id = xcstackRun.xcstack_id 8 8 AND xcstackRun.tess_id = skycell.tess_id 9 9 AND xcstackRun.skycell_id = skycell.skycell_id -
branches/eam_branches/ipp-20230313/ippTools/share/xcskytool_revertxccal.sql
r42572 r42574 2 2 USING xccalResult, xccalRun, xcstackRun, skycell 3 3 WHERE xccalRun.xccal_id = xccalResult.xccal_id 4 AND xcstackRun. stack_id = xccalRun.stack_id4 AND xcstackRun.xcstack_id = xccalRun.xcstack_id 5 5 AND xccalRun.state = 'new' 6 6 AND xccalResult.fault != 0 -
branches/eam_branches/ipp-20230313/ippTools/src/xcskytool.c
r42572 r42574 53 53 { 54 54 psLibInit(NULL); 55 56 // psAbort("oops"); 55 57 56 58 pxConfig *config = xcskytoolConfig(NULL, argc, argv);
Note:
See TracChangeset
for help on using the changeset viewer.
