Activity for cpseis

  • seismick seismick committed [r387] on Code

    Make process SYNFD slightly more useful, by generating mulitiple shots

  • seismick seismick committed [r386] on Code

    Fix some old 32-bit code in vel_popups.c and vel_fdata.f that were

  • seismick seismick committed [r385] on Code

    Found a small error in SYNFD when compiled with gfortran 12.2, due to the

  • seismick seismick committed [r384] on Code

    Fix bug in SYNFD for source width parameter.

  • seismick seismick committed [r383] on Code

    Add new process SYNFD which generates a shot record by finite difference

  • seismick seismick committed [r382] on Code

    Fix minor bug in HEADSUM where trace per ensemble was wrong if only one ensemble.

  • seismick seismick committed [r381] on Code

    Modify some files to compile with gcc 15. Problem is that gcc 15 defaults to

  • seismick seismick committed [r380] on Code

    Add pink and blue noise options to process ADNS.

  • seismick seismick committed [r379] on Code

    Remove some unnecessary printout from datumgrid.f90 and tpick.f90.

  • seismick seismick committed [r378] on Code

    Process SPIKE did not read a CPSeis velocity file correctly. The velocity

  • seismick seismick committed [r377] on Code

    Add options to reduce the rather large prinout in process SPIKE.

  • seismick seismick committed [r376] on Code

    Revert changes previously in trcio.f90; that was done to read a non-standard

  • seismick seismick committed [r375] on Code

    Remove conocophillips e-mail address from some processes which use mail command.

  • seismick seismick committed [r374] on Code

    Fix bug in process RES where it crashed with FFT option, due to writing to

  • seismick seismick committed [r373] on Code

    Add 2 files missed from last commit.

  • seismick seismick committed [r372] on Code

    Add trace counts to process TTMO. For other files, update comments relating

  • seismick seismick committed [r371] on Code

    Add SOURCE_SKID parameter to process SPSRPS, as often shotpoints are given as

  • seismick seismick committed [r370] on Code

    Correct the scdecon.xml file, which was missing the footer due to an extra

  • seismick seismick committed [r369] on Code

    Add missing files from last upload, which suffered network connection reset.

  • seismick seismick committed [r368] on Code

    Add 2 new processes.

  • seismick seismick committed [r367] on Code

    For process SDIP, add some parameter checks. For TXINTERP, revise the

  • seismick seismick committed [r366] on Code

    Update the segyfix program because it did not cope with files bigger than 2 GiB,

  • seismick seismick committed [r365] on Code

    Update some more version strings in process Fortran files.

  • seismick seismick committed [r364] on Code

    Update some more version strings in process Fortran files.

  • seismick seismick modified ticket #157

    TRCIO fails with SEG Y format 5

  • seismick seismick committed [r363] on Code

    Update some version strings in process Fortran files, that had been edited

  • cpseis cpseis updated /cpseis.tgz

  • seismick seismick committed [r362] on Code

    Patch TRCIO to better handle SEG Y format 5 (IEEE float); see bug #157.

  • seismick seismick created ticket #157

    TRCIO fails with SEG Y format 5

  • seismick seismick modified ticket #156

    incorrect frequencies in FXDECON

  • seismick seismick committed [r361] on Code

    Update some XML files that were lagging behind updated Fortran source

  • seismick seismick committed [r360] on Code

    Fix c4we.f90 so that HDR_IN is carried over to the output wavelet.

  • seismick seismick committed [r359] on Code

    Modify segyfix so it can change sample format code or samples per trace as well

  • seismick seismick committed [r358] on Code

    Patch SCDECON so diagnostic trace file can be used in APPLY mode.

  • seismick seismick committed [r357] on Code

    Prevent annoying error message that came up in SCDECON APPLY mode for

  • seismick seismick committed [r356] on Code

    Correct wrong frequency array index in fxdecon.f90 (bug #156). Also apply

  • seismick seismick created ticket #156

    incorrect frequencies in FXDECON

  • seismick seismick committed [r355] on Code

    Add option to process HEADMAP to reduce printout.

  • seismick seismick committed [r354] on Code

    Fix problem in spsrps.f90 where values stored as 8-bit or 16-bit could

  • seismick seismick committed [r353] on Code

    Update comments in xps.f90 and spsrps.f90

  • seismick seismick committed [r352] on Code

    Fix tapeio.c to compile in Fedora 40. Thanks to Tahir Helvaci for spotting

  • seismick seismick committed [r351] on Code

    Patch for pcard.c from Tahir Helvaci, who found it would not compile in Fedora 40.

  • seismick seismick committed [r350] on Code

    Changed TTRIN and TTROT to operate with local tape drive. The existing

  • seismick seismick committed [r349] on Code

    Revise the cfe_apphelp.xml file as it just said "This is the application help".

  • seismick seismick committed [r348] on Code

    Fix issues in avovit.f90 and update comments in other files.

  • seismick seismick committed [r347] on Code

    Add input trace check to avocorr.f90, as missing traces could cause malloc

  • seismick seismick committed [r346] on Code

    Fixed bugs in cuhci.f90. As this is sibling of buhci.f90, it had the same bugs.

  • seismick seismick modified ticket #155

    AVOPCOMP SIGSEGV

  • seismick seismick committed [r345] on Code

    Fix bug in avopcomp.f90. Update comments in avosts.f90 and ffava.f90

  • seismick seismick committed [r344] on Code

    Fixing some issue in the AVO processes. These were not checking for gather

  • seismick seismick created ticket #155

    AVOPCOMP SIGSEGV

  • seismick seismick modified ticket #152

    undefined variable in ppavo.f90

  • seismick seismick committed [r343] on Code

    Fix some bugs in ppavo.f90 and buhci.f90.

  • seismick seismick posted a comment on ticket #152

    Found 2 more flaws in buhci.f90: array obj%stats array index and variable iounitz. Correcting them, the free() invalid pointer no longer occurs. So tmpnum can be initialised. The code seems to allow for 20 temp files, but it seems between 1 and 4 are actually used.

  • seismick seismick posted a comment on ticket #152

    Investigating further, if tmpnum is increased, then a free() invalid pointer error occurs when deallocating obj%ptrs(ihandle)%rptr. Compiling with array bounds check found array out of bounds in buhci.f90, and buhci.f90 uses subroutines in ppavo.f90. However, fixing that did not solve the free() invalid pointer error. So will have to leave tmpnum as zero and live with a memory leak rather than program aborting until the cause is located.

  • seismick seismick modified ticket #32

    VA CMP can show too many traces

  • seismick seismick modified ticket #31

    VA can show too few CMP traces

  • seismick seismick modified ticket #26

    CSV files can't be created

  • seismick seismick posted a comment on ticket #26

    I have not been able to reproduce anything like this.

  • seismick seismick modified ticket #9

    cbyt default scaling should change

  • seismick seismick committed [r342] on Code

    seis_color_pop.cc which was omitted from last commit.

  • seismick seismick committed [r341] on Code

    Change default scaling for cbyt variable density to 99th percentile.

  • seismick seismick modified ticket #24

    choice of editors for cfe

  • seismick seismick modified ticket #16

    cpseis_bashrc.sh improvements

  • seismick seismick modified ticket #17

    makefile.generic improvements

  • seismick seismick modified ticket #7

    documentation for RTC needs update

  • seismick seismick modified ticket #15

    need default queue if queue name file missing

  • seismick seismick modified ticket #19

    building mpich3 with gcc version 10

  • seismick seismick modified ticket #21

    enbling openmpi to work with gcc 10

  • seismick seismick modified ticket #23

    modify makefile.spws for gcc 10

  • seismick seismick modified ticket #14

    add Grid Engine support

  • seismick seismick modified ticket #20

    enable cfe to build with JDK 9+10

  • seismick seismick modified ticket #22

    enable cfe to build with JDK 11 to 15

  • seismick seismick modified ticket #25

    allow more Java versions to be used

  • seismick seismick committed [r340] on Code

    Two more files patched for gcc 14. Hopefully, they are the last needing to be done.

  • seismick seismick committed [r339] on Code

    Modify header file scale.h so that scalex.c will compile with gcc 14.

  • seismick seismick committed [r338] on Code

    Patch some c language files for gcc version 14 compiler. That rejected things

  • seismick seismick modified ticket #144

    ABRA bugs

  • seismick seismick modified ticket #122

    icps engine.f90 with gfortran 9.3

  • seismick seismick modified ticket #114

    cbyt annotation with 64-bit compilers

  • seismick seismick modified ticket #113

    velgrid.f90 bug

  • seismick seismick modified ticket #50

    typo in vf_edit_headers.cc

  • seismick seismick modified ticket #76

    csv goes over the edge

  • seismick seismick modified ticket #77

    csv load scan right abort

  • seismick seismick modified ticket #25

    select pathname can give free() invalid pointer

  • seismick seismick modified ticket #24

    Select JD file in PROJECT DATA no go

  • seismick seismick modified ticket #24

    Select JD file in PROJECT DATA no go

  • seismick seismick modified ticket #22

    FGD can crash CFE

  • seismick seismick modified ticket #21

    FKFILT crashes - SIGSEV or SIGABRT

  • seismick seismick modified ticket #18

    GUI_LIBS in makefiles needs changing

  • seismick seismick modified ticket #94

    FILEBOX memory issue crashing CFE

  • seismick seismick modified ticket #11

    VA: backup file is lacking picks

  • seismick seismick modified ticket #7

    NMO: select PATHNAME gives crash

  • seismick seismick modified ticket #12

    VA: edit active velocity function -> crash

  • seismick seismick modified ticket #6

    VA: editing old picks causes crash

  • seismick seismick modified ticket #13

    CBYT save defaults causes crash

  • seismick seismick modified ticket #5

    VA: apply NMO crashes

  • seismick seismick modified ticket #4

    GVS generates garbage

  • seismick seismick modified ticket #3

    VA save defaults crashes

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.