IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Timeline



Jul 20, 2006:

4:39 PM Changeset [7950] by drobbin
changed char *line to psString line
2:39 PM Changeset [7949] by eugene
added lookup table function
2:08 PM Changeset [7948] by drobbin
Fixed make fail stemming from psMetadataConfigParse argument and …
3:10 AM Changeset [7947] by rhl
Add possibly helpful struct member comments
3:08 AM Changeset [7946] by rhl
Assert that readout->mask isn't set to diagnose a potential memory leak
3:02 AM Changeset [7945] by rhl
Added pmAstromRadiusMatchTP
3:02 AM Changeset [7944] by rhl
Wrote macro MAKE_ASTROM_RADIUS to generate pmAstromRadiusMatch(); …
3:00 AM Changeset [7943] by rhl
Add assertion to avoid SEGV
2:59 AM Changeset [7942] by rhl
Return error indication (NAN/NULL) in case of error, don't just call …

Jul 19, 2006:

3:44 PM Changeset [7941] by rhl
Subtract sky even where mask bits are set (per discussion with EAM)
11:48 AM Changeset [7940] by eugene
fixed some client/server I/O issues
10:27 AM Changeset [7939] by eugene
better error condition handling
10:26 AM Changeset [7938] by eugene
unified the client/standalone command functions

Jul 18, 2006:

5:43 PM Changeset [7937] by drobbin
Edited psMetadataItemTransfer. Returns false for NULL out input.
4:30 PM Changeset [7936] by Paul Price
Adding test file for psMetadataConfigParse
4:26 PM Changeset [7935] by Paul Price
Removing commented-out code.
12:50 PM Changeset [7934] by rhl
Remove unimplemented p_psPlaneTransformLinearInvert_MHPCC for swig's sake
11:53 AM Changeset [7933] by drobbin
Edited parseBool to only accept valid boolean values. Edited …
11:52 AM Ticket #775 (parseMetadataItem() is too sloppy about booleans) closed by David.Robbins@…
fixed: I changed the parser accordingly. It now accepts: T, t, 1, TRUE, …
10:32 AM Ticket #780 (psLineAdd description incorrect) closed by Paul Price
fixed: Thanks for catching that. The corrected description for psLineAdd is: …
10:32 AM Changeset [7932] by Paul Price
Fixing description for psLineAdd, in response to bug 780.
10:27 AM Changeset [7931] by Paul Price
Expanding when the headers and concepts are read. Making sure results …
10:19 AM Ticket #780 (psLineAdd description incorrect) created by David.Robbins@…
The description for psLineAdd reads: The following function appends a …
6:59 AM Changeset [7930] by eugene
pantasks updates for client/server
6:58 AM Changeset [7929] by eugene
updates to fix comm problems with buffers (motivated by opihi gprint)
5:41 AM Changeset [7928] by rhl
Added const where possible following resolution of bug 697; removed …
5:39 AM Ticket #697 (pmAstromRadiusMatch sorts the input lists and returns the indices of ...) closed by rhl@…
fixed: Fixed in pmAstrometryObjects.c revision: 1.10. The functions …
5:36 AM Changeset [7927] by rhl
1/ Rewrote pmAstromRadiusMatch/pmAstromRadiusMatchChip so that they do …
5:31 AM Changeset [7926] by rhl
1/ Check for illegal values of pmFPAfileDefineOutput's save parameter …

Jul 17, 2006:

5:04 PM Changeset [7925] by Paul Price
Recipe file for ppStats.
5:01 PM Changeset [7924] by Paul Price
Cleaning up ppStatsSetup(). Bug fixes. Seems to be working.
4:49 PM Changeset [7923] by Paul Price
Fixing up return values: don't return false unless there's a real error.
4:12 PM Changeset [7922] by Paul Price
Fixing error message.
3:06 PM Changeset [7921] by jhoblitt
refactor pzsearchs config/CLI option handling to be consistent with …
2:56 PM Changeset [7920] by Paul Price
Only attempt to read recipes from site and camera if we know the site …
12:51 PM Changeset [7919] by Paul Price
SkyProbe cannot be distinguished from other cameras; put it at the …
12:41 PM Changeset [7918] by Paul Price
Fixing use of regex in psMetadataIterator; see bug 779. Adding new …
12:41 PM Ticket #779 (psMetadataIterator does not work with a regex) closed by Paul Price
fixed: Rewrote the regex-specific portions of psMetadata to properly use …

Jul 16, 2006:

10:58 PM Changeset [7917] by eugene
major updates to use gprint for buffered / threaded printing

Jul 14, 2006:

5:42 PM Ticket #779 (psMetadataIterator does not work with a regex) created by Paul Price
63 psMetadataIterator *iterator = …
5:41 PM Changeset [7916] by Paul Price
Adding tests for psMetadataIterator
5:29 PM Changeset [7915] by jhoblitt
remove the double newline after the END tag in a METADATA
4:57 PM Changeset [7914] by drobbin
Added error handling to memory checking functions. Will hopefully …
4:52 PM Changeset [7913] by Paul Price
Adding new binary to .cvsignore
4:50 PM Changeset [7912] by Paul Price
Changing psAlloc to psStringAlloc so that psMemCheckString will work.
4:37 PM Changeset [7911] by Paul Price
Fixes for psMetadataIterator with a regex. See bugs 777, 778.
4:36 PM Ticket #778 (psMetadataGetAndIncrement fails with SEGV when iterating with a regex) closed by Paul Price
fixed: The name is referred to as follows: …
4:35 PM Ticket #778 (psMetadataGetAndIncrement fails with SEGV when iterating with a regex) created by Paul Price
#0 0x004d37b3 in strlen () from /lib/tls/libc.so.6 #1 0x00515c1a in …
4:30 PM Ticket #777 (psMetadataIteratorAlloc produces SEGV when regex != NULL) closed by Paul Price
fixed: Fixed by adding psAlloc for newIter->regex, and refactoring code in …
4:27 PM Ticket #777 (psMetadataIteratorAlloc produces SEGV when regex != NULL) created by Paul Price
#0 0x00432b70 in regcomp () from /lib/tls/libc.so.6 #1 0x00d78fef in …
3:58 PM Changeset [7910] by Paul Price
Adding option of outputting concepts in addition to headers.
2:17 PM Changeset [7909] by jhoblitt
add psDBLastInsertID() add psDBExplicitTrans() add psDBTransaction() …
10:17 AM Changeset [7908] by rhl
Check pmConfigRead()'s return value
10:17 AM Changeset [7907] by rhl
Support SAVE.OUTPUT by analogy to SAVE.RES. N.b. defaults to true for …
10:12 AM Changeset [7906] by rhl
Replace another set of ifs with if else if etc.; check that save is …
10:11 AM Ticket #776 (pmConfig fails to detect invalid files) created by rhl@…
(release v12_0) The code in pmConfig fails to check the error codes …
10:08 AM Ticket #775 (parseMetadataItem() is too sloppy about booleans) created by rhl@…
In psLib rel12_0, the parser for boolean values accepts any string …
10:06 AM Changeset [7905] by Paul Price
Adding error message and changing return type for psStringSubstitute …
8:27 AM Changeset [7904] by rhl
replace set of ifs by if else (easier on gdb)

Jul 13, 2006:

7:20 PM Changeset [7903] by Paul Price
Adding .cvsignore files. Code now compiles, but not yet tested.
7:14 PM Changeset [7902] by Paul Price
Initial import of ppStats --- statistics and header tool.
4:26 PM Changeset [7901] by drobbin
Added str check test for error handling of psString fxns, namely …
4:04 PM Changeset [7900] by jhoblitt
change psDBInit() so that my.cnf is always read
11:15 AM Changeset [7899] by Paul Price
Missing value.
11:13 AM Changeset [7898] by Paul Price
Removing references to SIMPLE camera.
11:10 AM Changeset [7897] by Paul Price
Fixing name.
11:09 AM Changeset [7896] by Paul Price
Updating camera configuration.
11:08 AM Changeset [7895] by Paul Price
Adding ISP.
11:06 AM Changeset [7894] by Paul Price
Adding first cut for ISP config files.
11:06 AM Changeset [7893] by Paul Price
Adding RECIPES
9:22 AM Changeset [7892] by eugene
working on the client/server interactions for pantasks

Jul 12, 2006:

4:32 PM Changeset [7891] by Paul Price
Plugging memory leaks in usage function --- wasn't freeing private …
4:24 PM Changeset [7890] by Paul Price
Removing old code.
4:24 PM Changeset [7889] by Paul Price
Check the output file to see if it already defines the fringe regions. …
4:22 PM Changeset [7888] by Paul Price
Getting rid of template file --- we use the output file for that.
4:21 PM Changeset [7887] by Paul Price
Squashing memory leak: was freeing header instead of its copy.
3:37 PM Changeset [7886] by jhoblitt
fwv
3:29 PM Changeset [7885] by drobbin
removed 'const' from getTForm return. Not needed and causing the …
2:43 PM Changeset [7884] by jhoblitt
link the test drivers against the libpslib.la libtool archive instead …
2:19 PM Changeset [7883] by Paul Price
Scalars should be written as integers instead of floats. Changed …
11:36 AM Changeset [7882] by Paul Price
Updating .cvsignore for tap
11:28 AM Changeset [7881] by Paul Price
Changing the title.…
11:25 AM Changeset [7880] by Paul Price
Moving psStringSubstitute tests to libtap; resetting stderr output for …
11:17 AM Changeset [7879] by Paul Price
No need to generate errors --- NULL input gives NULL output, etc.
11:10 AM Changeset [7878] by cvs2svn
This commit was manufactured by cvs2svn to create tag 'rel12_1'.
11:10 AM Changeset [7877] by jhoblitt
set version to 0.12.1 for rel12_1 tag
11:09 AM Changeset [7876] by jhoblitt
sync rel12 branch with head to get the reverted pmConfigAlloc() & …

Jul 11, 2006:

6:44 PM Changeset [7875] by Paul Price
* Allow user to specify a random number generator for …
6:01 PM Changeset [7874] by Paul Price
Adding option --enable-profile for code profiling.
6:00 PM Changeset [7873] by Paul Price
It's not an error if we can't read the header --- it isn't there to be …
5:50 PM Changeset [7872] by jhoblitt
add a note about PSVECTOR_SORT_CASE() possibly being faster with a …
5:47 PM Changeset [7871] by Paul Price
Renaming --enable-profile to --enable-coverage (path coverage, not …
5:46 PM Changeset [7870] by Paul Price
Optimising code by removing unnecessary allocations, and dereferencing …
5:45 PM Changeset [7869] by Paul Price
Renaming --enable-profile to --enable-coverage (path coverage, not …
5:30 PM Changeset [7868] by Paul Price
Only do tracing if tracing is enabled.
5:30 PM Changeset [7867] by Paul Price
Only execute if tracing is enabled.
5:09 PM Ticket #774 (psTraceGetLevel() is expensive to call) created by jhoblitt
It should be possible from the .ipprc to cause this function to …
4:54 PM Changeset [7866] by Paul Price
When PS_NO_TRACE is set, psTraceGetLevel and psTraceGetDestination …
4:49 PM Changeset [7865] by jhoblitt
change ->parse() to gracefully handle undef and empty strings
4:12 PM Changeset [7864] by jhoblitt
gracefully handle p2PendingFrameSearch() failing
3:08 PM Changeset [7863] by jhoblitt
change pendingArgs to start with NULL values
3:03 PM Changeset [7862] by Paul Price
Getting rid of warning: 'autoheader: error: AC_CONFIG_HEADERS not …
12:13 PM Ticket #772 (Source Moments are assgned 0 values when fitting PSFs) created by masiero
The moments being passed to the Strail model (or any model for that …

Jul 10, 2006:

5:23 PM Changeset [7861] by jhoblitt
add psTimeStrftime()
3:48 PM Changeset [7860] by Paul Price
Removing normalisation to unity.
2:53 PM Changeset [7859] by Paul Price
Check that the r/o can be read (by looking for the HDU) before …
10:54 AM Changeset [7858] by Paul Price
Fixing error messages. Fixing the image size limit check (was >= …
10:46 AM Changeset [7857] by Paul Price
Was missing a comma.
10:45 AM Changeset [7856] by Paul Price
Fixing "special" value for integer types.
10:42 AM Changeset [7855] by Paul Price
Fixing pmFlatField function: cleaning out unnecessary tests, fixing …
10:27 AM Changeset [7854] by Paul Price
Adding psStringSubstitute.
10:15 AM Changeset [7853] by Paul Price
Fixing definition of psStringSubstitute.
10:15 AM Changeset [7852] by Paul Price
Reverting psString to previous version (with some small improvements) …

Jul 7, 2006:

7:35 PM Changeset [7851] by Paul Price
pmConceptsAverageCells shouldn't have to set the binning, offsets.
7:26 PM Changeset [7850] by Paul Price
TRIMSEC can be NULL.
7:21 PM Changeset [7849] by Paul Price
Adding pmConceptsAverageCells() from previous cellConcepts() in …
5:40 PM Changeset [7848] by jhoblitt
partial conversion to the new *Config() setup
5:17 PM Changeset [7847] by drobbin
Fixed memory leaks in psMetadataConfig (p_psMetadataKeyArray) from …
5:06 PM Changeset [7846] by Paul Price
* Moving common functions (convertFitsToPsType and …
2:40 PM Changeset [7845] by jhoblitt
remove unnecessary PS_META_DUPLICATE_OK flags
2:40 PM Changeset [7844] by jhoblitt
remove non psMetadataConfig output
2:37 PM Changeset [7843] by jhoblitt
fix PX_FRAME_SEARCH() to handle missing imfiles
11:43 AM Changeset [7842] by Paul Price
Free the data associated with the cell, not the cell itself.
11:41 AM Changeset [7841] by Paul Price
Got the number of files and number of cells around the wrong way.
11:35 AM Changeset [7840] by Paul Price
Darks weren't getting scaled, because it was simply returning without …

Jul 6, 2006:

6:02 PM Changeset [7839] by Paul Price
Was freeing stuff I shouldn't have.
5:42 PM Changeset [7838] by Paul Price
Free data as we go.
5:42 PM Changeset [7837] by Paul Price
Adding cleanup. Arguments metadata exists on pmConfig after having …
5:26 PM Changeset [7836] by Paul Price
Adding offsets for regions on the image (since readout->image is often …
5:13 PM Changeset [7835] by Paul Price
Create a header if none yet exists to write to.
4:56 PM Changeset [7834] by Paul Price
Adding check on source header.
4:52 PM Changeset [7833] by Paul Price
Adding check on source header.
4:25 PM Changeset [7832] by jhoblitt
change/fix psMetadataConfigFormat()'s to properly declare MULTIs
12:26 PM Changeset [7831] by drobbin
Added test for psStringSubstitute. Ran test, fixed errors. Fxn now …
11:49 AM Changeset [7830] by jhoblitt
fix MULTI METADATA support

Jul 5, 2006:

5:37 PM Changeset [7829] by Paul Price
Don't have to allocate config->arguments.
5:29 PM Changeset [7828] by Paul Price
Adding pmFringeStatsConcatenate()
5:25 PM Changeset [7827] by Paul Price
Initialise the arguments.
5:22 PM Changeset [7826] by Paul Price
First import of ppFringe. Currently compiles; not yet tested. …
5:22 PM Changeset [7825] by Paul Price
Don't produce an error message if you can't find a "blank PHU".
3:31 PM Changeset [7824] by Paul Price
Changing name.
3:13 PM Changeset [7823] by Paul Price
Allowing the writing of a completely minimal header.
3:00 PM Changeset [7822] by jhoblitt
misc arg handling improvements
2:56 PM Changeset [7821] by jhoblitt
fix arg handling (setup args with NULL instead of "") misc arg …
2:39 PM Changeset [7820] by jhoblitt
update p0searchConfig()
2:36 PM Changeset [7819] by jhoblitt
revert to the previous pmConfigRead() prototype
12:57 PM Changeset [7818] by Paul Price
API change to pmConfigRead.
12:46 PM Changeset [7817] by Paul Price
Storing argc as a pointer in pmConfig. As it's a pointer to the …
12:34 PM Changeset [7816] by Paul Price
Adding PS_ASSERT_ARRAY macros.
11:46 AM Changeset [7815] by jhoblitt
always use the PXTOOL_MODE macro
10:38 AM Changeset [7814] by Paul Price
Catching memory leaks.
10:37 AM Changeset [7813] by Paul Price
Adding tap version of test to .cvsignore.
10:37 AM Changeset [7812] by Paul Price
Adding .cvsignore files for tap testing.

Jul 3, 2006:

5:23 PM Changeset [7811] by Paul Price
Plugging memory leak.
5:14 PM Changeset [7810] by Paul Price
Plugging memory leak.
5:12 PM Changeset [7809] by Paul Price
Catching memory leak.
4:43 PM Changeset [7808] by jhoblitt
fix psVectorExtend() tests
4:41 PM Changeset [7807] by Paul Price
Adding error condition.
4:07 PM Changeset [7806] by jhoblitt
don't set psVector->n for newly psVectorAlloc()'d vectors
3:42 PM Changeset [7805] by jhoblitt
skip tests on NULL pointers
3:09 PM Changeset [7804] by jhoblitt
change LT_VERSION to 0:13:0
2:26 PM Changeset [7803] by Paul Price
Changing "readout size" to "scan number" as the iteration counter.
2:19 PM Changeset [7802] by Paul Price
Get the output image size from the concepts instead of the image --- …
12:58 PM Changeset [7801] by jhoblitt
reapply 1.70
12:56 PM Changeset [7800] by jhoblitt
version to 0.12.99
12:26 PM Changeset [7799] by cvs2svn
This commit was manufactured by cvs2svn to create tag 'rel12_0'.
12:26 PM Changeset [7798] by cvs2svn
This commit was manufactured by cvs2svn to create branch 'rel12'.
12:26 PM Changeset [7797] by jhoblitt
use .0 instead of .00 in the version
12:12 PM Changeset [7796] by jhoblitt
use .0 instead of .00 in the version
12:01 PM Changeset [7795] by jhoblitt
rollback 1.70 prepare for 0.12.0 release
11:57 AM Changeset [7794] by jhoblitt
prepare for 0.12.0 release
11:49 AM Changeset [7793] by jhoblitt
remove verified from EXTRA_DIST as make dist can't handle …
11:26 AM Changeset [7792] by Paul Price
Added P_PM_RECIPE_SOURCE_SYMBOLIC
11:18 AM Changeset [7791] by Paul Price
Fixed bug in symbolic links for recipes: the site recipes and the …

Jul 1, 2006:

5:50 PM Changeset [7790] by jhoblitt
add psVectorCopy() tests
5:23 PM Changeset [7789] by jhoblitt
add psVectorLength() tests
4:54 PM Changeset [7788] by jhoblitt
add psVectorCountPixelMask() tests
12:53 PM Changeset [7787] by jhoblitt
add psVectorGet() & psVectorSet() tests
12:10 PM Changeset [7786] by jhoblitt
add psVectorCreate() tests
11:48 AM Changeset [7785] by jhoblitt
add psVectorInit() tests

Jun 30, 2006:

7:18 PM Changeset [7784] by eugene
added
7:18 PM Changeset [7783] by eugene
updates
7:17 PM Changeset [7782] by eugene
fixes..
7:14 PM Changeset [7781] by eugene
update Makefile
7:14 PM Changeset [7780] by eugene
update addstar
6:39 PM Changeset [7779] by jhoblitt
add psVectorExtend() tests
5:51 PM Changeset [7778] by magnier
more updates to tap_psVector.c
4:58 PM Changeset [7777] by jhoblitt
fwv
4:57 PM Changeset [7776] by cvs2svn
This commit was manufactured by cvs2svn to create tag 'r1013'.
4:57 PM Changeset [7775] by jhoblitt
This commit was generated by cvs2svn to compensate for changes in …
4:57 PM Changeset [7774] by jhoblitt
ii libtap r1013
4:51 PM Changeset [7773] by jhoblitt
add tap_psVector libtap test driver example
3:28 PM Changeset [7772] by magnier
minor bugs in psIOBuffer
2:07 PM Changeset [7771] by eugene
added addstar option, not well tested; converted detselect to use …
2:00 PM Changeset [7770] by magnier
added psPipe, psIOBuffer, added to detselect
1:59 PM Changeset [7769] by magnier
replaced PS_IMAGE_SET and PS_VECTOR_SET with psImageInit, psVectorInit
1:50 PM Changeset [7768] by jhoblitt
fix MySQL time support (no searching support yet)

Jun 29, 2006:

4:44 PM Changeset [7767] by Paul Price
Adding psAssert.h
4:30 PM Ticket #768 (psMinimizePowell.c uses static vectors) closed by Paul Price
fixed: I have removed the use of PS_VECTOR_GEN_STATIC_RECYCLED by generating …
4:20 PM Changeset [7766] by Paul Price
Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
3:57 PM Changeset [7765] by Paul Price
Removed macros to create static variables. Removed PS_IMAGE_SET …
3:56 PM Changeset [7764] by Paul Price
Removing static variables. See bug 768.
3:25 PM Ticket #768 (psMinimizePowell.c uses static vectors) created by Paul Price
Static variables must be removed from this function, or else their use …
3:06 PM Changeset [7763] by Paul Price
Removing PS_VECTOR_SET_TYPE macros --- use psVectorInit instead.
3:05 PM Changeset [7762] by Paul Price
Removing macros that copy vectors to static vectors.
3:03 PM Changeset [7761] by Paul Price
Removing conversion macros --- use psVectorCopy for this.
11:44 AM Changeset [7760] by Paul Price
Adding output saturation and bad levels.
11:00 AM Changeset [7759] by Paul Price
Instead of doing open/close each time we want to read (which is really …
10:50 AM Changeset [7758] by eugene
added breakpoints, better exit handling on psphotReadout
10:47 AM Changeset [7757] by eugene
fixed up focus
10:40 AM Changeset [7756] by magnier
added tracepoints
10:40 AM Changeset [7755] by magnier
added tracepoint
10:39 AM Changeset [7754] by magnier
added comma-separated filenames
10:37 AM Changeset [7753] by magnier
fixed memory leak in psVectorFitPolynomial1D
10:31 AM Changeset [7752] by Paul Price
Adding FPA.FOCUS
10:16 AM Changeset [7751] by Paul Price
Adding psLibInit and psLibFinalize calls.
8:10 AM Changeset [7750] by eugene
update
8:09 AM Changeset [7749] by eugene
added ppFocus code to drop previous camera
8:08 AM Changeset [7748] by eugene
added some trace points
7:56 AM Changeset [7747] by eugene
added missing elements
7:56 AM Changeset [7746] by eugene
set FILEXTRA, etc to NONE where possible
7:55 AM Changeset [7745] by eugene
minor diffs

Jun 28, 2006:

6:30 PM Changeset [7744] by Paul Price
Only generate a mask for flats and fringes.
5:42 PM Changeset [7743] by magnier
fixed missing break
5:06 PM Changeset [7742] by eugene
fixing load2mass
2:30 PM Changeset [7741] by Paul Price
Fixing error: weight map may not be present.
2:27 PM Changeset [7740] by Paul Price
Optimising for speed: dereferencing pointers, moving some things around.
2:27 PM Changeset [7739] by Paul Price
Optimising code for speed: dereferencing pointers. Also, loop index …
2:26 PM Changeset [7738] by eugene
adding ppFocus elements
10:56 AM Changeset [7737] by Paul Price
Initializing value to avoid compiler warning.
10:50 AM Changeset [7736] by magnier
fixed overflow bug in psImageJpeg
10:26 AM Changeset [7735] by Paul Price
More fixing up following API change last night.
10:11 AM Changeset [7734] by Paul Price
Fixing arguments for pm{FPA,Chip,Cell}Write following API change last …
9:34 AM Changeset [7733] by eugene
dropped test fprints
9:33 AM Changeset [7732] by eugene
fixed handing of creating depended output images
9:33 AM Changeset [7731] by eugene
minor change
9:32 AM Changeset [7730] by eugene
fixed error message for missings cmd-line args
9:23 AM Changeset [7729] by magnier
minor tweak to blank PHU handling: if (blank) no pixels are written
9:23 AM Changeset [7728] by magnier
added pmFPAfileDefineSingleFromArgs (lame name)
9:22 AM Changeset [7727] by magnier
changed args for pmFPAfileCopyStructureView, fixed for PHU handling
9:21 AM Changeset [7726] by magnier
fixes for correct PHU/HDU output handling
9:21 AM Changeset [7725] by magnier
fixes for CMF format
9:15 AM Changeset [7724] by eugene
various cleanups
9:09 AM Changeset [7723] by magnier
fixed memory leak
8:53 AM Changeset [7722] by eugene
updating for real
8:43 AM Changeset [7721] by eugene
fixed inconsistency in makefiles for pclient

Jun 27, 2006:

7:22 PM Changeset [7720] by Paul Price
No extension name means move to the primary header unit.
7:21 PM Changeset [7719] by Paul Price
Instead of naming the primary HDUs as 'PHU', we simply don't name them …
7:15 PM Changeset [7718] by Paul Price
No point in reading the HDU if it's a blank.
7:12 PM Changeset [7717] by Paul Price
Changes to pmHDU and pmFPAWrite to (hopefully) fix for the last time …
6:12 PM Changeset [7716] by Paul Price
Renaming pmReadoutSet{Mask,Weight} as pmReadoutGenerate{Mask,Weight} …
6:03 PM Changeset [7715] by Paul Price
Renaming pmReadoutSet{Mask,Weight} as pmReadoutGenerate{Mask,Weight}; …
4:54 PM Ticket #590 (pmCoordTPToSky and pmCoordSkyToTP not well defined) closed by Paul Price
later: This probably won't work as we originally envisioned.
4:51 PM Ticket #576 (psFitsHeaderFromTable functionality unclear) closed by Paul Price
fixed: psFitsHeaderFromTable was done away with, following modification to …
4:50 PM Ticket #578 (Is psFitsHeaderFromImage really necessary?) closed by Paul Price
fixed: psFitsHeaderFromImage was done away with, following modification to …
4:37 PM Ticket #421 (psVectorFitPolynomial1DOrd ignores polynomial element mask) closed by Paul Price
fixed: The polynomial fitting functions now respect the term mask.
4:34 PM Ticket #699 (pslib should refuse to build with version of libxml2 < 2.6) closed by Paul Price
fixed: This has been fixed by someone. AC_MSG_CHECKING([xml2 version]) …
4:32 PM Ticket #705 (`make distcheck` fails) closed by Paul Price
fixed: "make distcheck" works for me now (apart from failing a psDB test). …
4:28 PM Ticket #399 (reference counting for subimages isn't quite right) closed by Paul Price
fixed: Assuming this bug has been dealt with; it's old. Reopen if it's still …
4:22 PM Ticket #184 (Stats tests required for path coverage) closed by Paul Price
fixed: Stats have evolved significantly since this bug was filed.
4:22 PM Ticket #366 (psStats robust stats not well designed) closed by Paul Price
fixed: I think this has been cleared up, and though the psStats code probably …
4:19 PM Ticket #764 (use the PSIMAGE_SET_NUMCOLS, etc macros) closed by Paul Price
fixed: Fixed by EAM.
4:16 PM Ticket #749 (psMinimizeLMM.c handling of fitting failures) closed by Paul Price
fixed: Fixed by EAM.
4:15 PM Ticket #748 (psImageStructManip.c) closed by Paul Price
fixed: Fixed by EAM.
4:15 PM Ticket #747 (psImageCountPixelMask had counting errors for region tests) closed by Paul Price
fixed: Fixed by EAM.
4:14 PM Ticket #746 (replace the use of GaussJordan matrix inversion) closed by Paul Price
fixed: I believe the polynomial fitting functions now use exclusively G-J to …
4:12 PM Ticket #745 (replace psRegion support in psMetadata.c) closed by Paul Price
fixed: I think this has been laid to rest.
4:12 PM Ticket #744 (psImageSmooth code was very inefficient) closed by Paul Price
fixed: Fixed by EAM.
4:11 PM Ticket #743 (vector lengths unassigned in psFitsReadImageCube) closed by Paul Price
fixed: Fixed by Gene.
4:10 PM Ticket #737 (check tests for minor psLib updates (for rel 11)) closed by Paul Price
fixed: I think the tests are up to date following the API changes.
4:09 PM Changeset [7714] by eugene
fixed output bug: was not updating average.Nm
4:09 PM Ticket #732 (psFitsWriteHeader is dropping the comments) closed by Paul Price
fixed: Gene's fix disappeared in the recent reworking of the FITS header …
3:56 PM Changeset [7713] by Paul Price
Adding special handling for COMMENT and HISTORY keywords.
3:56 PM Ticket #731 (psMetadataCopy uses the wrong flag for multi entries) closed by Paul Price
fixed: This was fixed by EAM.
3:21 PM Changeset [7712] by Paul Price
Writing a blank PHU is done when the file is opened.
2:52 PM Changeset [7711] by Paul Price
Fixing compilation error.
2:50 PM Changeset [7710] by magnier
added pmFPA/Chip/CellWrite when opening a new file.
2:49 PM Changeset [7709] by Paul Price
Fixing up the process of reading recipes from the site and camera …
2:29 PM Changeset [7708] by Paul Price
psLib stuff must be freed before checking for leaks.
10:33 AM Changeset [7707] by drobbin
Edited doxygen in psString.h. Updated tests (for removal of …
9:27 AM Changeset [7706] by eugene
creating ppFocus tool
9:13 AM Changeset [7705] by magnier
fixed upper limits in jpeg

Jun 26, 2006:

6:31 PM Changeset [7704] by jhoblitt
add psTimeStrptime()
6:19 PM Ticket #767 (add a psTimeStrftime() function) created by jhoblitt
6:13 PM Changeset [7703] by jhoblitt
add psTimeStrptime()
6:04 PM Changeset [7702] by jhoblitt
add psTimeToTM() & psTimeFromTM()
5:48 PM Changeset [7701] by jhoblitt
remove commented code
5:45 PM Changeset [7700] by jhoblitt
add psTimeToTM() rename p_psTimeFromTM() -> psTimeFromTM() minor …
5:42 PM Changeset [7699] by jhoblitt
add psMetadataLookupTime()
4:55 PM Changeset [7698] by Paul Price
Updating following changes to pmConfigRead and pmConfig.
4:51 PM Changeset [7697] by magnier
fixed error in psImageJpegColormapAlloc: vector length not set
4:35 PM Changeset [7696] by eugene
finished sedstar
11:41 AM Changeset [7695] by jhoblitt
fix memory leaks
11:27 AM Changeset [7694] by jhoblitt
fix logic error/segfault in normalizedMode()
9:43 AM Changeset [7693] by eugene
creating sedstar

Jun 25, 2006:

8:17 PM Changeset [7692] by eugene
fixed memory leak
8:01 PM Changeset [7691] by eugene
updated load2mass
8:01 PM Changeset [7690] by eugene
creating sedstar
12:58 PM Changeset [7689] by eugene
notes on dvo support tools
12:58 PM Changeset [7688] by eugene
updates to addstar for better 2mass support

Jun 24, 2006:

1:13 PM Changeset [7687] by eugene
added photcode support, cleanups
1:13 PM Changeset [7686] by eugene
copy concepts when making fpa mosaic
1:12 PM Changeset [7685] by eugene
minor changes
1:09 PM Changeset [7684] by eugene
add .cvsignore
1:08 PM Changeset [7683] by eugene
updating 2MASS addstar tools
1:07 PM Changeset [7682] by eugene
added error-checks
1:06 PM Changeset [7681] by eugene
added fitsed
1:06 PM Changeset [7680] by eugene
changed dvo1.h to dvoshell.h
1:03 PM Changeset [7679] by magnier
added photcode support

Jun 23, 2006:

5:44 PM Changeset [7678] by jhoblitt
fix memory leaks
5:33 PM Changeset [7677] by Paul Price
Fixing code after pushing argc,argv into pmConfig.
5:25 PM Changeset [7676] by Paul Price
Fixing up pmConfigReadRecipes to get recipes from the command-line. …
4:09 PM Changeset [7675] by jhoblitt
fix memory leaks in procMode()
4:05 PM Changeset [7674] by jhoblitt
fix metadata errors in procMode()
3:52 PM Changeset [7673] by jhoblitt
fix segfault & memory leaks
3:20 PM Changeset [7672] by jhoblitt
fix memory leak
3:16 PM Changeset [7671] by jhoblitt
fix memory leaks
3:14 PM Changeset [7670] by jhoblitt
fix all calls to psMetadataAddStr()
3:03 PM Changeset [7669] by jhoblitt
don't decr the ref count when assigning to a struct field (duh!)
2:52 PM Changeset [7668] by jhoblitt
fix typo
2:49 PM Changeset [7667] by jhoblitt
fix memory leak
2:37 PM Changeset [7666] by jhoblitt
fix typo
2:33 PM Changeset [7665] by jhoblitt
fix memory leak
2:22 PM Changeset [7664] by jhoblitt
typo fix
2:22 PM Changeset [7663] by Paul Price
Cleaning up psImageInit (no variable should ever be named "TTT"!). …
2:19 PM Changeset [7662] by jhoblitt
fix a memory leak
2:18 PM Changeset [7661] by jhoblitt
change psDBCleanup() to quietly handle NULLs
12:53 PM Changeset [7660] by jhoblitt
fix accidental free'ing of a lookuptable
12:15 PM Changeset [7659] by jhoblitt
free pxconfig.args as part of cleanup
12:07 PM Changeset [7658] by jhoblitt
call pmConfigCleanup() on exit
11:58 AM Changeset [7657] by jhoblitt
memory leak fixes
11:17 AM Changeset [7656] by drobbin
removed psAbort call in ImageInit.
11:12 AM Changeset [7655] by jhoblitt
remove an unneeded assertion from psDBGenerateSelectRowSQL()
11:11 AM Changeset [7654] by jhoblitt
more misc cleanups: assertions & variable declarations
10:29 AM Changeset [7653] by rhl
Make PS_FILE_LINE actually work

Jun 22, 2006:

5:49 PM Changeset [7652] by jhoblitt
misc cleanups: assertions, memory leaks, etc. (unfinished)
4:57 PM Changeset [7651] by jhoblitt
change psDBInsertRows() to use p_psDBRunQueryPrepared() change …
4:54 PM Changeset [7650] by jhoblitt
remove pxconfig.start & .stop
4:40 PM Changeset [7649] by Paul Price
Adding .cvsignore
4:35 PM Changeset [7648] by Paul Price
Adding psLibInit and psLibFinalize; adding PS_ALLOC_CHECK feature …
4:11 PM Changeset [7647] by Paul Price
Calling psLibInit() to allow memory checking at exit; removing our own …
3:59 PM Changeset [7646] by Paul Price
Adding memory checking at exit when environment variable …
3:53 PM Changeset [7645] by Paul Price
Changing type of psTraceReset.
3:51 PM Changeset [7644] by jhoblitt
- rework the way MYSQL_BIND arrays are handled so that they are …
2:58 PM Changeset [7643] by Paul Price
Scope error: was defining chip again, meaning the useful one was going …
1:55 PM Ticket #766 (psDB errors) created by David.Robbins@…
After paul recently applied Josh's patches to psDB.c, the db tests are …
1:37 PM Changeset [7642] by Paul Price
Fixing up CHIP.Y0 for ccd18.
11:30 AM Changeset [7641] by Paul Price
For the easy case, we didn't consider that there might be binning.
10:43 AM Changeset [7640] by eugene
updated
10:38 AM Changeset [7639] by eugene
various cleanups
10:37 AM Changeset [7638] by eugene
added psphotSourceFreePixels
10:17 AM Changeset [7637] by eugene
dropping old test code, freeing ref in skipped case
10:15 AM Changeset [7636] by eugene
adding psastroConvertFPA,psastroConvertReadout
10:15 AM Changeset [7635] by eugene
re-activating external files
10:08 AM Changeset [7634] by Paul Price
Optimising mosaicking: splitting out the special case where the …
10:05 AM Changeset [7633] by magnier
dropping commented-out code
10:05 AM Changeset [7632] by magnier
dropping ifdef-ed out code
10:04 AM Changeset [7631] by magnier
adding pmSourceFreePixels
10:03 AM Changeset [7630] by magnier
added pmReadoutFreeData, freeing bias sections

Jun 21, 2006:

6:25 PM Changeset [7629] by Paul Price
Fixing mosaicking of binned images: cell concepts (CELL.XBIN and …
2:59 PM Changeset [7628] by Paul Price
More cleaning up.
2:56 PM Changeset [7627] by Paul Price
Cleaning up confusion in counters.
2:36 PM Changeset [7626] by Paul Price
Applying patch from Josh: patch to make psdb thread safe.
1:25 PM Changeset [7625] by Paul Price
Make output image that is just the right size.
1:18 PM Changeset [7624] by Paul Price
Target and source concepts were sharing the same metadata items in the …
1:11 PM Changeset [7623] by Paul Price
Adding pmFPAfileDefineInternal.
1:07 PM Changeset [7622] by Paul Price
Fixing API for pmFPAfileDefine{In,Out}put.
12:51 PM Changeset [7621] by eugene
various fixes
12:51 PM Changeset [7620] by eugene
moved OUTPUT to DefineOutput
12:46 PM Changeset [7619] by magnier
fixed error in constraints for psImage
12:44 PM Changeset [7618] by magnier
various fixes
11:40 AM Changeset [7617] by Paul Price
Applying patch from Josh. Renaming psMemThreadSafety to …
11:34 AM Changeset [7616] by jhoblitt
rename psMemThreadSafety() -> psMemSetThreadSafety() add …
11:21 AM Changeset [7615] by jhoblitt
ws
11:20 AM Changeset [7614] by jhoblitt
add -selectrun -time fix -selectrun bug
11:04 AM Changeset [7613] by jhoblitt
rename -selectruns -> -selectrun
11:03 AM Changeset [7612] by drobbin
Edited psImageFitPoly and EvalPoly. Scaling factors were using …
11:02 AM Changeset [7611] by jhoblitt
implement -select
10:58 AM Changeset [7610] by Paul Price
Got the wrong sign.
10:20 AM Changeset [7609] by Paul Price
Adding pmHDUGetHighest
7:46 AM Changeset [7608] by rhl
1/ The p_psMemAllocatePersistent() block didn't cover enough of the …
7:39 AM Changeset [7607] by rhl
Another change in the long quest to fix building without libjpeg …

Jun 20, 2006:

11:10 PM Changeset [7606] by Paul Price
Check X0,Y0,XBIN,YBIN,XPARITY,YPARITY for target; if these are set, …
10:37 PM Changeset [7605] by Paul Price
Checking data_exists on chips and cells. Setting data_exists on mosaic …
5:21 PM Changeset [7604] by Paul Price
Cleaning up use of include files for pslib.
5:18 PM Changeset [7603] by Paul Price
Adding psLine.h to pslib.h
5:13 PM Changeset [7602] by jhoblitt
add -selectruns
5:05 PM Changeset [7601] by Paul Price
Removing old include file.
4:44 PM Changeset [7600] by jhoblitt
change detRunInsert's param order
4:42 PM Changeset [7599] by jhoblitt
remove detRun.camera
4:31 PM Changeset [7598] by jhoblitt
add detRun.camera
3:24 PM Changeset [7597] by Paul Price
Applying patch from Josh: look for a symbolic camera name in the …
Note: See TracTimeline for information about the timeline view.