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) @19130   18 years eugene add support for IMNAXIS1,2
(edit) @19129   18 years Paul Price Changing how interpolation works with masked pixels. Previously, the …
(edit) @19128   18 years Paul Price memBlock->nextBlock wasn't being set when !lastMemBlockAllocated. …
(edit) @19127   18 years eugene adding thread command-line option
(edit) @19126   18 years eugene adding thread request to commands
(edit) @19125   18 years eugene adding host tracking and restart
(edit) @19124   18 years eugene adding thread options to host and job
(edit) @19123   18 years Paul Price Enabling threads. So far, only using the threaded parts of pmSubtraction*.
(edit) @19122   18 years Paul Price Need to put mutex locks on the parent images when convolving, since …
(edit) @19121   18 years Paul Price Adding some code to allow use of old masks.
(edit) @19120   18 years Paul Price Adding error checking for mutexes.
(edit) @19119   18 years Paul Price A failure in the loop is a system error, not a programming error.
(edit) @19118   18 years eugene if-out the stacktool updaterun command
(edit) @19117   18 years eugene add clarifying comments
(edit) @19116   18 years eugene dropped PSASTRO.OUTPUT.MEF
(edit) @19115   18 years eugene supply exp_tag so we can use it in output names
(edit) @19114   18 years eugene change output names to be based on EXP_TAG
(edit) @19113   18 years eugene add a comment
(edit) @19112   18 years eugene new stackRun includes a filter column
(edit) @19111   18 years eugene loop over all -F argument sets (allow multiple file redirects)
(edit) @19110   18 years eugene adding PSPHOT.BACKMDL.MEF to all filerules, adding PSPHOT.OUT.CMF.MEF …
(edit) @19109   18 years eugene redirect psphot output to MEF names for warp and stack
(edit) @19108   18 years eugene using new state values (new, full, etc)
(edit) @19107   18 years eugene drop the join against tess_id, add explicit table refs to tess_id and …
(edit) @19106   18 years eugene add explicit table references, clean up the WHERE metadatas, fix the …
(edit) @19105   18 years eugene remove tess_id from JOIN
(edit) @19104   18 years eugene whitespace
(edit) @19103   18 years eugene raise and error and exit on bad PSF model
(edit) @19102   18 years eugene add PSPHOT.PSF.RAW.SAVE and PSPHOT.PSF.SKY.SAVE; PSPHOT.PSF.SAVE is …
(edit) @19101   18 years eugene changed to new state values (new, full, etc)
(edit) @19100   18 years eugene user PSPHOT.PSF.SKY.SAVE not PSPHOT.PSF.SAVE
(edit) @19099   18 years eugene test for valid astrometry file
(edit) @19098   18 years eugene use PSPHOT.PSF.SKY.SAVE not PSPHOT.PSF.SAVE; drop old …
(edit) @19097   18 years eugene fix path to log files
(edit) @19096   18 years eugene preparing for ipp-2.7 release
(edit) @19095   18 years eugene preparing for ipp-2.7 release
(edit) @19094   18 years eugene we are now using PSASTRO.OUTPUT as the astrometry source in all cases
(edit) @19093   18 years eugene added code to upgrade science analysis stages
(edit) @19092   18 years eugene extensive changes from eam_branch_20080719: * added the 'cleanup' …
(edit) @19091   18 years eugene add note to recent changes
(edit) @19090   18 years eugene adding cleanup stages
(edit) @19089   18 years eugene adding cleanup stages; tidy logfile names
(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.
Note: See TracRevisionLog for help on using the revision log.