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) @19088   18 years eugene adding data_state to detrend tables; updating changes
(edit) @19087   18 years eugene replace NAXIS1,2 in header with IMNAXIS1,2
(edit) @19086   18 years eugene test for valid image on each readout
(edit) @19085   18 years eugene big re-write to make thread-efficient; the psPolynomialMD structure …
(edit) @19084   18 years eugene cleanups for chip and cam links, adding fake, updating warp
(edit) @19083   18 years eugene psPolynomialMD *poly now carries tmp vectors: pass orders via …
(edit) @19082   18 years eugene whitespace
(edit) @19081   18 years eugene OOPS: counting error, was loading header from only first readout
(edit) @19080   18 years eugene adding camera option on command line
(edit) @19073   18 years Paul Price Only mosaic the first readout in a video cell.
(edit) @19072   18 years Paul Price Was equating a readout with an array....…
(edit) @19071   18 years eugene need to use the DARKSTATS recipe for dark images (allows stats on 0th …
(edit) @19070   18 years eugene use a local char for the temporary pointer
(edit) @19069   18 years eugene add option to do first readout of 3D cell (or skip)
(edit) @19068   18 years eugene adding DARKSTATS entry (do first readout of 3D cell)
(edit) @19066   18 years Paul Price Was freeing before it was last used!
(edit) @19065   18 years eugene testing for NAXISi, fall-back on IMNAXISi
(edit) @19063   18 years eugene fixed file reference
(edit) @19062   18 years Paul Price Require -dbname, per bug 922.
(edit) @19061   18 years Paul Price Only lock if running threaded.
(edit) @19060   18 years Paul Price Changed API for pmSubtractionThreadsInit, and adding …
(edit) @19059   18 years Paul Price Adding threading for pmSubtractionConvolve. This was more difficult …
(edit) @19058   18 years Paul Price Learned that of all the fftw_ calls, only fftw_execute is thread-safe: …
(edit) @19057   18 years Paul Price Renamed psThreadTaskDelete to psThreadTaskRemove to maintain …
(edit) @19056   18 years Paul Price Adding psMutex type (just pthread_mutex_t) to avoid problems …
(edit) @19055   18 years Paul Price Wrong name.
(edit) @19054   18 years Paul Price Removed file.
(edit) @19053   18 years Paul Price Camera configuration uses custom file rules.
(edit) @19052   18 years Paul Price FFTW needs math library.
(edit) @19051   18 years Sebastian Jester Remove obsolete sdssmosaic/filerules.mdc whose function is now served …
(edit) @19050   18 years Sebastian Jester Point to new recipes/filerules-split.mdc instead of obsolete …
(edit) @19049   18 years eugene adding zero point calculation
(edit) @19048   18 years eugene adding zero point calculation
(edit) @19047   18 years Paul Price Fixing SEGV when !keep.
(edit) @19046   18 years Paul Price Whoops! Was double counting, leaving big streaks across images due to …
(edit) @19045   18 years Paul Price Revised API for pmConfigCamerasCull.
(edit) @19044   18 years Paul Price Revised API for pmConfigCullCamera
(edit) @19043   18 years Paul Price Don't cull the camera used for the skycell!
(edit) @19042   18 years Paul Price Allow additional cameras besides the one recorded in …
(edit) @19041   18 years Paul Price Need 'system' configuration to be defined for …
(edit) @19040   18 years Paul Price Catch SEGV when !item.
(edit) @19039   18 years Paul Price MEF has to be listed first, since its rule also matches the raw format.
(edit) @19038   18 years Paul Price Changing so 'difftool -revertdiffskyfile' sets the state to 'run' in …
(edit) @19037   18 years Paul Price Adding MEF format for SDSS mosaic.
(edit) @19036   18 years jhoblitt add sanity checking
(edit) @19035   18 years eugene created psFitsDumpErors to dump all CFITSIO errors in the stack; also …
(edit) @19034   18 years eugene adding p_psErrorV and equivalent macro
(edit) @19033   18 years eugene fallback on IMNAXIS1,2 if NAXIS1,2 are missing
(edit) @19032   18 years eugene replace examination of NAXIS1, NAXIS2 with pmRegionExtent
(edit) @19031   18 years Paul Price 20% good is actually a fairly large area. 5% might be more reasonable.
(edit) @19030   18 years Paul Price Modified the wrong value before.
(edit) @19029   18 years Paul Price Make 'stacktool -revertsumskyfile' to update the run state as well as …
(edit) @19028   18 years Paul Price 20% is actually fairly large area. 5% seems better.
(edit) @19027   18 years Paul Price Don't include warps that are 'ignored'.
(edit) @19026   18 years Paul Price Adding MEF format, required for psastro.
(edit) @19025   18 years Paul Price Creating MEF format, required for psastro.
(edit) @19024   18 years Paul Price Seems we still need the psastro recipe.
(edit) @19023   18 years Paul Price Added functions to control threading for image convolution.
(edit) @19022   18 years Paul Price Added function to delete thread tasks.
(edit) @19021   18 years Paul Price Changed API
(edit) @19020   18 years Paul Price Changed API for pmConceptsPhotcodeForView.
(edit) @19019   18 years Paul Price PHOTCODE.RULE moving from ppImage recipe to camera configuration.
(edit) @19018   18 years Paul Price Get photcode from camera configuration instead of PPIMAGE recipe …
(edit) @19017   18 years Paul Price Cleaning up photometry triggering.
(edit) @19016   18 years Paul Price Using a hash instead of an array for the tasks --- makes the lookup …
(edit) @19015   18 years Paul Price Adding functions to control threading of psImageConvolve functions.
(edit) @19014   18 years Paul Price Following fix of pmReadoutReadChunks, need to set readout->forceScan, …
(edit) @19013   18 years Paul Price The operation of pmReadoutReadChunk was broken by the recent changes …
(edit) @19012   18 years Paul Price Adjust MJD-OBS for output from start to mid-point of exposure.
(edit) @19011   18 years Paul Price Call to readoutHaveMoreScans had parameters around the wrong way.
(edit) @19010   18 years Paul Price Allowing headers to be installed if not present.
(edit) @19009   18 years Paul Price Another installment in the saga to ensure pmSourceMoments doesn't go …
(edit) @19008   18 years Paul Price Need to resolve filename.
(edit) @19007   18 years Paul Price Allow correction for fortran style (unit indexed) numbering. This is …
(edit) @19006   18 years Paul Price Chip numbering is fortran style (unit-indexed). This is important for …
(edit) @19005   18 years Paul Price Adding CHIP.NUM and CELL.NUM replacements in pmFPANameFromRule to …
(edit) @19004   18 years Paul Price Only need to warn if the user is attempting to turn threading on.
(edit) @19001   18 years bills commit before leaving
(edit) @19000   18 years eugene new brances for cleanup
(edit) @18999   18 years eugene try an example flatcorr ppSim recipe mode
(edit) @18994   18 years eugene adding notes and camera stage
(edit) @18993   18 years eugene remove typo text
(edit) @18990   18 years Paul Price Wasn't using the conditional compilation correctly.
(edit) @18989   18 years bills pass along request file name to request_finish so it can be used to …
(edit) @18988   18 years bills program for testing PStamp::Job.pm
(edit) @18987   18 years bills put all local configuration for the cgi scripts here.
(edit) @18986   18 years bills pass along verbose if provided
(edit) @18985   18 years bills Major re-work to get image data from the database. Supports looking up …
(edit) @18984   18 years bills add request file paramters to results
(edit) @18983   18 years bills add request parameters from request file to the results file
(edit) @18982   18 years bills use :standard to import symbols add -req_file arg
(edit) @18981   18 years bills simplify the extractStamp function to prepare to move it to pslib, but …
(edit) @18980   18 years bills added arguments for mask and weight images. Not used yet
(edit) @18979   18 years bills Adding a perl module to support the Postage Stamp Server
(edit) @18978   18 years Paul Price Merging Sebastian's tree: config file changes to …
(edit) @18977   18 years Paul Price Merging Sebastian's tree: added '-f' to all csh calls to make startup …
(edit) @18976   18 years bills in lookup modes allow selecting by exp_name
(edit) @18975   18 years bills In the modes for difftool, stacktool, and warptool that print out …
(edit) @18974   18 years bills ds_id is an int not a string
(edit) @18973   18 years eugene test save ignored
Note: See TracRevisionLog for help on using the revision log.