|
|
|
@19475
|
18 years |
Paul Price |
Got '* glibc detected * ppStack: double free or corruption (): …
|
|
|
|
@19453
|
18 years |
Paul Price |
Write separate fake images for each input.
|
|
|
|
@19411
|
18 years |
Paul Price |
Fixing SEGV when !inRO (e.g., convolution fails, readout rejected out …
|
|
|
|
@19402
|
18 years |
Paul Price |
CVS version shouldn't have debugging output.
|
|
|
|
@19399
|
18 years |
bills |
Get configuration dump file name from command line option. If no file …
|
|
|
|
@19347
|
18 years |
Paul Price |
Fix compilation error when TESTING.
|
|
|
|
@19346
|
18 years |
Paul Price |
Threading the concatenation of inspection lists and pmStackReject.
|
|
|
|
@19343
|
18 years |
Paul Price |
Don't have mutexes on output.
|
|
|
|
@19342
|
18 years |
Paul Price |
Don't need mutexes on output.
|
|
|
|
@19337
|
18 years |
Paul Price |
Threading stacks. Following the same scheme as for ppMerge, but …
|
|
|
|
@19283
|
18 years |
Paul Price |
Added bad/poor distinction for pmStackReject: API change. This …
|
|
|
|
@19269
|
18 years |
Paul Price |
Fixing compilation error.
|
|
|
|
@19268
|
18 years |
Paul Price |
Moving the inspect/reject debugging mask output to here, so that the …
|
|
|
|
@19267
|
18 years |
Paul Price |
Inspection and rejection masks are now written by ppStackLoop
|
|
|
|
@19251
|
18 years |
Paul Price |
Fix compilation errors.
|
|
|
|
@19245
|
18 years |
Paul Price |
Always write out the convolution kernel: it's cheap.
|
|
|
|
@19244
|
18 years |
Paul Price |
Fixing bad variable that was in ALL autogen scripts.
|
|
|
|
@19242
|
18 years |
Paul Price |
Need to read into original.
|
|
|
|
@19235
|
18 years |
Paul Price |
Need to get data out of the readout before returning.
|
|
|
|
@19231
|
18 years |
Paul Price |
Adding command-line option -debug-stack to use previously calculated …
|
|
|
|
@19227
|
18 years |
Paul Price |
Change to decent logging level.
|
|
|
|
@19226
|
18 years |
Paul Price |
Expanded source mask to weed out everything that could upset the …
|
|
|
|
@19215
|
18 years |
Paul Price |
Need to add 1 to convert C --> Fortran/FITS.
|
|
|
|
@19214
|
18 years |
Paul Price |
Adding function to print ds9 region file for sources --- useful for …
|
|
|
|
@19213
|
18 years |
Paul Price |
The input sources and the final product sources were being confused …
|
|
|
|
@19210
|
18 years |
Paul Price |
Make sources much fainter than we have been --- 1/10 of SD instead of SD.
|
|
|
|
@19208
|
18 years |
Paul Price |
Don't produce a file if there's nothing in it.
|
|
|
|
@19206
|
18 years |
Paul Price |
Turn off debugging output for CVS version.
|
|
|
|
@19199
|
18 years |
Paul Price |
Need to set data_exists.
|
|
|
|
@19198
|
18 years |
Paul Price |
Need to turn on saving explicitly!
|
|
|
|
@19196
|
18 years |
Paul Price |
Add output of convolution kernel when TESTING.
|
|
|
|
@19194
|
18 years |
Paul Price |
Adding output for target PSF.
|
|
|
|
@19172
|
18 years |
Paul Price |
Fixing mask values: making a bit more flexible, updating to new …
|
|
|
|
@19123
|
18 years |
Paul Price |
Enabling threads. So far, only using the threaded parts of pmSubtraction*.
|
|
|
|
@19072
|
18 years |
Paul Price |
Was equating a readout with an array....…
|
|
|
|
@19066
|
18 years |
Paul Price |
Was freeing before it was last used!
|
|
|
|
@19045
|
18 years |
Paul Price |
Revised API for pmConfigCamerasCull.
|
|
|
|
@19017
|
18 years |
Paul Price |
Cleaning up photometry triggering.
|
|
|
|
@18918
|
18 years |
Paul Price |
Adding configuration dumping. Required reorganisation of how recipe …
|
|
|
|
@18785
|
18 years |
Paul Price |
Fixing defaults to be undefined numbers so that recipes can be read.
|
|
|
|
@18770
|
18 years |
Paul Price |
Suppressing "Duplicate metadata item" error.
|
|
|
|
@18769
|
18 years |
Paul Price |
Another double free.
|
|
|
|
@18768
|
18 years |
Paul Price |
Removing double free.
|
|
|
|
@18653
|
18 years |
Paul Price |
Need to check to see if photometry is turned on both before AND after …
|
|
|
|
@18650
|
18 years |
Paul Price |
Must parse arguments after defining a camera; otherwise can't get …
|
|
|
|
@18612
|
18 years |
Paul Price |
Need to set the mask values for psphot.
|
|
|
|
@18591
|
18 years |
Paul Price |
First attempt to switch over to new mask setup.
|
|
|
|
@18559
|
18 years |
eugene |
pmConfigMask renamed to pmConfigMaskGet
|
|
|
|
@18508
|
18 years |
Paul Price |
Fix to allow an image to have no pixels to inspect/reject.
|
|
|
|
@18507
|
18 years |
Paul Price |
Fixing SEGV due to NULL 'inspect'.
|
|
|
|
@18490
|
18 years |
Paul Price |
Turn off testing mode!
|
|
|
|
@18435
|
18 years |
Paul Price |
Propagate WCS.
|
|
|
|
@18419
|
18 years |
Paul Price |
History goes into data, not comment.
|
|
|
|
@18394
|
18 years |
Paul Price |
Shouldn't increment before using.
|
|
|
|
@18393
|
18 years |
Paul Price |
Adding memory dumps to track down memory leaks.
|
|
|
|
@18391
|
18 years |
Paul Price |
Plugging memory leaks.
|
|
|
|
@18385
|
18 years |
Paul Price |
Adding to wrong list.
|
|
|
|
@18384
|
18 years |
Paul Price |
Forgot that you can't realloc an array if it is NULL (doesn't work …
|
|
|
|
@18383
|
18 years |
Paul Price |
Wasn't initialising new member.
|
|
|
|
@18382
|
18 years |
Paul Price |
Figured that we don't want a set of unique sources, since that …
|
|
|
|
@18356
|
18 years |
Paul Price |
Genericising the faintest magnitude.
|
|
|
|
@18355
|
18 years |
Paul Price |
Additional filtering on bad sources.
|
|
|
|
@18354
|
18 years |
Paul Price |
Additional filters on sources of interest.
|
|
|
|
@18353
|
18 years |
Paul Price |
Applying mask to sources to weed out CRs.
|
|
|
|
@18346
|
18 years |
Paul Price |
Instead of being dependent upon a single list of sources, want to be …
|
|
|
|
@18293
|
18 years |
Paul Price |
Merging in dual convolution subtraction development.
|
|
|
|
@18206
|
18 years |
Paul Price |
had wrong place for varfactor
|
|
|
|
@18184
|
18 years |
Paul Price |
Fixing compiler error.
|
|
|
|
@18183
|
18 years |
Paul Price |
Set the variance factors for smoothed images.
|
|
|
|
@18168
|
18 years |
Paul Price |
API change for pmFPARead(), etc.
|
|
|
|
@18102
|
18 years |
Paul Price |
Use log instead of trace for rejection.
|
|
|
|
@18100
|
18 years |
Paul Price |
Wrong component name.
|
|
|
|
@18061
|
18 years |
jhoblitt |
add truncate parameter to pmConfigConvertFilename()
|
|
|
|
@18030
|
18 years |
Paul Price |
Read functions for readouts need to take a database handle so they can …
|
|
|
|
@17916
|
18 years |
Paul Price |
Need to include camera name.
|
|
|
|
@17698
|
18 years |
Paul Price |
Turn off measurement of the aperture trend.
|
|
|
|
@17696
|
18 years |
Paul Price |
Using pmReadoutMaskNonfinite to mask bad pixels.
|
|
|
|
@17682
|
18 years |
Paul Price |
Fixing SEGV.
|
|
|
|
@17642
|
18 years |
Paul Price |
Fixing additional SEGV.
|
|
|
|
@17636
|
18 years |
Paul Price |
Missed one.
|
|
|
|
@17633
|
18 years |
Paul Price |
Fixing SEGV.
|
|
|
|
@17632
|
18 years |
Paul Price |
Allow readouts to be NULL --- they are if they couldn't be matched.
|
|
|
|
@17627
|
18 years |
Paul Price |
Fix compilation error
|
|
|
|
@17626
|
18 years |
Paul Price |
Attempting to kick out an input if we have trouble convolving it.
|
|
|
|
@17625
|
18 years |
Paul Price |
Adding trap against SEGV.
|
|
|
|
@17429
|
18 years |
Paul Price |
Use a fake size different from 0
|
|
|
|
@17428
|
18 years |
Paul Price |
Allow sources not to be specified if we aren't convolving.
|
|
|
|
@17427
|
18 years |
Paul Price |
Fix compilation error. WEIGHTING defaults to 1
|
|
|
|
@17426
|
18 years |
Paul Price |
Turn off convolution if PSFs not provided.
|
|
|
|
@17268
|
18 years |
Paul Price |
Turn off testing definition.
|
|
|
|
@17267
|
18 years |
Paul Price |
Try renormalising the variances *after* convolution. It seems that …
|
|
|
|
@17266
|
18 years |
Paul Price |
Adding trap for rejection of all input images.
|
|
|
|
@17265
|
18 years |
Paul Price |
Fix trace so it doesn't die if the first image gets rejected.
|
|
|
|
@17263
|
18 years |
Paul Price |
Ensure background is set to zero.
|
|
|
|
@17262
|
18 years |
Paul Price |
Get arguments from the right location.
|
|
|
|
@17261
|
18 years |
Paul Price |
Whoops again.
|
|
|
|
@17260
|
18 years |
Paul Price |
Whoops.
|
|
|
|
@17259
|
18 years |
Paul Price |
Adding output message
|
|
|
|
@17258
|
18 years |
Paul Price |
Fixing error message.
|
|
|
|
@17257
|
18 years |
Paul Price |
This seems to work, while the former had problem finding a format.
|
|
|
|