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) @15716   19 years eugene plug minor memory leak
(edit) @15715   19 years Paul Price NAXIS1 and NAXIS2 aren't written for tables (e.g., source lists, PSF …
(edit) @15714   19 years Paul Price Fixing comment.
(edit) @15713   19 years Paul Price Removing sort code of unknown (and suspicious: NR?) provenance from …
(edit) @15712   19 years Paul Price Removing stupid test.
(edit) @15711   19 years Paul Price Removing heap sort code that was straight out of Numerical Recipes. …
(edit) @15710   19 years Paul Price Wrong number of tests.
(edit) @15709   19 years gusciora Cosmetic changes only.
(edit) @15708   19 years gusciora Removed bug with the psFitsTable().
(edit) @15707   19 years Paul Price Adding check on HDU.
(edit) @15706   19 years Paul Price Cleaning up mask iteration for easier maintenance.
(edit) @15705   19 years Paul Price Propagating error.
(edit) @15704   19 years Paul Price source->maskObj doesn't have to be asserted on, since it is tested in …
(edit) @15703   19 years Paul Price Only copy image if defined.
(edit) @15702   19 years Paul Price Removing test feature left in last check-in.
(edit) @15701   19 years Paul Price Also needed to adjust the centre for later interpolation.
(edit) @15700   19 years Paul Price Fixing cut/paste error in mapping input to desired coordinates.
(edit) @15699   19 years Paul Price Initialising chisqNorm.
(edit) @15698   19 years Paul Price Initialising components of pmSource.
(edit) @15697   19 years Paul Price Adding const in various places.
(edit) @15696   19 years Paul Price Fixing typo.
(edit) @15695   19 years jhoblitt mostly impliement flatcorr -pending
(edit) @15694   19 years eugene adding new photcode I/O formats; adding fields for astrometric error …
(edit) @15693   19 years Paul Price Case-insensitive matching.
(edit) @15692   19 years Paul Price Ensure case-insensitive comparison for min and max.
(edit) @15691   19 years Paul Price Use PS::IPP::Operations to generate skycells.
(edit) @15690   19 years Paul Price Use PS::IPP::Operations to get name of skycell file.
(edit) @15689   19 years Paul Price Fixing syntax.
(edit) @15688   19 years Paul Price Fixing signs of rotation equation so that we can correctly parse the …
(edit) @15687   19 years Paul Price Turn off saving psphot image products.
(edit) @15686   19 years jhoblitt add flatcorr_pending.sql
(edit) @15685   19 years jhoblitt fwv
(edit) @15684   19 years jhoblitt update flatcoor -newrun options fix flatcorr -> flatcorrp typo
(edit) @15683   19 years Paul Price Updating to use up to 4 branches per node.
(edit) @15682   19 years Paul Price Adding magic_tree.pl to build, and updating list of required modules.
(edit) @15681   19 years Paul Price Adding code to generate tree of skycells for magic.
(edit) @15680   19 years Paul Price Adding return code.
(edit) @15679   19 years Paul Price Export file_scheme
(edit) @15678   19 years Paul Price Needs file_scheme.
(edit) @15677   19 years Paul Price Adding function to return the name of the skycell file.
(edit) @15676   19 years eugene handle missing chips
(edit) @15675   19 years eugene substantial revision of apis
(edit) @15674   19 years eugene drop astrom phu : require astrom table at fpa level
(edit) @15673   19 years eugene fix missing backslash
(edit) @15672   19 years eugene updates to .cvsignore
(edit) @15671   19 years eugene mem leaks
(edit) @15670   19 years eugene fix mem leaks
(edit) @15669   19 years eugene adding astrom i/o table
(edit) @15668   19 years eugene adding astrometry table i/o
(edit) @15667   19 years eugene add min/max mag message
(edit) @15666   19 years eugene fix mem leak
(edit) @15665   19 years eugene adding a re-scale option to pmAstrometryObjects grid match; working on …
(edit) @15664   19 years Paul Price Mask pixel if flat-field is not finite.
(edit) @15663   19 years Paul Price Need to average concepts. Not sure I've got the cell concept …
(edit) @15662   19 years Paul Price Adding check to see if we're on the PHU, in which case we …
(edit) @15661   19 years eugene minor
(edit) @15660   19 years eugene adding code to allow output astrometry tables
(edit) @15659   19 years eugene adding entries for astrometry table I/O
(edit) @15658   19 years eugene adding filerule for output astrometry table
(edit) @15657   19 years eugene fix decompress
(edit) @15656   19 years eugene working on decompress
(edit) @15655   19 years eugene fix decompression
(edit) @15654   19 years Paul Price Ensuring data_exists flag is set at the appropriate time.
(edit) @15653   19 years Paul Price Ensuring data_exists is set at appropriate times.
(edit) @15652   19 years Paul Price Catching an abort before it gets that far.
(edit) @15651   19 years Paul Price ppMerge wasn't calling pmFPAUpdateNames, so output headers didn't have …
(edit) @15650   19 years gusciora Modified tests so that they all read config from the ../dataFiles …
(edit) @15649   19 years eugene working on compression
(edit) @15648   19 years eugene adding default value for IsCompressed
(edit) @15647   19 years eugene updates for compression
(edit) @15646   19 years eugene allow CCDKeyword
(edit) @15645   19 years Paul Price Adding function to extract skycells into images. We're using this in …
(edit) @15644   19 years Paul Price Updating code to get the scheme.
(edit) @15643   19 years Paul Price Enable error handling.
(edit) @15642   19 years eugene limit inst mag range; allow 1000 stars per chip; more generous allowed …
(edit) @15641   19 years eugene adding inst mag limits; 3rd iteration radius
(edit) @15640   19 years eugene crash on mismatched images
(edit) @15639   19 years eugene fix const inconsistency
(edit) @15638   19 years eugene allow 3rd iteration value for set match
(edit) @15637   19 years eugene mags are floats not ints
(edit) @15636   19 years eugene allow limits to inst mag range
(edit) @15635   19 years eugene fix prob with range = 0.0
(edit) @15634   19 years eugene allow obj with 1 det
(edit) @15633   19 years Paul Price Fixing incorrect enum: was trying to write image instead of mask.
(edit) @15632   19 years eugene updating psastro parameters
(edit) @15631   19 years Paul Price Only output the statistics if generated.
(edit) @15630   19 years Paul Price Integrating the code to choose the output BITPIX (and quantising …
(edit) @15629   19 years Paul Price Adding support for choosing desired BITPIX, and for custom …
(edit) @15628   19 years Paul Price Adding FLOAT field to FITS(METADATA) to specify type of custom …
(edit) @15627   19 years Paul Price Don't always want to tell everyone what random seed we've chosen.
(edit) @15626   19 years Paul Price Having SIMPLE in the rule makes it impossible to recognise compressed …
(edit) @15625   19 years Paul Price Adding "NONE" for no compression.
(edit) @15624   19 years eugene looser limits for 2mass comparison; adding PSASTRO.FINE with tighter limits
(edit) @15623   19 years eugene adding optional PSASTRO.FINE recipe
(edit) @15622   19 years gusciora Added PS_ASSERT to pmSourceFitSetDataAlloc() to ensure it isn't called …
(edit) @15621   19 years eugene refine deps for autocode elements
(edit) @15620   19 years eugene support for rotated ellipses in kapa overlays
(edit) @15619   19 years gusciora Cosmetic changes only.
(edit) @15618   19 years Paul Price Code = -1 will be treated as an error by the ippTools. With the …
(edit) @15617   19 years Paul Price Adding warptool -ignore flag for products where there are not …
Note: See TracRevisionLog for help on using the revision log.