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) @27809   16 years rhenders Added new 'test' batch to help with validation of PSPS generated …
(edit) @27808   16 years rhenders Changed order of columns for clarity
(edit) @27807   16 years rhenders Fixed typo
(edit) @27806   16 years rhenders Wasn't using enum for one column.
(edit) @27805   16 years bills fix bug in order of updates. Write code for updates of other diff_modes
(edit) @27804   16 years rhenders Was STILL not catching 0.0 flux values. Fixed now.
(edit) @27803   16 years Paul Price Exposure times were getting set to zero because in the final …
(edit) @27802   16 years bills fix bug in project cache
(edit) @27801   16 years rhenders Script that finds exposure IDs from a list of job directories.
(edit) @27800   16 years rhenders 0.0 flux values still slipping through.
(edit) @27799   16 years rhenders Getting dist_group for single exposure case
(edit) @27798   16 years eugene check for numerical arguments to for loop
(edit) @27797   16 years eugene do not select detrends in state of register; registered detrends (mode …
(edit) @27796   16 years bills change isfinite to !isnull since isfinite is not declared
(edit) @27795   16 years bills first crack at queuing automatic updates for diffSkyfiles. Various bug …
(edit) @27794   16 years bills implement -setskyfiletoupdate and make difftool -revertdiffskyfile …
(edit) @27793   16 years Paul Price Convolved products are not output by default any more.
(edit) @27790   16 years eugene updates from dev branch Ohana.20100407: improvements to kapa label and …
(edit) @27789   16 years Paul Price Copy analysis metadata, so that SKY_STDEV is available for psphotCullPeaks.
(edit) @27788   16 years watersc1 Merged changes from my branch to support STAGE in the query header, …
(edit) @27786   16 years bills don't clean up camera stage destreak runs. (Don't delete the …
(edit) @27785   16 years bills When cleaning up magicDSRun for chip stage, don't clean up the camera …
(edit) @27783   16 years bills make default for requests to be wait for cleaned up inputs to be updated
(edit) @27782   16 years bills fix doxygen line
(edit) @27781   16 years bills changes to pstampDependent
(edit) @27780   16 years bills increase STARS.SIGMA.LIM to 2 from 1
(edit) @27779   16 years rhenders using isfinite() instead of isnormal (which counts 0.0 as 'not …
(edit) @27778   16 years rhenders isnormal already checks for value==0; now filtering out all dodgy flux …
(edit) @27777   16 years bills have warptool -revertwarped fix warpSkyfiles in data_state 'update' …
(edit) @27776   16 years bills have chiptool -revertprocessedimfile revert faults from the update …
(edit) @27775   16 years rhenders Now checks server status and differences between dist and stdscience …
(edit) @27774   16 years Paul Price Rework to allow lines of an arbitrary size. Cleaned up code too.
(edit) @27773   16 years heather added dvodb to updaterun
(edit) @27767   16 years rhenders First commit of simple tool for processing czar duties. Gives overview …
(edit) @27766   16 years Paul Price Fix "unused varianble" error.
(edit) @27765   16 years bills add staticsky tables to list of tables dropped by pxadmin -delete
(edit) @27764   16 years Paul Price Key/index additions for distribution tables.
(edit) @27763   16 years Paul Price Add key/index to magicDSRun to make it go faster for cleanup.
(edit) @27762   16 years Paul Price Reverting undesirable change.
(edit) @27761   16 years eugene error in code to send 2D image data to kapa
(edit) @27760   16 years rhenders Now counting, and discarding, detections where flux = NULL or flux = 0.0.
(edit) @27759   16 years Paul Price Fixing ppSubCopyPSF so it doesn't clobber the output analysis (which …
(edit) @27758   16 years bills fix incorrect cut and paste
(edit) @27757   16 years Paul Price Using parse_list() instead of parse() followed by parse_md_list(). …
(edit) @27756   16 years Paul Price Adding function to parse a list of METADATAs. Breaking them up makes …
(edit) @27755   16 years bills remove the -state full to the magicdstool -updaterun -set_state …
(edit) @27754   16 years bills change the argument from --magicked to --set_magicked
(edit) @27753   16 years bills dsprodtool needs to accept a dbserver argument
(edit) @27752   16 years bills stages definitions moved to psModules
(edit) @27751   16 years bills Enable the postage stamp server to generate stamps from cleaned up …
(edit) @27750   16 years bills add macros that define the diffRun.diff_mode
(edit) @27749   16 years bills -destreaked is now magicked != 0 not > 0. This tells us which data can …
(edit) @27748   16 years bills add flag to -processedimfile to list faulted and unfaulted files together
(edit) @27747   16 years bills process imfile if (chipRun.state = 'full' OR (chipRun.state = …
(edit) @27746   16 years Paul Price Don't care if there's already an HDU there, so long as it has one.
(edit) @27745   16 years bills in -updaterun dont' set stage to 'goto_cleaned' if it is already 'cleaned'
(edit) @27744   16 years bills new files for -listrun modes and pstamptool modes
(edit) @27743   16 years bills Add difftool -listrun mode Add diff_mode to the output form -diffskyfile
(edit) @27742   16 years bills add -listrun mode
(edit) @27741   16 years bills changes to pstampDependent
(edit) @27740   16 years bills Enable the postage stamp server to handle requests for stamps from …
(edit) @27739   16 years bills Various changes to -processedexp to support the postage stamp server
(edit) @27738   16 years bills Add -listrun mode. Fix handling of magicked bits during update. …
(edit) @27737   16 years bills Fix very slow query for -towarped. Re-enable update processing; Add …
(edit) @27736   16 years bills changes to the pstampDependent table
(edit) @27735   16 years Paul Price Remove stray comma.
(edit) @27734   16 years Paul Price Removing stray comma.
(edit) @27731   16 years Paul Price Fix cut/paste error.
(edit) @27730   16 years rhenders Added datastore product argument
(edit) @27729   16 years rhenders Added datastore product as an (optional) argument
(edit) @27728   16 years eugene added note to explain stack and diff
(edit) @27725   16 years Paul Price Cannot match transparencies with only a single source list.
(edit) @27724   16 years eugene N and n were not being correctly set
(edit) @27723   16 years watersc1 Have difference images inherit the data_group of the warp that went …
(edit) @27722   16 years watersc1 select warps to include in a stack by the data_group
(edit) @27721   16 years Paul Price Need state = 'new' for diff.
(edit) @27720   16 years Paul Price Cleaning up and adding more failure modes.
(edit) @27719   16 years Paul Price Turn off strict file close checking when there's been an error.
(edit) @27718   16 years Paul Price Add date of processing to output log.
(edit) @27717   16 years watersc1 comment out debug print statement
(edit) @27716   16 years bills triple timeout for destreak.advance to 60 seconds
(edit) @27712   16 years watersc1 This version corrects the over-queueing bug. My stacktool was not …
(edit) @27711   16 years watersc1 Updated version, hopefully will resolve the over-queueing issue from …
(edit) @27710   16 years rhenders Now using dist_group from IPP Db to set 'survey type' in PSPS; better …
(edit) @27705   16 years Paul Price Fix name.
(edit) @27704   16 years bills add pstamp_checkdependent.pl remove pstamp_check_dependents.p
(edit) @27703   16 years bills new script to check status of inputs that postage stamp jobs depend …
(edit) @27702   16 years Paul Price Need to initialise.
(edit) @27701   16 years rhenders Fixed issue where NULL values read from a FITS input header would …
(edit) @27700   16 years rhenders Minor improvement to debugging text
(edit) @27699   16 years rhenders Added ability to run for just one exposure; improved argument handling
(edit) @27698   16 years Paul Price Use errors instead of assert.
(edit) @27697   16 years Paul Price psImageCovarianceSum now sums a single covariance matrix to produce a …
(edit) @27696   16 years Paul Price Use psImageCovarianceAverageWeighted instead of psImageCovarianceSum.
(edit) @27695   16 years Paul Price Catch case n=0 to prevent errors getting raised which make psphot fail.
(edit) @27694   16 years heather added isp registration (to camera stage) and commented out gpc1 survey …
(edit) @27692   16 years Paul Price If measuring the PSF for the sake of kernel scaling, blow it away so …
(edit) @27691   16 years Paul Price Once we've got a PSF, blow away detections in case they're confused …
(edit) @27690   16 years Paul Price Add muggle flag.
(edit) @27689   16 years Paul Price Don't die just because we can't find the file.
Note: See TracRevisionLog for help on using the revision log.