IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23740   17 years Paul Price Merging branches/pap from r23739 onto trunk. No conflicts, ppSub …
(edit) @23692   17 years Paul Price Getting more serious about error codes. We don't want them …
(edit) @23688   17 years Paul Price Merging in branches/pap/ from r23685. Some conflicts, most notably in …
(edit) @23626   17 years Paul Price JD and MJD are converted to TAI.
(edit) @23625   17 years Paul Price Reworking to make time format consistent.
(edit) @23623   17 years Paul Price Propagation of concept writing should be independent of whether …
(edit) @23600   17 years Paul Price Ensuring detselect command is printed in case of error.
(edit) @23587   17 years eugene minor
(edit) @23577   17 years Paul Price Ensure we can reject pixels when combining images without convolution.
(edit) @23576   17 years Paul Price Can now combine images without convolving, but it doesn't apply any …
(edit) @23574   17 years Paul Price Load recipes from arguments, so that command-line overrides are …
(edit) @23535   17 years bills look up mask with new name "LOW" if not found look up "BAD" (for …
(edit) @23498   17 years Paul Price Updating mask bits. Renamed BAD --> LOW to more simply conveys the …
(edit) @23487   17 years Paul Price Functions declared as 'type function()' cause errors with the Intel …
(edit) @23476   17 years eugene add support for new bitmask names CTE, SPIKE, STARCORE; DARK should …
(edit) @23452   17 years Paul Price TIMESYS is supposed to be STR in camera format file.
(edit) @23451   17 years Paul Price Don't put TIMESYS entries in the TRANSLATION --- they're specified in …
(edit) @23450   17 years Paul Price Set time system to TAI because MJD is in use.
(edit) @23447   17 years Paul Price Split the FILES in the RUN metadata into two parts --- FILES.INPUT and …
(edit) @23432   17 years Paul Price Just realised that conceptSetTimesysForTime was being called in the …
(edit) @23428   17 years Paul Price Noticed that the TIMESYS wouldn't necessarily be updated just because …
(edit) @23405   17 years Paul Price Plug memory leak.
(edit) @23404   17 years Paul Price If the time is parsed from JD or MJD, then set the time system to be TAI.
(edit) @23378   17 years Paul Price Removing unnecessary restriction that is preventing kernel files being …
(edit) @23374   17 years Paul Price Put top-level HDU (should be PHU) into header, so that output can be …
(edit) @23370   17 years Paul Price Allow multiple output files of the same (filerule) name. This is a …
(edit) @23358   17 years Paul Price Adding new substitution for file rules: {FILE.INDEX}. Added a counter …
(edit) @23354   17 years Paul Price Allow pmFPAfileDefineFromRun to bind to a file. Added new function, …
(edit) @23343   17 years Paul Price Ensure the format gets set once it is known. I think this is …
(edit) @23328   17 years eugene catch error on file definition
(edit) @23319   17 years Paul Price If the parity in the output is not set, we're allowed to set it ourselves.
(edit) @23318   17 years Paul Price Don't worry about bias section if not set. Avoids SEGV.
(edit) @23308   17 years Paul Price It's a little more complicated than I thought --- there could be …
(edit) @23307   17 years Paul Price Adding function pmSubtractionMatchPrecalc to convolve using a kernel …
(edit) @23296   17 years Paul Price Handle !time to avoid SEGV.
(edit) @23289   17 years Paul Price Put version information in HISTORY header keywords, so that they are …
(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) @23280   17 years Paul Price Need to cull recipes from the camera-level overrides.
(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) @23270   17 years Paul Price Fixing double free.
(edit) @23268   17 years Paul Price Adding functionality of reading input files from the configuration …
(edit) @23259   17 years Paul Price Changing API for psRandomAlloc() to make it easier to be …
(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) @23233   17 years Paul Price Adding extra parameter to pmSourceMatchSources: a boolean indicating …
(edit) @23229   17 years eugene merging changes from branches/eam_branches/eam_branch_20090303 …
(edit) @23215   17 years Paul Price Adding additional error message.
(edit) @23212   17 years Paul Price Moving hardwired ppStack values to recipe. Adjusting what's now …
(edit) @23193   17 years Paul Price Adding nebclient indication.
(edit) @23191   17 years Paul Price Allow input PSFs to be NULL.
(edit) @23189   17 years Paul Price Flag an image as bad if its transparency comes out as NAN (e.g., if no …
(edit) @23187   17 years Paul Price The 'begin' and 'end' trace messages are fairly useless and …
(edit) @23184   17 years Paul Price Adding mask/flag values to header of CMF files.
(edit) @23160   17 years Paul Price Shortening comments to fit in FITS header.
(edit) @23152   17 years Paul Price Adding function to populate a header with the version information.
(edit) @23117   17 years Paul Price Updating version functions to match psLib.
(edit) @22752   17 years Paul Price Need to define functions in the case that kapa isn't defined.
(edit) @22747   17 years Paul Price Actually turn off quantisation, not just make like we're going to do it.
(edit) @22746   17 years Paul Price Turn off quantisation as well!
(edit) @22744   17 years Paul Price Disable FITS compression for covariance matrices --- they are not …
(edit) @22728   17 years Paul Price Removing old directory names that seem to have been revived in the svn …
(edit) @22715   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @22706   17 years Paul Price Convert time to desired time system after averaging, since …
(edit) @22704   17 years Paul Price Actually, the HDU is not so important: we don't have a copy function …
(edit) @22703   17 years Paul Price Use the first possible HDU if we don't have one ourselves.
(edit) @22701   17 years Paul Price Need to find HDU at each level separately.
(edit) @22700   17 years Paul Price Can't free the concepts specs --- they're only borrowed.
(edit) @22699   17 years Paul Price Reorganised the concepts files, moving the Write functions into …
(edit) @22696   17 years Paul Price Add dependencies.
(edit) @22688   17 years Paul Price Adding headers to fix compilation error.
(edit) @22687   17 years Paul Price Use pmConceptsCopy functions to copy the concepts, instead of blindly …
(edit) @22683   17 years Paul Price Convert the time to the nominated system before writing.
(edit) @22677   17 years Paul Price Need to explicitly set the time type to the TIMESYS value. Previously, …
(edit) @21533   17 years Paul Price Wrong application of offset.
(edit) @21528   17 years Paul Price Catching case of !source->moments.
(edit) @21516   17 years eugene added I/O format CMF_PS1_V1
(edit) @21515   17 years eugene add nPix
(edit) @21514   17 years eugene add corrected errors
(edit) @21513   17 years eugene add sort-by-seq; moved SUBTRACTED to internal
(edit) @21512   17 years eugene added nPix
(edit) @21511   17 years eugene pixel weight does not need image; added nPix to chisq measurement
(edit) @21510   17 years eugene copy astrometry terms
(edit) @21509   17 years eugene minor changes
(edit) @21476   17 years Paul Price Using covariance factor to set the correct variance level. Median …
(edit) @21474   17 years giebink Account for weight(s) to variance(s) change
(edit) @21473   17 years giebink Changed args to pmShutterCorrectionLinFit
(edit) @21472   17 years giebink pmTrend2DEvalVector test removed because args have changed
(edit) @21471   17 years giebink Account for weight(s) to variance(s) change
(edit) @21470   17 years Paul Price Actually, don't transfer. Let the user do it, since he may (does, in …
(edit) @21469   17 years Paul Price Transfer covariance factor to variance image.
(edit) @21457   17 years Paul Price Adding modification of variance map by the shutter correction.
(edit) @21456   17 years Paul Price Adding modification of variance map by the flat-field. Removing …
(edit) @21430   17 years bills plug memory leaks
(edit) @21429   17 years Paul Price Fixing type name to be compatible with macro use.
Note: See TracRevisionLog for help on using the revision log.