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) @23293   17 years Paul Price Get input files from the configuration dump, if supplied.
(edit) @23292   17 years bills *.WEIGHT is *.VARIANCE now
(edit) @23291   17 years bills I thought I did this
(edit) @23290   17 years eugene remove duplicate analysis.c; rename telescope.c and camera.c to avoid …
(edit) @23289   17 years Paul Price Put version information in HISTORY header keywords, so that they are …
(edit) @23288   17 years Paul Price Catch errors in metadata formating.
(edit) @23287   17 years Paul Price Putting the psImageBinning onto the recipe was causing the dump for …
(edit) @23286   17 years Paul Price config->recipes should hold the recipes that are in the SYSTEM …
(edit) @23285   17 years Paul Price Need to pass a list to configCull(), even if it's empty.
(edit) @23284   17 years Paul Price Plugging memory leak.
(edit) @23283   17 years Paul Price Cull all recipe overrides from cameras, since they've been placed in …
(edit) @23282   17 years bills change -promoteexp to -advanceexp
(edit) @23281   17 years bills change -promoteexp to -advanceexp
(edit) @23280   17 years Paul Price Need to cull recipes from the camera-level overrides.
(edit) @23279   17 years eugene pushing down PSF, MOMENTS, and APERTURE S/N limits
(edit) @23278   17 years eugene format char in SQL comment causes segfault (the sprintf does not see …
(edit) @23277   17 years eugene use -tocleanedimfile not -tocleanedimfile_from_scrubbed
(edit) @23276   17 years Paul Price Removing file that is unused, and misleading.
(edit) @23275   17 years Paul Price Move snippet that reads the mask bits to where the PHU is definitely …
(edit) @23272   17 years Paul Price Want filenames in the RUN metadata to be the names before they're …
(edit) @23271   17 years Paul Price Updating PStamp --> PS-IPP-PStamp following name change.
(edit) @23270   17 years Paul Price Fixing double free.
(edit) @23269   17 years Paul Price Since psRandomSeed returns the seed used, don't advertise it on the …
(edit) @23268   17 years Paul Price Adding functionality of reading input files from the configuration …
(edit) @23267   17 years bills change module name for PStamp
(edit) @23266   17 years bills reorganize PStamp perl module
(edit) @23265   17 years bills moving PStamp perl module
(edit) @23264   17 years bills renaming PStamp module to match the usual perl module naming style
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(edit) @23258   17 years bills use the replicateOutputs function in streaksio.c
(edit) @23257   17 years bills adapt to some changes in the supporting code
(edit) @23256   17 years bills fix compile error
(edit) @23255   17 years bills clean bundles at raw stage don't make sense
(edit) @23254   17 years bills output value of clean
(edit) @23253   17 years bills pass value of distRun.clean to script
(edit) @23252   17 years bills add disttool_*.sql to Makefile
(edit) @23251   17 years bills add missing space
(edit) @23250   17 years bills Scripts for producing distribution bundles
(edit) @23249   17 years bills definition of new tables
(edit) @23248   17 years bills new tasks for managing the production of distribution bundles
(edit) @23247   17 years bills new tool to manage the creation of bundles of ipp data for distribution
(edit) @23246   17 years bills update table name
(edit) @23245   17 years bills adding sql for disttool
(edit) @23244   17 years Paul Price Add list of files read/written to configuration.
(edit) @23243   17 years Paul Price Adding functions that will populate an element RUN in the …
(edit) @23242   17 years beaumont merging from cnb_branch_20090215
(edit) @23241   17 years Paul Price Fix memory corruption that I think occurs when multiple sources from …
(edit) @23240   17 years bills fix typo in error message
(edit) @23238   17 years Paul Price Adding new recipe parameter: source matching radius for merging source …
(edit) @23237   17 years Paul Price Adding new recipe paramter: source matching radius for merging source …
(edit) @23236   17 years Paul Price Adding new input file rules for ppSub: input and reference source …
(edit) @23235   17 years Paul Price Get input and reference source lists, and merge them to provide a …
(edit) @23234   17 years Paul Price New API for pmSourceMatchSources.
(edit) @23233   17 years Paul Price Adding extra parameter to pmSourceMatchSources: a boolean indicating …
(edit) @23232   17 years eugene adding stdout, stderr destinations for summit_copy
(edit) @23231   17 years Paul Price Lanczos kernel wasn't being calculated correctly, resulting in …
(edit) @23230   17 years Paul Price Adding crash exit handlers by copying and fixing the update handler.
(edit) @23229   17 years eugene merging changes from branches/eam_branches/eam_branch_20090303 …
(edit) @23228   17 years eugene adding NORM.CLASS to define flat-field normalization level
(edit) @23227   17 years eugene adding reference photcode table for PS1 science DVO dbs
(edit) @23226   17 years eugene updating 2MASS flags to make better use of the 32 bits available
(edit) @23219   17 years Paul Price Forgot to add to the argument list.
(edit) @23218   17 years Paul Price Add additional diagnostic: number of sources rejected as too faint.
(edit) @23217   17 years Paul Price Hashing out debugging feature.
(edit) @23216   17 years Paul Price Don't truncate log files!
(edit) @23215   17 years Paul Price Adding additional error message.
(edit) @23214   17 years Paul Price Ignoring built libraries.
(edit) @23213   17 years Paul Price Ignoring built libraries.
(edit) @23212   17 years Paul Price Moving hardwired ppStack values to recipe. Adjusting what's now …
(edit) @23211   17 years Paul Price Cleaning up, reducing threshold for matches.
(edit) @23200   17 years Paul Price Coordinate system comes from EQUINOX keyword, not RADECSYS.
(edit) @23198   17 years Paul Price Re-adding these generated sources so that we don't have to introduce a …
(edit) @23195   17 years Paul Price Adding function to print version information so it's captured in the log.
(edit) @23194   17 years Paul Price Removing generated sources.
(edit) @23193   17 years Paul Price Adding nebclient indication.
(edit) @23192   17 years Paul Price NULL out PSFs belonging to images that have already been masked.
(edit) @23191   17 years Paul Price Allow input PSFs to be NULL.
(edit) @23190   17 years Paul Price Bad images can be identified as those which have a NAN transparency …
(edit) @23189   17 years Paul Price Flag an image as bad if its transparency comes out as NAN (e.g., if no …
(edit) @23188   17 years Paul Price Only print something if it's defined.
(edit) @23187   17 years Paul Price The 'begin' and 'end' trace messages are fairly useless and …
(edit) @23186   17 years Paul Price Removing the exception handling I put in the other day. We suspect …
(edit) @23185   17 years Paul Price Removing all instances of die() and exit() --- we need the calling …
(edit) @23184   17 years Paul Price Adding mask/flag values to header of CMF files.
(edit) @23183   17 years Paul Price Added new output file rule for ppImage: PPIMAGE.OUTPUT.DETREND. It …
(edit) @23182   17 years Paul Price Using PKG_CHECK_MODULES instead of AC_CHECK_ --- this ensures the …
(edit) @23174   17 years Paul Price Put version into PHU only.
(edit) @23173   17 years Paul Price Add software version to header.
(edit) @23172   17 years Paul Price Fixing comment
(edit) @23171   17 years Paul Price Add software version to header.
(edit) @23170   17 years Paul Price Add software version to header.
(edit) @23169   17 years Paul Price Add software version to header.
(edit) @23168   17 years Paul Price This is psphot
(edit) @23167   17 years Paul Price Add software version to header.
(edit) @23166   17 years Paul Price Add software version to header.
(edit) @23165   17 years Paul Price Shortening comment to fit in FITS header.
(edit) @23164   17 years Paul Price Simplifying function to put versions in header.
(edit) @23163   17 years Paul Price Shortening comments to fit in FITS header.
(edit) @23162   17 years Paul Price Shortening comments to fit in FITS header.
(edit) @23161   17 years Paul Price Shortening comments to fit in FITS header.
Note: See TracRevisionLog for help on using the revision log.