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) @16904   18 years eugene move verbose message to better location
(edit) @16903   18 years eugene better handling for client / server connect / disconnect / shutdown
(edit) @16902   18 years eugene fix the open/close of multiple streams
(edit) @16901   18 years eugene before closing the file pointer, check that none of the other streams …
(edit) @16900   18 years eugene init GlobalConfig
(edit) @16899   18 years bills Name of the parser script changed at some point. Set request file type …
(edit) @16898   18 years bills If the we're building a "list" request don't require an ROI (unless …
(edit) @16897   18 years bills Allow class_id to be set to "all" which will cause all matching values …
(edit) @16896   18 years eugene more info in verbose messages
(edit) @16895   18 years eugene better timeout handling
(edit) @16894   18 years eugene minor fixes to tests to improve speed
(edit) @16893   18 years eugene remove deprecated file
(edit) @16892   18 years eugene move variable.c to VariableOps.c, add thread safety
(edit) @16891   18 years eugene added thread safety code
(edit) @16890   18 years eugene temporary comments
(edit) @16889   18 years eugene move variable.c to VariableOps.c
(edit) @16888   18 years eugene add comments re thread safety
(edit) @16887   18 years eugene add thread safety to create/delete of vectors
(edit) @16886   18 years eugene add thread safety to create/delete of buffers
(edit) @16885   18 years eugene fix return value
(edit) @16884   18 years eugene remove bogus test at start of code, fix loop order to be like while not do
(edit) @16883   18 years eugene remove above in corruption test
(edit) @16882   18 years eugene add memcheck to help list
(edit) @16881   18 years Paul Price Need to catch errors out of psphotReadout --- we NEED that PSF!
(edit) @16880   18 years bills update pstamp.pro to latest setup
(edit) @16879   18 years bills if !copyfiles and !linkfiles datapath is in the datastore
(edit) @16878   18 years bills adapt to the completed data store interfaces
(edit) @16877   18 years bills fix usage message
(edit) @16876   18 years bills added script for managing data store products
(edit) @16875   18 years Paul Price Removing "(required)" from entries which aren't strictly required …
(edit) @16874   18 years Paul Price Adding OLDDARK.
(edit) @16873   18 years Paul Price Rework psPixelsConcatenate so that duplicates don't expand the size of …
(edit) @16872   18 years bills better error handling, simplified the tables slightly
(edit) @16871   18 years Paul Price Adding OLDDARK=FALSE so that it can be added to camera-level recipes.
(edit) @16870   18 years Paul Price Allowing use of old-style darks if OLDDARK(BOOL) is TRUE in the recipe.
(edit) @16869   18 years eugene removed error message: addstar -list now available
(edit) @16868   18 years Paul Price Some "required" parameters shouldn't be required if we're pushing in …
(edit) @16867   18 years bills dded support for product specific data and file type specific data. …
(edit) @16866   18 years Paul Price Fixing error message.
(edit) @16865   18 years Paul Price Need to resolve name when deleting.
(edit) @16864   18 years Paul Price Removing debugging stuff from CVS version.
(edit) @16863   18 years Paul Price Do photometry and combination files separately.
(edit) @16862   18 years Paul Price Output photometry file wasn't getting created --- it needs to inherit …
(edit) @16861   18 years Paul Price Fixing logic error.
(edit) @16860   18 years Paul Price Fixing psTrace format.
(edit) @16859   18 years Paul Price CELL.XPARITY and CELL.YPARITY should not be required for the target …
(edit) @16858   18 years eugene use footprints by default for gpc1
(edit) @16857   18 years eugene grid search parameters more generic: larger mag range, larger angle …
(edit) @16856   18 years eugene added more filter options; help info
(edit) @16855   18 years eugene warning, not error if both ZSIMPLE and ZTENSION are missing
(edit) @16854   18 years Paul Price Adding additional trace messages.
(edit) @16853   18 years Paul Price Fixing size of convolution kernel.
(edit) @16852   18 years Paul Price Fixing bugs in fake convolution elements.
(edit) @16851   18 years Paul Price Fake convolution when NO_CONVOLUTION is defined. This should speed …
(edit) @16850   18 years Paul Price CONVOLVED_ALREADY now implemented in ppStackMatch --- fake out the …
(edit) @16849   18 years Paul Price Use STACK recipe for matching.
(edit) @16848   18 years Paul Price Avoiding warning about "using uninitialised".
(edit) @16847   18 years Paul Price Avoiding warning about "used uninitialised".
(edit) @16846   18 years Paul Price Pre-declare values before the "goto" so that if it arrives at the …
(edit) @16845   18 years Paul Price Adding support for multi-darks --- when normalising, need to tell it …
(edit) @16844   18 years Paul Price Adding support for multi-darks, instead of traditional darks.
(edit) @16843   18 years Paul Price Adding support for multi-darks.
(edit) @16842   18 years Paul Price Changing to produce multi-darks instead of boring old darks. This …
(edit) @16841   18 years Paul Price Adding multi-darks --- fitting dark current with multi-dimensional …
(edit) @16840   18 years Paul Price Adding compression in suitable places.
(edit) @16839   18 years bills Added document describing the data store server. Not really a .tex …
(edit) @16838   18 years Paul Price psPolynomialMDEval was in a horrible half-state of implementation.
(edit) @16837   18 years Paul Price Need to specify BITPIX for mask.
(edit) @16836   18 years Paul Price Need to resolve filenames of temporary files.
(edit) @16835   18 years Paul Price If there's errors in adding a source, it's no big deal --- it's only …
(edit) @16834   18 years Paul Price Ignore magnitudes of 99 --- they're not real!
(edit) @16833   18 years Paul Price 1e-3 resulted in LOTS of processing!
(edit) @16832   18 years Paul Price Found way of setting weight image so that pixels aren't rejected as …
(edit) @16831   18 years Paul Price Only create output PSF for ppStack when photometry isn't being …
(edit) @16830   18 years Paul Price Missing comma.
(edit) @16829   18 years Paul Price No need for SCALE now. Scaling is taken care of by the convolution.
(edit) @16828   18 years Paul Price No warpInputExp any more.
(edit) @16827   18 years Paul Price There is no warpInputSkyfile any more.
(edit) @16826   18 years Paul Price Adding -all flag to allow all skycells to be queued for stacking. …
(edit) @16825   18 years Paul Price Allow Boolean values to be written to FITS tables. Since we can't use …
(edit) @16824   18 years Paul Price Another bug preventing tables being written.
(edit) @16823   18 years Paul Price Adding function to provide dark correction. Fixing small bug that …
(edit) @16822   18 years Paul Price Translate keywords when writing compressed, e.g., SIMPLE --> ZSIMPLE.
(edit) @16821   18 years eugene adjusted to match api change in psphot
(edit) @16820   18 years eugene merge changes from eam_branch_20080229: better flag definitions, …
(edit) @16819   18 years eugene merge changes from eam_branch_20080225 (better flag definitions)
(edit) @16818   18 years eugene set fits optiosn before EXTWORD is set
(edit) @16817   18 years eugene free configFile
(edit) @16816   18 years eugene minor change
(edit) @16815   18 years eugene add an assert
(edit) @16814   18 years Paul Price Propagating source information.
(edit) @16813   18 years Paul Price Propagating allocation information.
(edit) @16812   18 years Paul Price Need to set mask.
(edit) @16811   18 years Paul Price Number of iterations may be 0
(edit) @16810   18 years eugene merge changes from eam_branch_20080223 : updates to DVO output format, …
(edit) @16809   18 years eugene hacking…
(edit) @16808   18 years eugene some mods for format_mef_early
(edit) @16807   18 years eugene still fiddling with params
(edit) @16806   18 years eugene add option for CR LIMIT
(edit) @16805   18 years eugene changed default IGNORE; search scale range
Note: See TracRevisionLog for help on using the revision log.