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) @12926   19 years eugene update the installation instructions
(edit) @12925   19 years eugene fixed compile errors
(edit) @12924   19 years eugene convert from LD_LIBRARY_PATH to LIBRARY_PATH
(edit) @12923   19 years rhl Reflect changes in argument parsing in pmConfig
(edit) @12922   19 years rhl Don't crash if size <= 0
(edit) @12921   19 years rhl psphotTestArguments isn't in libpsphot
(edit) @12920   19 years gusciora Remove tap_psVectorSort_01.c tap_psVectorSort_02.c …
(edit) @12919   19 years gusciora Removing: tst_psVectorSort_01.c tst_psVectorSort_02.c …
(edit) @12918   19 years gusciora These two files replace tap_psVectorSort_01.c, tap_psVectorSort_02.c …
(edit) @12917   19 years Paul Price Using psastro to get the reference stars, instead of a text file.
(edit) @12916   19 years rhl pmConfig no longer owns arg[cv];
(edit) @12915   19 years rhl pmConfig no longer owns arg[cv]; propagate camera.config errors up
(edit) @12914   19 years Paul Price Adding simulation mosaic camera, and simulator recipe.
(edit) @12913   19 years Paul Price Adding simulation mosaic configuration.
(edit) @12912   19 years Paul Price More reasonable values.
(edit) @12911   19 years Paul Price Adding output for ppSim. Output mask and weight from ppImage.
(edit) @12910   19 years Paul Price Adding output for ppSim
(edit) @12909   19 years Paul Price Adding recipe for ppSim
(edit) @12908   19 years eugene removed argc,argv from pmConfig
(edit) @12907   19 years Paul Price Putting random stars over the entire focal plane, so they're not cut …
(edit) @12906   19 years magnier removed argc,argv from pmConfig
(edit) @12905   19 years magnier alloc our own copy of argv
(edit) @12904   19 years rhl PSPHOT_CFLAGS is neither required nor expanded
(edit) @12903   19 years rhl Don't add /psphot to includedir
(edit) @12902   19 years eugene FT_UNSIGN_MODE removed as global symbol and functionality replaced …
(edit) @12901   19 years rhl Include psmodules.h so that configure can #include "psphot.h" and …
(edit) @12900   19 years eugene KiiPS API change (const on filename)
(edit) @12899   19 years eugene added psphot-config.in
(edit) @12892   19 years eugene changed KiiPS to use const filename, switched API order to match …
(edit) @12890   19 years rhl Need <strings.h> for strn?casecmp
(edit) @12889   19 years rhl finite() isn't in posix; use isfinite()
(edit) @12888   19 years rhl Use memset not bzero
(edit) @12887   19 years rhl getpagesize() isn't in posix, and isn't needed --- adding 1 ensures a …
(edit) @12886   19 years rhl pthread_t isn't a long it; cast for printf
(edit) @12885   19 years rhl strcasestr isn't in posix (and is in C namespace). Use psStrcasestr
(edit) @12884   19 years rhl Gene fixed uninitialised data
(edit) @12879   19 years eugene changing .so to .$(DLLTYPE)
(edit) @12875   19 years eugene dropping non-standard includes
(edit) @12874   19 years eugene changing LD_LIBRARY_PATH to LIBRARY_PATH
(edit) @12873   19 years Paul Price Fixing bias, adding catalog and random stars.
(edit) @12872   19 years rhl prototype was missing a const
(edit) @12871   19 years eugene fixed help output
(edit) @12870   19 years eugene typo
(edit) @12869   19 years eugene set modver to 0 if not found, fixed help line
(edit) @12868   19 years eugene create the ACLOCAL dir
(edit) @12867   19 years eugene run autogen.sh and make distclean in autoconf directories
(edit) @12866   19 years eugene removing old version
(edit) @12865   19 years eugene adding DVO.TESSALATION
(edit) @12864   19 years eugene adding MEF and SPLIT versions of several output images
(edit) @12863   19 years eugene setting the tessalation based on the PSWARP recipe, extract skycells
(edit) @12860   19 years eugene fixing test for signal names
(edit) @12859   19 years eugene changing Configure to Makefile.System
(edit) @12858   19 years rhl Fix type $inc -> $\incdir
(edit) @12857   19 years rhl pscheckmods -> pschecklibs
(edit) @12856   19 years eugene INSTALL to PSCONFIG_DIR
(edit) @12842   19 years eugene moved Configure.in to Makefile.System.in
(edit) @12841   19 years eugene changed psconfig.sh to psconfig.csh
(edit) @12840   19 years eugene various fixes to support Mac OS X
(edit) @12839   19 years eugene various updates suggested by RHL, Johannes, Nicolas, Arno
(edit) @12838   19 years magnier adding strings.h (perhaps more than needed)
(edit) @12837   19 years eugene adding File-Find-Rule
(edit) @12836   19 years eugene un-comment extname_rule
(edit) @12835   19 years eugene updating to current db table layout
(edit) @12834   19 years Paul Price Working, at least for bias images.
(edit) @12833   19 years Paul Price First rough draft of Pan-STARRS data simulator. Basic elements …
(edit) @12832   19 years Paul Price Adding const to pmConfig parameter, where possible.
(edit) @12831   19 years Paul Price Declaring parameters const where appropriate.
(edit) @12830   19 years Paul Price Making metadata lookup functions public.
(edit) @12829   19 years Paul Price Making quotes visible.
(edit) @12828   19 years Paul Price Fixing clean up.
(edit) @12827   19 years Paul Price Adding option to dump a single recipe. Adding option to dump to stdout.
(edit) @12826   19 years Paul Price Only read header of template skycell, and create target from that.
(edit) @12825   19 years Paul Price Fixed bug: replacing an item with itself can lead to memory corruption …
(edit) @12824   19 years Paul Price Asserting on file types.
(edit) @12823   19 years eugene by default, write out the chip-mosaicked version when doing …
(edit) @12822   19 years eugene removed garbage from previous conflict
(edit) @12821   19 years eugene making a copy of the pixels for photometry
(edit) @12820   19 years eugene changed psphotInput to be defined FROM fpa rather than linked to an fpa
(edit) @12819   19 years eugene RebinChip should use output->src rather than looking for a named fpa
(edit) @12818   19 years eugene chip mosaic makes a deep copy for consistency with residual images
(edit) @12817   19 years eugene whitespace only
(edit) @12816   19 years magnier added a comment
(edit) @12815   19 years magnier use macro to set col0,row0
(edit) @12814   19 years magnier use macro to set col0,row0; subimage needs to offset pixels based on …
(edit) @12813   19 years magnier make psImage.col0,row0 const, added macro to set these values
(edit) @12812   19 years Paul Price Wider image for larger kernels
(edit) @12811   19 years eugene disable the pmChipDuplicate feature
(edit) @12810   19 years magnier adding pmChipDuplicate function (not working)
(edit) @12809   19 years Paul Price Adding program to dump configuration settings
(edit) @12808   19 years eugene update to new chip definitions
(edit) @12807   19 years eugene moved psphot and psastro file defines to ppImageParseCamera, using new …
(edit) @12806   19 years eugene moved analysis steps into psastroAnalysis.c moved file definitions …
(edit) @12805   19 years eugene moved psphot library function prototypes to psphot.h, created …
(edit) @12804   19 years magnier clearer trace messages
(edit) @12803   19 years Paul Price Adding pswarp files.
(edit) @12802   19 years Paul Price It's not the flux contribution of bad pixels that matters for marking …
(edit) @12801   19 years magnier check EXTWORD for string and non-string values
(edit) @12800   19 years Paul Price Require IPC::Cmd version 0.36 --- the parsing of the command-line …
(edit) @12799   19 years eugene added extrule lookup (commented out for now)
(edit) @12798   19 years eugene adding skycell parsing
Note: See TracRevisionLog for help on using the revision log.