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) @8085   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @8083   20 years jhoblitt convert ra/dec -> F64 remove class from exps (again) add background to exps
(edit) @8082   20 years jhoblitt VERSION to 0.0.7
(edit) @8080   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @8078   20 years jhoblitt add class, airmass, ra, dec, & exp_time to *Exp tables
(edit) @8077   20 years Paul Price Splitting line to avoid "unused variable" warning.
(edit) @8076   20 years jhoblitt fix -define to allow multiple exp_ids to be specified
(edit) @8075   20 years jhoblitt rename -recipe -> -recip
(edit) @8074   20 years jhoblitt change p2searchPendingExp() to search only based on exp_id
(edit) @8073   20 years jhoblitt fix memory leak in handling psError objects
(edit) @8072   20 years Paul Price Fixing syntax for running mysql with a password.
(edit) @8071   20 years Paul Price Fixing syntax for starting mysql with a password.
(edit) @8070   20 years Paul Price Fixing DB setup.
(edit) @8069   20 years Paul Price Adding testing code to check for memory usage.
(edit) @8068   20 years Paul Price Fixing ccd18 parameter
(edit) @8067   20 years Paul Price Expanding ppImage recipes
(edit) @8066   20 years Paul Price Have renamed phase2.config to ppImage.config
(edit) @8065   20 years Paul Price Removing old debugging printf.
(edit) @8064   20 years Paul Price Fixing symbolic references for recipes in the case when what the …
(edit) @8063   20 years jhoblitt yet more memory leaks
(edit) @8062   20 years jhoblitt use long instead of int as loop counters
(edit) @8061   20 years jhoblitt remove unneeded #defines
(edit) @8060   20 years jhoblitt put struct pxConfig on a diet
(edit) @8059   20 years jhoblitt accidental premature checkin
(edit) @8058   20 years Paul Price Changing name of recipe to PPIMAGE from PHASE2
(edit) @8056   20 years jhoblitt VERSION to 0.0.6
(edit) @8055   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @8053   20 years jhoblitt change newImfile * rawImfile to use exp_id, class, & class_id as …
(edit) @8052   20 years jhoblitt typo fix
(edit) @8051   20 years jhoblitt make -done partially transactional
(edit) @8050   20 years jhoblitt make -uri a mandatory option to -done use -uri from CLI instead of …
(edit) @8049   20 years Paul Price Getting rid of annoying additional error message when a bad option is …
(edit) @8048   20 years Paul Price Adding pmFPAEnsemble, which takes a bunch of filenames and returns a …
(edit) @8047   20 years Paul Price Adding functions to check the file_exists flags; adding pmFPAviewReset.
(edit) @8046   20 years Paul Price Initialising values to avoid compiler error.
(edit) @8045   20 years jhoblitt move p2pendingToDoneImfile() into p2search.c
(edit) @8044   20 years jhoblitt add notes from Gene
(edit) @8043   20 years jhoblitt document pxadmin
(edit) @8042   20 years jhoblitt fix a memory leak in -update
(edit) @8041   20 years jhoblitt rename all -recipe options to -recip
(edit) @8040   20 years jhoblitt remove empty dettool invocations
(edit) @8039   20 years jhoblitt fwv
(edit) @8038   20 years jhoblitt fix a memory leak in -pending
(edit) @8037   20 years jhoblitt fix -update handling of p2 -- insert exp & images into p2PendingExp & …
(edit) @8036   20 years jhoblitt example formatting
(edit) @8035   20 years jhoblitt add partial detail about p0search, p2search, & the administrative tools
(edit) @8034   20 years Paul Price Adding recipe for ppNorm
(edit) @8033   20 years Paul Price Adding PPNORM recipe.
(edit) @8032   20 years Paul Price Adding ppNorm inputs and outputs.
(edit) @8031   20 years Paul Price Initial import of ppNorm. Code compiles and runs, and seems to …
(edit) @8030   20 years drobbin Adding test-coverage script to produce test-coverage results and store …
(edit) @8029   20 years jhoblitt fwv
(edit) @8027   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @8026   20 years jhoblitt VERSION 0.0.5
(edit) @8025   20 years jhoblitt re-add 'class' to pzPendingImfile, newImfile, & rawImfile
(edit) @8024   20 years jhoblitt add 'class' to rawImfile
(edit) @8022   20 years jhoblitt VERSION to 0.0.4
(edit) @8021   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @8019   20 years jhoblitt temporarily remove 'class' from all imfile tables
(edit) @8018   20 years jhoblitt fix memory leaks
(edit) @8017   20 years jhoblitt fix memory leaks
(edit) @8016   20 years jhoblitt add -update error checking
(edit) @8015   20 years jhoblitt revise -update to accept a -detrend flag to mark the data as either …
(edit) @8014   20 years jhoblitt use psArrayLength() instead of psArray->n
(edit) @8013   20 years jhoblitt memory leak fixes
(edit) @8012   20 years jhoblitt implement -newImfile
(edit) @8011   20 years jhoblitt implemented -newExp
(edit) @8009   20 years jhoblitt VERSION to '0.0.3'
(edit) @8008   20 years jhoblitt typo fix
(edit) @8007   20 years jhoblitt This commit was generated by cvs2svn to compensate for changes in …
(edit) @8005   20 years jhoblitt fix exp_type definition remove duplicatione exp_type declarations
(edit) @8004   20 years Paul Price Changing p_psGetStatsValue over to psStatsSingleOption and psStatsGetValue
(edit) @8003   20 years eugene changed method to recognize FITS vs TEXT
(edit) @8002   20 years eugene fixing leaks, adding some optimizations
(edit) @8001   20 years eugene better handling for free_catalog
(edit) @8000   20 years Paul Price Adding psStatsSingleOption and psStatsGetValue --- already coded.
(edit) @7999   20 years Paul Price Replacing p_psGetStatValue with two functions: psStatsSingleOption …
(edit) @7998   20 years Paul Price Adding gmon.out to CLEANFILES
(edit) @7997   20 years eugene added manual -magrange options
(edit) @7996   20 years eugene added test of NFIELD range, fixed exit status
(edit) @7995   20 years eugene replaced header updates with PutCoords
(edit) @7994   20 years eugene added checks for N < 2
(edit) @7993   20 years Paul Price Don't need ppStatsSetup.h
(edit) @7992   20 years Paul Price Changing type for -sample.
(edit) @7991   20 years Paul Price Adding psStatsOptionFromString and psStatsOptionToString.
(edit) @7990   20 years Paul Price Adding psStatsFromString and psStatsToString, which are already coded.
(edit) @7989   20 years Paul Price Adding psStatsFromString and psStatsToString.
(edit) @7988   20 years Paul Price Wrong name.
(edit) @7987   20 years Paul Price Removing unwanted file
(edit) @7986   20 years Paul Price Need to count the number of values.
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(edit) @7984   20 years Paul Price Fixing FITS table vector writing: wasn't copying into the byte vector …
(edit) @7983   20 years Paul Price Fixing name for test.
(edit) @7982   20 years Paul Price Fixing name.
(edit) @7981   20 years Paul Price Fixing TFORM for vectors.
(edit) @7980   20 years Paul Price Setting size of vector.
(edit) @7979   20 years Paul Price Adding booleans for psVectorInit, needed for writing FITS tables with …
(edit) @7978   20 years jhoblitt update stderr for PS_ASSERT..()s
(edit) @7977   20 years Paul Price "while" loop should be a "for" loop.
(edit) @7976   20 years jhoblitt fix premature free'ing of mysql result data in psDBDumpCols()
Note: See TracRevisionLog for help on using the revision log.