IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14031   19 years jhoblitt remove stale use of chipProcessedExp
(edit) @14030   19 years magnier output NULL for STR if entire string is blank
(edit) @14029   19 years jhoblitt update warptool sql
(edit) @14028   19 years jhoblitt fix pxdata.c.template
(edit) @14027   19 years jhoblitt remove regtool_find_unprocessed_imfile.sql
(edit) @14026   19 years jhoblitt remove regtool_find_unprocessed_exp.sql
(edit) @14025   19 years jhoblitt update chiptool to return exp_tag
(edit) @14024   19 years jhoblitt merge regtool_find_unprocessed_exp.sql & regtool_pendingexp.sql
(edit) @14023   19 years jhoblitt rename exp_id -> exp_name rename exp_tag -> exp_id add add …
(edit) @14022   19 years eugene applying mods to the exp_tag, exp_id, exp_name concepts
(edit) @14021   19 years eugene remove all header examination from inject; use new Stats.pm APIs in …
(edit) @14020   19 years eugene adding CLASS.ID return for -level option
(edit) @14019   19 years magnier adding FPA.NAME to pmFPAfileNameFromRule
(edit) @14018   19 years jhoblitt merge backtrack branch
(edit) @14017   19 years jhoblitt merge backtrace branch
(edit) @14016   19 years eugene make api consistent
(edit) @14015   19 years eugene adding JPEG_BIN recipes to the DETREND reduction class
(edit) @14014   19 years eugene adding metadata from rawExp
(edit) @14013   19 years eugene complete rework of this function : does not require information about …
(edit) @14012   19 years eugene adding elements for PSPHOT and PSASTRO headers
(edit) @14011   19 years eugene put ppImageFileCheck inside a trace block
(edit) @14010   19 years eugene fixes to handle nested readouts and the metadata vs pixel stats
(edit) @14009   19 years eugene extensive changes to use new stats calculation tools; general cleanups
(edit) @14008   19 years magnier adding psMetadataOverlay function and rudimentary tests
(edit) @14007   19 years eugene update to new ppStatsFPA API
(edit) @14006   19 years eugene update comment
(edit) @14005   19 years eugene drop unneeded include
(edit) @14004   19 years eugene cleanup formatting
(edit) @14003   19 years eugene splitting out ppStatsLoop.c into ppStatsChip, ppStatsCell, …
(edit) @14002   19 years eugene adding BLANK.HEADERS to camera.config
(edit) @14001   19 years eugene pull ppImageFileCheck to independent file
(edit) @14000   19 years eugene consolidating includes in ppImage.h; adding ppImageMetadataStats and …
(edit) @13999   19 years eugene adding functions to get stats on pixels and metadata independently; …
(edit) @13993   19 years eugene reorg to make consistent with other programs: ppStats is the program, …
(edit) @13991   19 years jhoblitt remove the usage of inline that conflicts with C99 semantics
(edit) @13989   19 years eugene PS::IPP:Metadata::Stats may result in 0, which should not be …
(edit) @13988   19 years eugene fixed dark fits due to parsing errors in ipp_darkstats.pl
(edit) @13987   19 years eugene adding MANA plots of the curves, fixed parsing error
(edit) @13986   19 years eugene fixed output file
(edit) @13985   19 years eugene added dark trend measurement from separate chips
(edit) @13984   19 years eugene adding features to calculated fit using mana
(edit) @13983   19 years eugene setting up the extended source fitting functions
(edit) @13982   19 years magnier adding cached psf model, holder for convolved psf model
(edit) @13981   19 years magnier converting private LMM utility functions to public ones
(edit) @13980   19 years eugene adding fringe rejections
(edit) @13979   19 years eugene defining dark trend
(edit) @13978   19 years eugene adding fringe stats
(edit) @13977   19 years eugene PS-IPP-Config/lib/PS/IPP/Metadata/Stats.pm
(edit) @13976   19 years eugene fleshed out psf-convolved model fitting function
(edit) @13975   19 years eugene passing fringe amplitude and residual from imfiles to exp
(edit) @13974   19 years eugene adding -select_state option to residimfile
(edit) @13973   19 years eugene adding fringe residual stats (user_1-3), correctly handle NAN from …
(edit) @13972   19 years eugene adding fringe residual (in addition to fringe amplitude); correctly …
(edit) @13971   19 years eugene allow more flexible names for output results
(edit) @13970   19 years eugene adding fringe residual measurement in addition to fringe amplitude; …
(edit) @13966   19 years eugene adding fringe_2
(edit) @13965   19 years eugene cleanup and name fixes; add fringe_mean_stdev
(edit) @13964   19 years eugene setting sane values for dark rejections
(edit) @13963   19 years eugene use BASE not CHIP for detrend fringe processing
(edit) @13962   19 years eugene fix log messages
(edit) @13961   19 years magnier handle errors on modelGuessFunc
(edit) @13960   19 years magnier catch errors from psEllipse functionssrc/objects/pmModelGroup.c
(edit) @13959   19 years magnier more error handling on ellipses
(edit) @13958   19 years jhoblitt add an introductory blurb to the Installation section
(edit) @13957   19 years eugene added a comment explaining some subtleties of dark correction
(edit) @13956   19 years magnier do not divide by darkNorm is DARKTIME is 1.0 (ie, if master is normalized)
(edit) @13955   19 years eugene use database after creating
(edit) @13954   19 years eugene fixed typo on LIBRARY_PATH
(edit) @13953   19 years Paul Price Distinguishing PPIMAGE.OUTPUT and PPIMAGE.CHIP
(edit) @13952   19 years Paul Price PSPHOT output split file should be in SPLIT format.
(edit) @13951   19 years jhoblitt rename psTimeInitialize() -> psTimeInit()
(edit) @13950   19 years jhoblitt change psLibInit() to return a boolean status change psLibFinalize() …
(edit) @13949   19 years Paul Price Adding macros to turn everything on/off.
(edit) @13948   19 years Paul Price Want the binned fits files so that JPEGs can be constructed later.
(edit) @13947   19 years Paul Price Completing complement of split/mef for files. Note: leaving default …
(edit) @13946   19 years eugene set det_type to upper case to select reduction class
(edit) @13945   19 years eugene drop File::ExtAttr for now (build problems)
(edit) @13944   19 years Paul Price Adding recipe for photometry and astrometry only.
(edit) @13943   19 years Paul Price psVectorSmooth shouldn't be used to smooth in-place (it writes to the …
(edit) @13942   19 years jhoblitt restrict scope of "testTime" variable to local blocks only
(edit) @13941   19 years eugene dropped duplicate PPIMAGE.CHIP.MEF entries
(edit) @13940   19 years Paul Price Adding reduction classes to camera configurations.
(edit) @13939   19 years eugene handle missing images (null input data entries)
(edit) @13937   19 years Paul Price Changes to multiple packages in order to use "reduction classes" to …
(edit) @13936   19 years jhoblitt add missing free
(edit) @13935   19 years Paul Price Adding test directory.
(edit) @13934   19 years eugene fixed mask and weight types
(edit) @13933   19 years eugene changed PPIMAGE.OUTPUT.CHIP to PPIMAGE.CHIP (as needed by …
(edit) @13932   19 years magnier skipping nan values in input image
(edit) @13931   19 years magnier adding error traps to pmFPAfileDefine functions
(edit) @13930   19 years jhoblitt ws fixes
(edit) @13929   19 years Paul Price Need to key on class_id for imfile.
(edit) @13928   19 years Paul Price Adding MOPS and TALCS directories.
(edit) @13927   19 years Paul Price Was getting the wrong component --- the first component is the offset.
(edit) @13926   19 years Paul Price Adding code to pull the fringe amplitudes and errors out of the statistics.
(edit) @13925   19 years Paul Price Adding code to parse fringe amplitudes and errors.
(edit) @13924   19 years Paul Price Adding fringe solution to the statistics.
(edit) @13923   19 years Paul Price Adding code to add a fringe solution to the statistics.
(edit) @13922   19 years Paul Price Adding outputs for chip mosaic.
(edit) @13921   19 years Paul Price Adding boxcar/gaussian smoothing of overscan vector
Note: See TracRevisionLog for help on using the revision log.