IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/ippScripts/scripts/register_imfile.pl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36498   12 years watersc1 we were using an exit instead of my_die_for_update at line 333.
(edit) @35899   13 years watersc1 The regtool -checkburntoolimfile command returns an excessive amount …
(edit) @35841   13 years watersc1 Adding camera argument for ipp_apply_burntool_single.pl. Since this …
(edit) @32444   15 years watersc1 Air force stare exposures all end in "a". This can be used to trap …
(edit) @32417   15 years watersc1 Typo prevented the auto-magic registration bug fix from working. At …
(edit) @32379   15 years bills Use redirect_to_logfile
(edit) @32298   15 years watersc1 I suspect all we need to do to fix the remaining registration/burntool …
(edit) @31906   15 years eugene updating scripts to use ppConfigDump -get-key in place of full camera …
(edit) @31603   15 years watersc1 registration summitExp.dateobs/rawExp.dateobs bugfix
(edit) @31060   15 years watersc1 Bugfix. exp_type has quotes, and that confuses is_ccim, apparently.
(edit) @31041   15 years watersc1 tmp_exp_name, not exp_name. Thanks for finding this before we tried …
(edit) @30966   15 years watersc1 If we have a camera-controlled image, we should not need to burntool …
(edit) @30710   15 years watersc1 I really thought exp_type was already defined.
(edit) @30639   15 years watersc1 Reworked burntool logic to skip camera commanded detrend exposures
(edit) @30283   16 years watersc1 is_daytime fix in register_imfile; bad class_ids in regtool; bad joins …
(edit) @30277   16 years watersc1 checkburntool bugs: StringSubstitute still is broken, vague SQL. …
(edit) @30275   16 years watersc1 Fixed typos that prevented registration of daytime exposures on …
(edit) @30242   16 years watersc1 forgot to test that I'd defined all the variables.
(edit) @30240   16 years watersc1 updates and bugfixes to registration. Will test this afternoon.
(edit) @30217   16 years bills from ipp-20101215. Integrate uncommitted changes made in production …
(edit) @30182   16 years eugene remove line that set burntoolStateCurrent to burntoolStateTarget (also …
(edit) @30144   16 years watersc1 scope wrong for $burntoolState
(edit) @30120   16 years watersc1 updates to nightly science code to handle register failures and stacks …
(edit) @30113   16 years watersc1 Fix register_imfile.pl/regtool failures due to an incomplete regtool …
(edit) @30049   16 years watersc1 Merge of realtime burntool and new nightly science code into trunk.
(edit) @27891   16 years watersc1 regtool knows how to set the states, but it was just not in the script …
(edit) @27718   16 years Paul Price Add date of processing to output log.
(edit) @26378   17 years watersc1 dqstatstool: I forgot to commit this last week. summit copy: added …
(edit) @25484   17 years watersc1 Accidentally deleted previous print statements. They are now restored.
(edit) @25483   17 years watersc1 Added support to identify if an exposure has been processed with …
(edit) @25418   17 years bills Store the size in bytes and md5sum of the Compressed raw image files …
(edit) @23831   17 years bills fix arguments to 5 calls to value_for_flag that weren't updated to …
(edit) @23688   17 years Paul Price Merging in branches/pap/ from r23685. Some conflicts, most notably in …
(edit) @23540   17 years eugene add default response to value_for_flag; check for NULL for the …
(edit) @23501   17 years bills fix error checking for -telescope etc value_for_flag returns 0 if not …
(edit) @23295   17 years Paul Price Set error code to PROG_ERROR if not already set --- avoids infinite …
(edit) @23294   17 years Paul Price Print command before executing.
(edit) @23186   17 years Paul Price Removing the exception handling I put in the other day. We suspect …
(edit) @22428   17 years Paul Price Put some stuff in that wasn't supposed to be there.
(edit) @22427   17 years Paul Price We're using multiple versions of 'run' in this script: IPC::Cmd and …
(edit) @22421   17 years Paul Price Need to get the program before we call system.
(edit) @22420   17 years Paul Price Unhandled exceptions should be passed on to my_die so they get pushed …
(edit) @21934   17 years Paul Price Using pipes within a single IPC::Cmd run() wasn't working: an error …
(edit) @20118   18 years eugene declare cmdflags
(edit) @20101   18 years eugene converting to ppStatsFromMetadata
(edit) @19733   18 years eugene fix argument order for sunmoon call
(edit) @19721   18 years eugene add sun/moon data
(edit) @17964   18 years bills added --logfile
(edit) @17937   18 years Paul Price FPA.INSTRUMENT --> FPA.CAMERA
(edit) @17927   18 years bills pass dbname to ppStats
(edit) @17803   18 years Paul Price Adding hostname to database values.
(edit) @17671   18 years jhoblitt convert scripts that import symbols from PS::IPP::Config to use the …
(edit) @16563   18 years Paul Price my_die subroutines were checking '12271value' rathern than 'defined …
(edit) @16474   18 years Paul Price Fixing typo that prevented compilation.
(edit) @16308   18 years Paul Price Added verbose flags to scripts.
(edit) @16196   18 years eugene updates from eam_branch_20080121: workdir changed to outroot
(edit) @15779   19 years eugene added -uri to the my_die function
(edit) @15777   19 years jhoblitt pass -uri to -addprocessedimfile
(edit) @15773   19 years eugene adding FPA.COMMENT and FPA.TELTEMP stats
(edit) @15740   19 years eugene adding new fields to rawExp, rawImfile
(edit) @14115   19 years eugene applying the update to Stats.pm using dtype and new methods
(edit) @14080   19 years eugene protect values with quotes
(edit) @14048   19 years eugene rework for consistency with the changes to the database and PS-IPP-Config
(edit) @14039   19 years eugene updates to new regtool / pxinject apis
(edit) @14021   19 years eugene remove all header examination from inject; use new Stats.pm APIs in …
(edit) @14009   19 years eugene extensive changes to use new stats calculation tools; general cleanups
(edit) @13989   19 years eugene PS::IPP:Metadata::Stats may result in 0, which should not be …
(edit) @13748   19 years eugene require recipe for ppStats in scripts
(edit) @13698   19 years Paul Price Commenting out the database error-handling. This means that bad …
(edit) @13606   19 years eugene added sat_pixel_frac
(edit) @13275   19 years Paul Price Major upgrade to allow use of Nebulous
(edit) @12934   19 years Paul Price Cleaning up.
(edit) @12800   19 years Paul Price Require IPC::Cmd version 0.36 --- the parsing of the command-line …
(edit) @12360   19 years Paul Price Adding file level information to registration.
(edit) @12282   19 years Paul Price Need a space between arguments.
(edit) @12245   19 years Paul Price Silently chew --no-op, with no effect
(edit) @12207   19 years Paul Price Updating, making consistent with other scripts.
(edit) @12021   19 years Paul Price More fixes following the name change.
(add) @12013   19 years Paul Price Adopting revised naming scheme for the phases: phases are named …
Note: See TracRevisionLog for help on using the revision log.