IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psModules/src/detrend

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11150   20 years Paul Price Fixing typo causing SEGV
(edit) @11108   20 years magnier adding -time constraint
(edit) @10859   20 years magnier setting the stats for clipping
(edit) @10725   20 years magnier fixed memory issues, converted to md parsing for i/o
(edit) @10623   20 years Paul Price Getting rid of WORKDIR completely.
(edit) @10610   20 years magnier moved generic functions to extras, added pmKapaPlots.c,h
(edit) @10574   20 years Paul Price Adding additional metadata to output.
(edit) @10541   20 years Paul Price PM_FIT_NONE is a legitimate value, but there's nothing to report for it.
(edit) @10417   20 years Paul Price Fixing propagation of API change to psImageBackground
(edit) @10412   20 years Paul Price Adding overscan coefficients to HISTORY.
(edit) @10410   20 years Paul Price Whoops, typo.
(edit) @10406   20 years Paul Price Propagating API change to psImageBackground
(edit) @10330   20 years Paul Price Adding processing metadata.
(edit) @10326   20 years Paul Price Adding processing metadata to header.
(edit) @10302   20 years Paul Price More changes related to name fixes (noun-verb)
(edit) @10299   20 years Paul Price Renaming files to use noun-verb
(edit) @10282   20 years Paul Price Fixing statistics for single overscan value.
(edit) @10257   20 years magnier updates to psMinimizeLMM functions
(edit) @10179   20 years magnier new psImageBackground API
(edit) @10102   20 years rhl std{in,out,err} are reserved macros in stdio.h
(edit) @10080   20 years Paul Price Offsets are in the readout, not in the image. Image offsets are …
(edit) @10026   20 years Paul Price Using Poisson distribution if threshold is negative.
(edit) @10023   20 years Paul Price Adding additional notes.
(edit) @10022   20 years Paul Price Adding additional option for identifying bad pixels.
(edit) @10019   20 years Paul Price I mean median, not mean, know what I mean?
(edit) @10018   20 years Paul Price Using robust statistics instead of sample.
(edit) @9997   20 years Paul Price Fixing multiple frees, and mask for statistics.
(edit) @9986   20 years Paul Price Plugging memory leaks --- forgotten free in pmMaskIdentifyBadPixels, …
(edit) @9984   20 years Paul Price Input is an array of readouts, instead of multiple arrays of images, …
(edit) @9981   20 years Paul Price Adding functions to create bad pixel masks from flattened data.
(edit) @9951   20 years Paul Price Changing pmFringesReadFits and pmFringesWriteFits into pmFringesFormat …
(edit) @9856   20 years Paul Price Bug fixes in reading from FITS file (wasn't allocating memory, need to …
(edit) @9855   20 years Paul Price Changing unsigned int to int
(edit) @9854   20 years Paul Price Adding shutter type
(edit) @9822   20 years Paul Price Adding functions to read/write an array of fringe statistics to a …
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9724   20 years Paul Price Fixed incorrect statement.
(edit) @9723   20 years Paul Price Don't need that here.
(edit) @9621   20 years Paul Price Removing inclusion of config.h in header files, and putting it in all …
(edit) @9619   20 years Paul Price Documenting pmSubtractBias.h, cleaning up pmSubtractBias.c
(edit) @9618   20 years Paul Price Documenting pmShutterCorrection.[ch]
(edit) @9617   20 years Paul Price Documenting pmNonLinear.h. Cleaning up pmNonLinear.c
(edit) @9616   20 years Paul Price Documenting and cleaning up pmMaskBadPixels; removing old error files …
(edit) @9615   20 years Paul Price Documenting pmFringeStats. Adding mask to pmFringeRegions{Read,Write}Fits.
(edit) @9614   20 years Paul Price Documenting pmFlatNormalize
(edit) @9613   20 years Paul Price Forgot to remove old header information.
(edit) @9612   20 years Paul Price Documenting pmFlatField.h. Fixing pmFlatField so that the image …
(edit) @9584   20 years Paul Price Creating pmFPALevel.[ch] to hold pmFPALevel stuff. Creating …
(edit) @9541   20 years Paul Price Fixing psTraceGetLevel to use same convention as for psTrace
(edit) @9539   20 years Paul Price Fixing psLib APIs following clean-up.
(edit) @9461   20 years magnier choose correct element for file in detrend -select
(edit) @9434   20 years magnier splitting out psPipe.h and psIOBuffer.h
(edit) @9433   20 years magnier fleshing out detselect support (still missing filters and exptimes, etc)
(edit) @9432   20 years magnier adding waitpid and program exit status tests, lots of error checks
(edit) @9384   20 years Paul Price Adding additional error checking. Plug a memory leak.
(edit) @9352   20 years magnier fixed asserts
(edit) @9340   20 years Paul Price Enabling iteration
(edit) @9336   20 years Paul Price Adding iteration and masking to shutter measurement
(edit) @9315   20 years Paul Price Adding pmShutterCorrectionMeasure to measure the shutter correction …
(edit) @9298   20 years Paul Price Cleaning up code, adding error checks, adding const where appropriate.
(edit) @9290   20 years magnier comments and traces
(edit) @8990   20 years jhoblitt install header files under pkgincludedir instead of the includedir …
(edit) @8926   20 years magnier finished, tested pmShutterCorrection
(edit) @8886   20 years magnier fixed compile errors from pmShutterCorrection stuff
(edit) @8884   20 years magnier nearly done with pmShutterCorrection
(edit) @8866   20 years magnier working on shutter corrections
(edit) @8848   20 years Paul Price When writing concepts to headers, if given a list, write out all the …
(edit) @8842   20 years magnier adding shutter correction functions
(edit) @8815   20 years jhoblitt consistently include config.h remove fseeko #defs from …
(edit) @8669   20 years jhoblitt fix a wide range of format string errors
(edit) @8569   20 years jhoblitt rename library & utilities from psModule -> psModules
(edit) @8397   20 years Paul Price pmFlatNormalize now normalizes the mean of the gains to unity. …
(edit) @8246   20 years jhoblitt normalize psTrace() facility names
(edit) @8108   20 years Paul Price overscanOpts may be NULL.
(edit) @8004   20 years Paul Price Changing p_psGetStatsValue over to psStatsSingleOption and psStatsGetValue
(edit) @7887   20 years Paul Price Squashing memory leak: was freeing header instead of its copy.
(edit) @7883   20 years Paul Price Scalars should be written as integers instead of floats. Changed …
(edit) @7875   20 years Paul Price * Allow user to specify a random number generator for …
(edit) @7860   20 years Paul Price Removing normalisation to unity.
(edit) @7858   20 years Paul Price Fixing error messages. Fixing the image size limit check (was >= …
(edit) @7857   20 years Paul Price Was missing a comma.
(edit) @7856   20 years Paul Price Fixing "special" value for integer types.
(edit) @7855   20 years Paul Price Fixing pmFlatField function: cleaning out unnecessary tests, fixing …
(edit) @7836   20 years Paul Price Adding offsets for regions on the image (since readout->image is often …
(edit) @7828   20 years Paul Price Adding pmFringeStatsConcatenate()
(edit) @7772   20 years magnier minor bugs in psIOBuffer
(edit) @7770   20 years magnier added psPipe, psIOBuffer, added to detselect
(edit) @7769   20 years magnier replaced PS_IMAGE_SET and PS_VECTOR_SET with psImageInit, psVectorInit
(edit) @7604   20 years Paul Price Cleaning up use of include files for pslib.
(edit) @7589   20 years magnier updates from day when MHPCC CVS was down
(edit) @7567   20 years Paul Price Add check that science and fringe regions are the same.
(edit) @7566   20 years Paul Price Adding error checking, plug memory leaks, macro-ize repetitive code.
(edit) @7562   20 years Paul Price Adding fringe I/O functions: pmFringeStatsReadFits, pmFringeStatsWriteFits
(edit) @7479   20 years magnier complete re-work of API: now only performs set external mask
(edit) @7445   20 years magnier set psVector initial lengths
(edit) @7287   20 years magnier fixed makefile
(edit) @7286   20 years Paul Price Missed pmMaskBadPixelsErrors.dat, cleaning up conflict.
(edit) @7285   20 years magnier returned pmMaskBadPixels.c
(edit) @7283   20 years Paul Price Restoring pmMaskBadPixels to the build (it has different functionality …
(edit) @7278   20 years Paul Price Addition of a vast quantity of assertions in public functions. …
Note: See TracRevisionLog for help on using the revision log.