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) @9953   20 years Paul Price Neglected to remove files used in local development.
(edit) @9952   20 years Paul Price Doing fringe processing using the pmFPAfile framework, with FRINGE …
(edit) @9951   20 years Paul Price Changing pmFringesReadFits and pmFringesWriteFits into pmFringesFormat …
(edit) @9950   20 years Paul Price Adding FRINGE type to pmFPAfile, which reads from/writes to FITS …
(edit) @9949   20 years Paul Price Adding functions to read/write tables within the FPA hierarchy …
(edit) @9948   20 years drobbin Added empty test templates for psEarthOrientation.c and updated makefile
(edit) @9947   20 years jhoblitt fix -definebydetrun memory corruption issues
(edit) @9946   20 years jhoblitt first pass implementation of -definebydetrun
(edit) @9945   20 years Paul Price Bug in output binning --- if the binning wasn't set, it would come …
(edit) @9944   20 years Paul Price Forgot to add them to the output.
(edit) @9943   20 years Paul Price Adding XBIN and YBIN to list that gets checked.
(edit) @9942   20 years jhoblitt stub out -definebydetrun as a copy of -definebyquery
(edit) @9941   20 years drobbin Reformatted for consistency between tests.
(edit) @9940   20 years jhoblitt plug a simple memory leak
(edit) @9939   20 years Paul Price string.h is required for strlen.
(edit) @9938   20 years jhoblitt in getMetadataType() remove duplicate call to psMetadataAddItem() …
(edit) @9937   20 years jhoblitt when parsing a line don't terminate the comment at a '~'
(edit) @9936   20 years drobbin Reformatting done for consistency between tests.
(edit) @9935   20 years jhoblitt print got/expected on ok_str() failure
(edit) @9934   20 years drobbin Replaced all unreachable spots I removed previously.
(edit) @9933   20 years drobbin Tap test for psSphereOps.c. execute_tap script added for convenience. …
(edit) @9932   20 years drobbin Added files for profiling reporting in astro/. Error checks for NAN …
(edit) @9931   20 years jhoblitt fix printing of empty METADATA comments
(edit) @9930   20 years jhoblitt add rawDetrenedExp.camera to the output of dettool -toprocessedexp
(edit) @9929   20 years jhoblitt add camera to the output of dettool -raw
(edit) @9928   20 years eugene update notes from growth tests
(edit) @9927   20 years magnier added test psImageShiftKernel and related p_psImageShiftKernel_F32; …
(edit) @9926   20 years magnier added tap_psImageShiftKernel.c to test NxN kernel-shifting code
(edit) @9925   20 years magnier adjust mask region to follow interpolated shift, if applied; added …
(edit) @9924   20 years magnier added prototype
(edit) @9923   20 years magnier fixed a memory leak, restrict region to image in growth curve
(edit) @9922   20 years magnier added tap_pmGrowthCurve.c tap_pmSourcePhotometry.c, updated .cvsignores
(edit) @9921   20 years jhoblitt remove name from p_psParseLevelInfo add 'nested' metadata's to the …
(edit) @9920   20 years jhoblitt remove passing around of a metadata nesting level param as this …
(edit) @9919   20 years jhoblitt delay parseLevelInfoArray alloc in parseLine() until it's really needed
(edit) @9918   20 years jhoblitt check fclose()'s return status
(edit) @9917   20 years jhoblitt revamp parseVector()
(edit) @9916   20 years jhoblitt split parseGeneric(), parseType(), & parseMetadataEnd() out of …
(edit) @9915   20 years jhoblitt remove empty ChangeLog
(edit) @9914   20 years Paul Price Fixing cache directory.
(edit) @9913   20 years jhoblitt possible fix for join error in -tonormalize
(edit) @9912   20 years jhoblitt improved error checking, coding style, & structure in parseLine() …
(edit) @9911   20 years jhoblitt remove ChangeLog as it's empty
(edit) @9910   20 years Paul Price Cleaning up --- isolating tests from each other.
(edit) @9909   20 years Paul Price Adding psClip
(edit) @9908   20 years drobbin added outputs: mdc-overwrite_true.txt and mdc-overwrite_false.txt in …
(edit) @9907   20 years Paul Price Pulling out function that got implemented in psLib
(edit) @9906   20 years Paul Price Fixing ppMerge recipes --- had BACKGROUND instead of MEAN and STDEV.
(edit) @9905   20 years Paul Price Adding directory.
(edit) @9904   20 years Paul Price Adding workdir to the configuration.
(edit) @9903   20 years Paul Price Prepend the global path to the file rule.
(edit) @9902   20 years Paul Price Fixing file names (produced by making the camera name important).
(edit) @9901   20 years Paul Price Fixing up recipes
(edit) @9900   20 years drobbin Updated testing to conform to changes in psMetadataPrint return status.
(edit) @9899   20 years Paul Price Using environment variables instead of fixed names.
(edit) @9898   20 years Paul Price Adding interpolation of environment variables within paths.
(edit) @9897   20 years jhoblitt move pmGrowthCurveGenerate() from pmGrowthCurve.c -> pmPSF.c
(edit) @9896   20 years drobbin Merged this test into the output test
(edit) @9895   20 years drobbin Updated testing
(edit) @9894   20 years Paul Price Reorganising so that the trace and logging stuff is loaded the …
(edit) @9893   20 years Paul Price Adding shutter correction (turned off for megacam) and fringe …
(edit) @9892   20 years Paul Price Output images from ppImage are specified by the FILERULES in the …
(edit) @9891   20 years eugene notes and updated tests
(edit) @9890   20 years eugene moved psphotGrowthCurve to pmGrowthCurveGenerate
(edit) @9889   20 years eugene added a comment
(edit) @9888   20 years eugene explicit test if object was subtracted
(edit) @9887   20 years eugene not including the test programs by default
(edit) @9886   20 years magnier convert apResid measurement to use pmSourceMagnitudes API for …
(edit) @9885   20 years magnier moved pmPSFFromModels to pmPSFFromPSFtry
(edit) @9884   20 years magnier added flag for interpolation for aperture photometry
(edit) @9883   20 years magnier added code to perform the subpixel shift, if requested; changed …
(edit) @9882   20 years magnier moved pmPSFFromModels to pmPSFFromPSFtry; now accepts a pmPSFtry as input
(edit) @9881   20 years magnier adding prep code to apply psImageBicubeFit to peaks in pmPeaks (ie, to …
(edit) @9880   20 years magnier added pmSourceCopy, change special magnitudes (32, 99) to NAN
(edit) @9879   20 years magnier moved psphotGrowthCurve to pmGrowthCurveGenerate
(edit) @9878   20 years magnier adding pstap (but disabled for now)
(edit) @9877   20 years magnier adding tests related to objects
(edit) @9876   20 years magnier adding pstap copied from psLib
(edit) @9875   20 years magnier added tests for psImageShift and psImageInterpolate, fixed low-level …
(edit) @9874   20 years drobbin Added type handling for S/U64
(edit) @9873   20 years jhoblitt improve error handling in psMetadataConfigParse()
(edit) @9872   20 years jhoblitt fix error checking in psMetadataConfigRead()
(edit) @9871   20 years Paul Price Missed out on wrapping fringe stuff in "doFringe".
(edit) @9870   20 years Paul Price Adding filenames to configuration parsing.
(edit) @9869   20 years Paul Price Adding fringe processing to detrend tools.
(edit) @9868   20 years drobbin Added comment parsing for metadata in parseLine in psMetadataConfig.c. …
(edit) @9867   20 years eugene testing bicubic interpolation for aperture
(edit) @9866   20 years magnier centroid shift for aperture ifdef-ed out
(edit) @9865   20 years magnier added BICUBE, fixed sign error and 0.5 pixel error in psImageShift
(edit) @9864   20 years magnier added BICUBE interpolation, removed scrap code in BILINEAR interpolation
(edit) @9863   20 years magnier added psImageInterpolate tests so I could test fixes to this function
(edit) @9862   20 years drobbin Updated MetadataConfig tests and merged (removed) …
(edit) @9861   20 years jhoblitt fwv
(edit) @9860   20 years jhoblitt check munmap()'s return status
(edit) @9859   20 years Paul Price Adding fringe parameters.
(edit) @9858   20 years jhoblitt fixes to comform to the format icd-demo is expecting
(edit) @9857   20 years Paul Price Adding fringe processing.
(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
Note: See TracRevisionLog for help on using the revision log.