IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/magic/remove

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26890   16 years eugene updates from eam_branches/20091201 (main changes is due to DOS-style …
(edit) @26622   17 years bills Fix a couple of problems with desreaking raw images 1. They aren't …
(edit) @26621   17 years bills fix error in cleanup code
(edit) @26478   17 years bills move header versioning to writeImage
(edit) @26477   17 years bills Add version information to headers. In streaksremove write the …
(edit) @26457   17 years bills need to cast to double when calculating streakFraction (cleaning up …
(edit) @26446   17 years bills Add some stats to magicDSFile. On the receive side, make it possible …
(edit) @26440   17 years bills add the rest of the programs
(edit) @26439   17 years bills add stamp-h1 to ignorelist
(edit) @26438   17 years bills switch to using auto tools
(edit) @26408   17 years bills Completion to previous fix. If component is completely excised set the …
(edit) @26407   17 years bills Fix problem where mask images were being set to zero when the entire …
(edit) @26256   17 years eugene Fixed a number of build issues: 1) magic and gpcsw had problems with …
(edit) @26041   17 years bills don't specify volume for replicate. Nebulous implemenation doesn't do …
(edit) @25469   17 years bills get number of hdus before reading header
(edit) @25434   17 years bills range check the source coordinates before dereferencing the mask image
(edit) @25227   17 years Paul Price SAVE_AND_RESTORE_COMPRESSION can't be optional --- we can't apply the …
(edit) @25226   17 years Paul Price ifdef removed code it wasn't intended to.
(edit) @25209   17 years Paul Price Magic bit was clobbering all other mask bits. Removed use of …
(edit) @25198   17 years bills move loop to excise pixels to a function in anticipation of removing …
(edit) @25084   17 years Paul Price Need to move to extension before starting to read it.
(edit) @25083   17 years Paul Price Write to the output, not the input!
(edit) @25082   17 years Paul Price Fix streaksremove so that output CMF files have PHU called ext.hdr and …
(edit) @25001   17 years bills For speed: save the pixels to be masked due to streaks in an image …
(edit) @24998   17 years bills if all sources are censored write an empty table
(edit) @24853   17 years bills Check for extra extensions following the pixels and if found copy to …
(edit) @24761   17 years eugene mods to the destreak gcc options
(edit) @24756   17 years eugene add ignore
(edit) @24728   17 years bills all chip mask to be omitted
(edit) @24716   17 years bills Don't fail if astrometry can't be linearized. Just leave the values in …
(edit) @24715   17 years bills print out the results. Fix incorrect exit status.
(edit) @24691   17 years bills when destreaking warp and diff skyfiles, censor any sources whose …
(edit) @24684   17 years bills comment change
(edit) @24556   17 years bills various changes to insure that we don't delete non-destreked files by …
(edit) @24393   17 years eugene adding ignore entries
(edit) @24383   17 years bills forgot to swap instances for the ChMask
(edit) @24382   17 years eugene modifications to support a two-pass check on the line range, limiting …
(edit) @24381   17 years bills remove incorrect call to psFitsSetCompressoin and some dead code
(edit) @24380   17 years bills performance update from Paul S
(edit) @24344   17 years bills Changes from Paul Sydney to fix problems with mask like computation at …
(edit) @24286   17 years bills Fix compression by looking up the compression type in the input header …
(edit) @24283   17 years bills add keywords to the headers indicating that an output image is …
(edit) @23965   17 years bills various changes
(edit) @23964   17 years bills pass program_name to openFiles
(edit) @23963   17 years bills save programname so we can pass it to psLogMsg
(edit) @23946   17 years Paul Price Removing call to nebDelete, since API has changed. Bill will fix this …
(edit) @23936   17 years bills get mask values from input mask file rather than the recipe
(edit) @23911   17 years bills set exciseValue when reading image from pmFPAfile
(edit) @23910   17 years bills my use of compression is broken for 16 bit masks turn off for now
(edit) @23487   17 years Paul Price Functions declared as 'type function()' cause errors with the Intel …
(edit) @23258   17 years bills use the replicateOutputs function in streaksio.c
(edit) @23257   17 years bills adapt to some changes in the supporting code
(edit) @22718   17 years Paul Price Removing unnecessary .cvsignore files.
(edit) @21481   17 years bills removed some unused code
(edit) @21441   17 years bills enable -replace and -remove options. Plug memory leaks
(edit) @21440   17 years bills free nebulous server
(edit) @21439   17 years bills plug memory leak
(edit) @21438   17 years bills plug memory leaks
(edit) @21437   17 years bills plug memory leak
(edit) @21156   18 years bills Fixes to destreaking of raw images
(edit) @21155   18 years bills add declaration of function to linearize wcs
(edit) @21085   18 years bills When destreaking chip stage images, use replace the mask from the chip …
(edit) @21042   18 years bills print out the number of pixels excised by streaks
(edit) @20943   18 years bills add some timers
(edit) @20845   18 years bills set extname
(edit) @20844   18 years bills correct handling of compression parameters when it's turned on or off
(edit) @20843   18 years bills progress
(edit) @20842   18 years bills forgot to init the chip level astrometry when bilevelAstrometry
(edit) @20817   18 years bills added usage
(edit) @20816   18 years bills Added a program to replace streaks and to compare two image files …
(edit) @20810   18 years bills replace line that shouldn't have been commented out
(edit) @20808   18 years bills get mask value from recipe
(edit) @20807   18 years bills add debugging option to change intensity of streaked pixels as opposed …
(edit) @20780   18 years bills if no skycells files are provided, excise the entire image unless …
(edit) @20779   18 years bills computeWarpedPixels returns true if skycells are provided, otherwise false
(edit) @20778   18 years bills be ready for skycells not being available and completely exicse file …
(edit) @20730   18 years bills For chip processed files, copy the wcs from the astrometry file to the …
(edit) @20729   18 years bills bump value by .5 before converting to integer. we were missing the top …
(edit) @20708   18 years bills fix an incorrect psFree()
(edit) @20699   18 years bills fix typo in error message
(edit) @20671   18 years bills various changes, mostly half implemented features
(edit) @20670   18 years bills count the number of streaks on each image and print it out
(edit) @20665   18 years bills convert to integer when naming coordinates
(edit) @20664   18 years bills Bug fix from Paul Sydney
(edit) @20580   18 years bills clip when excising pixels so that the code that calculates the streak …
(edit) @20579   18 years bills bugfix from Paul Sydney
(edit) @20574   18 years bills added .cvsignore
(edit) @20573   18 years bills completed excising of non-wapred pixels and various other changes.
(edit) @20572   18 years bills fixed a couple of bugs in warped pixels computation
(edit) @20520   18 years bills take the diffed skycells as arguments. Compute the overlap in image …
(edit) @20496   18 years bills Treat ouput arguments -tmproot -recovery as directories. Use the …
(edit) @20361   18 years bills keep nebServer in local variable instead of struct
(edit) @20360   18 years bills Change tmp file and recovery destinations to be directories rather …
(edit) @20359   18 years bills add a couple of flags
(edit) @20342   18 years bills fix comments, turn compression back on
(edit) @20340   18 years bills first cut at nebulous operations
(edit) @20309   18 years bills bug fix from Paul S.
(edit) @20308   18 years bills type change
(edit) @20281   18 years bills Two more files
(add) @20280   18 years bills First version of magic streaksremove program
Note: See TracRevisionLog for help on using the revision log.